@font-face{
    font-family: 'Luna';
    src: url("Luna.ttf");
}

html, body{
    font-family: Raleway !important;
}

/**************** cards ***************/

.t__cards{
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.t__cards p{
    color: rgb(133, 145, 157);
}

.t__cards h2{
    font-size: 18px !important;
    font-weight: bold;
    color: rgb(72, 76, 80);
    margin: 0px 0px 10px;
}

.card_text{
    padding: 30px 15px 20px 15px;
}

/************* Main *****************/

h1{
    font-family: Luna !important;
}

.learn_more:after{
    background: url(images/down.png) no-repeat center;
    background-size: contain;
    bottom: 2em;
    content: '';
    display: block;
    height: 3em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 3em;
    color: inherit;
}

.overlay{
    background: url("images/overlay1.png") no-repeat center;
    background-size: cover;
    height: 100vh;
}

.overlay h1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 6rem;
    color: white;
    font-weight: lighter;
}

.overlay ul{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.overlay ul li{
    display: inline-block;
    margin: 0 25px;
    font-family: Raleway;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.overlay ul li a{
    color: white;
    text-decoration: none;
}

.social{
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
}

.social ul li{
    list-style: none;
    color: #fff;
    padding: 14px 0;
    font-size: 23px;
    cursor: pointer;
}

.hidden{
    display: none;
}

/***************      Project      ************************/

.projects{
    background-color: #f0f0f0;
}

.project-container{
    padding: 30px 0;
}

.project{
    font-weight: lighter;
}

.title__project{
    padding: 30px 0;
}

.title__project h2{
    font-size: 3.1rem;
}

.title__project p{
    color: #676f79;
    font-size: 17px;
}
/***************      Team      ************************/

.team{
    background: url("images/description.png") no-repeat center;
    background-size: cover;
}

.title__team{
    padding: 30px 0;
}

.title__team h2{
    color: #e2e2e2;
    font-size: 3.1rem;
}

.title__team p{
    color: #e2e2e2;
    font-size: 17px;
}

.team hr{
    margin: 30px 0;
    border-color: white;
}

.team img{
    border-radius: 50%;
    cursor: pointer;
    transition: .5s all;
}

.greyed{
    filter: grayscale(100%);
}

.team img:hover{
    filter: none;
}

.team .col-md-4{
    padding: 0 60px;
}

.infos__team{
    color: #e2e2e2;
}

.infos__team h3{
    padding: 20px 0;
}

.infos__team p{
    text-align: justify;
}

.first, .second, .third{
    padding: 30px 0;
}
/***************      Contact      ************************/

.contact{
    background-color: #f0f0f0;
}

.form_contact{
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px 0px;
    border-radius: 15px;
}

.header__contact h2{
    color: #e2e2e2;
    font-size: 2.3rem;
}

.header__contact p{
    color: #e2e2e2;
    font-size: 15px;
}

.header__contact{
    background: url("images/12.jpg") center no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.contact label{
    padding: 20px 0;
    color: #555;
}

.contact input, .contact textarea{
    outline: none;
    border: none;
}

.contact .input__contact{
    margin: 20px 0;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 15px;
    border-bottom: 1px solid #b2b2b2;
    padding: 0 0 15px;
}

.contact .input__contact:focus{
    border-bottom: 1px solid #16b216;
}

.form_contact .col-md-6{
    margin-bottom: 26px;
}

textarea{
    min-height: 110px;
    resize:none;
}

button{
    padding: 12px 30px;
    border: none;
    background-color: #2cb889;
    color: white;
    border-radius: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    outline: none;
    transition: .5s all;
}

button:hover{
    background-color: #219571;
}

button:focus{
    outline: none;
}

.footer .container{
    padding: 30px 0;
}

.footer_icons{
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgb(198, 198, 198);
    border-radius: 100%;
    line-height: 3rem;
    font-size: 1.4rem;
    color: rgb(72, 76, 80);
    cursor: pointer;
    transition: .5s all;
    margin: 0 10px;
    border: 1px solid rgb(198, 198, 198);
}

.footer .fa{
    margin-top: 20px;
}

.info__footer{
    margin-top: 30px;
}

.material-icons{
    font-size: 2rem;
    vertical-align: middle;
}

.footer p{
    font-size: 18px;
}

.footer .fa-facebook:hover{
    background-color: white;
    border: 1px solid #4267b2;
    color: #4267b2;
}

.footer .fa-twitter:hover{
    background-color: white;
    border: 1px solid #1da1f2;
    color: #1da1f2;
}

.footer .fa-instagram:hover{
    background-color: white;
    border: 1px solid #f08273;
    color: #f08273;
}

.footer .fa-snapchat:hover{
    background-color: white;
    border: 1px solid #ffe502;
    color: #ffe502;
}

.logo{
    width: 100px;
    height: 100px;
}