html, body{
    height:100%;
    font-family:secondFont;
}

@font-face {
    font-family: normalFont;
    src: url(../../assets/fonts/Sitka.ttc);
}
@font-face {
    font-family: boldFont;
    src: url(../../assets/fonts/SitkaB.ttc);
}
@font-face {
    font-family: lightFont;
    src: url(../../assets/fonts/SitkaI.ttc);
}
@font-face {
    font-family: zetFont;
    src: url(../../assets/fonts/SitkaZ.ttc);
}
@font-face {
    font-family: secondFont;
    src: url(../../assets/fonts/sofiapro-light.otf);
}

p{
    font-size:0.9rem;
    color:#4a4a4a;
}

.navbar{
    background:transparent!important;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link{
    color:#fff;
}
.navbar-1 .navbar-nav .nav-link {
    margin-right:10px;
}

.button-default{
    padding:10px 35px;
    border-radius:25px;
    background:#F9A504;
    transition:0.3s ease-out;
}
.button-default:hover{
    box-shadow:rgba(0, 0, 0, 0.14) 0px 22px 30px -15px;
    transition:0.3s ease-in;
    transform: translateY(-4px);
    color:#fff;
}
.button-default1{
    padding:10px 35px;
    border-radius:25px;
    background:transparent;
    border:2px solid rgb(255, 245, 154);
    transition:0.3s all ease-out;
}
.button-default1:hover{
    background:#F5E6AB;
    transition:0.3s all ease-in;
    border:2px solid #F5E6AB;
    box-shadow:rgba(0, 0, 0, 0.14) 0px 22px 30px -15px;
    transform: translateY(-4px);
}
.navbar-1{
    margin-top:25px;
    position:absolute;
    z-index: 999;
    width:100%;
}
.navbar-brand > img{
    width:90%;
}
.navbar-brand > p {
    font-size:0.9rem;
    color:#fff;
    margin-left:3px;
}

/* c1 */
.c1{
    width:100%;
    height:100%;
    position:relative;
    background:url(../../assets/images/photo-1565034582189-195bb0084dcf.png);
    background-size:cover;

    display: flex;
    justify-content: center;
    align-items: center;

}
.c1-1 > h1, .c1-1 > p{
    color:#fff;
}
.c1-1 > h1{
    font-family:boldFont;
}
.c1-1 > button {
    color:#fff;
}
.c1-2{
    width:75%;
    font-size:0.9rem;
    margin-bottom:50px;
    margin-top:25px;
}

/* c2 */
.c2{
    width:100%;
    height:auto;
    background:#FBFBFB;
    padding:75px 20%;
}
.c2-1{
    width:100%;
}
.c2-3{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.c2-4{
    font-family:boldFont;
    color:#F9A504;
    margin-bottom:35px;
}
.c2-5{
    font-family:normalFont;
}
/* c3 */
.c3{
    width:100%;
    height:auto;
    background:#F6F6F6;
    padding:75px 20%;
}
.c3-1 > img{
    margin-top:25px;
    margin-bottom:25px;
}
.c3-1 > h5 {
    margin-top:25px;
    margin-bottom:25px;    
}
.c3-2{
    height:150px;
}
.c3-3{
    margin:0px 35px;
    border:0px;
    border-radius:15px;
    box-shadow:0px 1px 10px 0px rgba(63,58,93,0.1);
}
.c3-4{
    font-family:boldFont;
    color:#F9A504;
}
/* c4 */
.c4{
    background:#FBFBFB;
    width:100%;
    height:auto;
    padding:75px 0px;
}
.c4-1{
    width:100%;
}
.c4-2{
    background:#FDA407;
    width:60px;
    height:60px;
    border-radius:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px; 
}
.c4-3{
    width:100%;
}
.c4-4{
    display: flex;
    justify-content: center;
    align-items: center;    
    height:100%;
}
.c4-5{
    margin-top:75px;
}
.c4-5 > button{
    color:#fff;
}
.c4-6 >h5{
    font-weight: bold;
    margin-bottom:10px!important;
}
/* c5 */
.c5{
    width:100%;
    height:100%;
    background:url(../../assets/images/photo-1496661415325-ef852f9e8e7c.png);
    background-size:cover;
}
.c5-1{
    display: flex;
    justify-content: center;
    align-items: center;    
    height:100%;    
}
.c5-2{
    width:200px;
    margin-top:10%;
}
.c5-3{
    margin:0 auto;
    width:60%;
}
.c5-4 >h5{
    font-weight: bold;
}