@import url('https://fonts.googleapis.com/css?family=Bevan|Roboto:300,400,500,700,900');
*{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
}
.text-right{ text-align: right!important; }
#top{ background: rgba(28,36,93,0.75); }
#top .nav .nav-item a{ color: #fff!important; font-size: 12px; font-weight: 500; }

#header{background-image: url('../img/background.jpg'); background-size: cover;}

header{ background: rgba(22,29,74,0.75);  z-index: 100;  border-bottom: solid 3px #ec8c23;}
header .logo img{ position: relative; top: 85px; margin-top: -70px; width: 270px; }
header #nav ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
}
#nav ul li:not(:last-of-type) { margin-right: 38px; }
#nav ul{ margin-top: 70px;}

.bg-blue{ background-color: #0058b4 !important; }
.bg-orange{ background-color: #ec8c23 !important; }
.c-white{ color: #fff!important; }
.c-blue{ color: #0058b4!important; }
.c-orange{ color: #ec8c23!important; }
.c-red{ color: red!important; }
#slider .carousel-item{ padding: 5% 0 }
#slider .carousel-item p{ margin:0 0 50px 0; }
#slider .carousel-item .big{
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    background-color: #0058b4 !important;
    padding:17px 34px 13px 34px;
}

#slider .carousel-item .highlight{
    position: relative;
    top: 15px;
    left: 0;
    background: #ec8c23;
    border-top: solid 9px #0058b4;
    font-size: 100px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 115px;
    text-align: center;
}

#slider .carousel-item .small{
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    background-color: #0058b4 !important;
    padding:17px 34px 13px 34px;
}

.section-cta{
    background: #ec8c23;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    padding-top: 64px;
    padding-bottom: 56px;
}

.section-cta .text{
    font-size: 42px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.2;
}
.section-cta span {
    color: #0058b4;
    font-weight: 600;
    text-transform: uppercase;
}

.section-cta .button{
    background: #161d4a;
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 64px;
}

.section-cta .button a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 64px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 1;
    text-decoration: none;
}
footer{ background-color: #0A1123; color: #a5a5a5;}
footer h5{ color: #ec8c23 !important; }
footer .nav-link{ color: #fff; font-size: 20px; font-weight: 700;}
footer #bottom{ background-color: #070d1d; font-size: 12px; font-weight: 500; color: #888888;}

#camps{ color:#fff;}
#camps .col div{ height: 300px;}
#camps h2{ padding: 10px 20px; }
#camps p { font-size: 20px; }
#camps li { font-size: 20px; }

#register{ border: 1px solid #0058b4; padding: 20px; margin: 20px 0}
#register label{ font-weight: 700;}

.camp_box>div{ min-height: 284px }






@media (max-width: 1199.98px) {
    #slider .carousel-item .big{ font-size: 58px; }
}
@media (max-width: 991.98px) {
    #slider .carousel-item .big{ font-size: 41px; }
    #slider .carousel-item .highlight{ font-size: 75px; }
    #slider .carousel-item .small{ font-size: 35px; }
}
@media (max-width: 767.98px) {
    #slider .carousel-item .big{ font-size: 27px; }
    #slider .carousel-item .highlight{ font-size: 60px; }
    #slider .carousel-item .small{ font-size: 25px; }
}
@media (max-width: 575.98px) {
    #slider .carousel-item .big{ font-size: 4vw; padding:17px 30px 13px 30px;}
    #slider .carousel-item .highlight{ font-size: 12vw; }
    #slider .carousel-item .small{ font-size: 4vw; }
}