@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

.menu a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
	text-align: center;
	line-height: 1;
    
}

.big-h1{
	font-family: "Poppins", sans-serif;
    font-size: 74px;
    font-weight: 700;
}
@media only screen and (max-width:599px){
    .big-h1 {font-size: 46px;}
    
}

.h3-sm-16px {
    font-size: 20px;
}
@media only screen and (max-width:599px){
    .h3-sm-16px {font-size: 16px;}
    
}

.big-shadow {
	color: #FFFFFF;
	font-size: 56px;
	line-height: 1.2;
	font-weight:100;
	text-shadow: 2px 2px 5px #000000;
}
.lead p {
    color: #000000;
    font-size: 20px;
    text-align: justify;
    line-height: 1.5;
    }
@media only screen and (max-width:599px){
        .lead {font-size: 16px;
        text-align: justify;
        }
        
    }

.cap p {
    color: #000000;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    
}
@media only screen and (max-width:599px) {
    .cap {
        font-size: 11px;
    }
    }



@media (max-width:500px) {
    .fsc-p {
        font-size: 16px;
    }
    }
.fsc-p2 {
    font-size: 16px;
}
@media (max-width:500px) {
    .fsc-p2 {
    font-size: 12px;
    text-align: left;
}
}

.fsc-h2 {
    font-size:40px ;
    text-align: center;
}

@media (max-width:599px) {
    .fsc-h2 {
    font-size: 28px;
    text-align: center;
}
}
.fsc-h2-2 {
    font-size:34px ;
}
@media (max-width:599px) {
    .fsc-h2-2 {
    font-size: 28px;
    text-align: left;
}
}

.fsc-h1 {
   font-size: 56px;
}
@media (max-width:500px) {
    .fsc-h1 {
    font-size: 32px;
    text-align: left;
}
}