body{
    margin:0px;
    padding:0px;
}
.container{
    width:90%;
}
nav{
    background-color: transparent;
    box-shadow: none;
}
a.brand-logo{
    margin-top:10px;
}
.row.header{
    margin-top:-65px;
    min-height:100vh;
    /* background: linear-gradient(to left, #e51e27 40%, #ffffff 40%);
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 56% 67%); */
    /* background-color: tomato; */
    background-image: url("../images/header.png");
    background-size: cover;
}
.header img{
    display: block;
    margin:0 auto;
}
.col.s12.m6.l6.app-intro-section {
    margin-top: 200px;
}
.col.s12.m6.l6.app-screen-section {
    padding-top: 5%;
}
.app-intro-section p {
    color: #6c6c6c;
    font-size: 1em;
    line-height: 1.7em;
}
h1,h2,h3, h4{
    font-family: 'Quicksand', sans-serif;
}
.app-intro-section h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.5em;
    color: #202020;
}
a.btn.learn-btn {
    border: 2px solid #628a56;
    background: #ffffff;
    color: #628a56;
    letter-spacing: 2px;
    box-shadow: none;
    padding: 25px 35px;
    line-height: 0em;
    border-radius: 41px;
    font-weight: bold;
}
a.learn-btn:hover{
    background-color: #628a56;
    color:#ffffff;
}
.row.footer{
    background-image:url('../images/footer-bg.png');
    height:200px;
    background-size: cover;
    margin-bottom:0px;
}
.social-links {
    margin-top: 150px;
}
span.pull-right.fa-stack.fa-lg {
    color: #5a723f;
}
.row.about-app{
    padding:100px 0px;
}

.about-app h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #848484;
}
.about-app p.center{
    font-size:1.1em;
}
.about-app .card {
    background-color: #e1d8b2;
    box-shadow: none;
    color: #766339;
    line-height: 2em;
}
.card .card-title{
    font-weight:400;
}
.app-intro-section h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.5em;
    color: #202020;
}
.contact h2{
    font-size: 2.2em;
    line-height: 1.5em;
}
.contact a{
    color:#5a723f;
    font-weight: bold;
}
p.info {
    text-align: center;
    font-size: 1em;
    color: #4b4b4b;
    background: #f2f2fa;
    padding: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}