/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 25, 2019, 4:11:19 PM
    Author     : francisco
*/



/*  NEW HOME PAGE */
body{
    background-color: white;
}



.home{
    max-width: 1000px;
}
.home .row{
    margin-bottom: 40px;
}

.home p{
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
}
.home .discover{
    margin-top:100px;

}
.container h1{
    font-size: 35px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1;
}
.home h2{
    font-size: 35px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1;
    margin-bottom: 18px;
}
.home button.download{
    background: none;
    width: 229px;
    height: 56px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
    color: #99cccc;
    font-weight: 700;
    border: 2px solid #99cccc;
}
.home .abilities{
    padding: 0 10px;
    margin-top:60px;
    padding-left: 50px;

}
.home .quote{


    font-size: 36px;
    line-height: 48px;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 50px 0;
    display: block;

    margin: auto;
    max-width: 800px;
}
.follow-passion{
    padding-top: 130px;
    padding-bottom: 130px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.home .cite{
    color:#99cccc;
    font-size: 19px;
    margin-top: 20px;
    display: block;
    font-family: 'Lato', sans-serif;
}






.footer .container{
    margin-top: 50px;
}
.footer h3{
    font-size: 48px;
    color: #318478;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;

}
.footer{
    max-width: 1460px;
    margin: auto;
    
    color: #99cccc;
    padding: 150px 0 70px 0;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}
p.info{
    font-size: 18px;
    line-height: 60px;
    color: #318478;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    margin-top: 30px;
}

/*LOGIN*/
.btn {
  border: solid 1px #3490dc;
}
@media (max-width: 768px) { 
    .home .discover{
        margin-top: 20px;
    }

}
@media (max-width: 768px) { 
    .home h2{
        font-size: 35px;
    }

}
@media (max-width: 576px) { 
    .row{
        text-align: center;
    }
    .sm-top{
        margin-bottom: 20px;
    }
    .abilities-row img{max-width: 70%;}
    .abilities-row  .sm-top{
        order:2;
        margin-top: 50px;
    }
    .home p{
        text-align: justify;
    }
    .home .row{
        margin-bottom: 0px;
    }
    .home .abilities{
        padding-left: 0;
    }
    .footer h3 {
        font-size: 38px;
    }
    .follow-passion{
        padding-bottom: 0; 
    }

}

.home button.download{
    cursor: pointer;
}


