@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,600|Roboto:400,500,700');
/*----------------------------------------------------------------------------------------------
 global
-----------------------------------------------------------------------------------------------*/
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#fff;
    background:url(../img/bg.jpg) top center no-repeat #000;
}
.overlay{
    background:rgba(0,0,0,.6);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
    overflow:hidden;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:54px;
    text-align:center;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size:36px;
    text-align:center;
    margin-top: 30px;
    margin-bottom: 30px;
}
h1 span{
    font-size:32px;
}

.yellow{
    color:#faa819;
    font-size:36px;
}
.title-text{
    color:#faa819;
    font-size:36px;
    font-family: 'Roboto', sans-serif;
}
.email{
    color:#faa819;
    font-size:16px;
    line-height:30px;
}

p{
    font-size:16px;
    line-height:30px;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    margin-bottom: 50px;
}
img
{
    max-width: 100%;
}

.wrap{
    width:100%;
    height:100%;
    display:table;
    position:relative;
    z-index:10000;
}
.banner-container{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 10000;
}
.container {
    width: 100%;
    z-index: 10000;
}
.after-slide, .share-icons {
    background: url(../img/00.png);
    padding-bottom: 60px;
    padding-top: 60px;
}

h2.top-text {
    font-family: "Lato";
    font-weight: 600;
    color: white;
    font-size: 40px;
}
h2.sub-text {
    position: relative;
    top: 5px;
    bottom: 37px;
    background: rgb(39, 64, 55);
    color: white;
    font-size: 30px;
    font-family: "Lato";
    padding: 8px 12px 12px 12px;
    width: 226px;
    text-align: center;
    margin: 10px auto;
    border-radius: 8px;
}
.main-text {
    margin-top: -30px;
    position: relative;
    top: -15px;
}

/*-------------------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------------------*/
.logo{
    margin: 0 auto;
    padding: 25px 0px;
    height: 140px;
    width: 100%;
    font-size: 2.2em;
    text-shadow: none;
}

.logo.text-center {
    margin: 15px 0 29px 0;
}

.timer
{
    position:relative;
    width:100%;
    text-align:center;
    z-index:99;
    margin:50px auto;
}
.timer-circle
{
    padding-top: 50px;
}

.circle {
    width: 175px;
    height: 175px;
    line-height: 50px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px white solid;
    color: white;
}

#spacer1 
{
    font-size: 35px;
    padding-top: 35px;
}
#spacer2 
{
    font-size: 35px;
}
/*-------------------------------------------------------------------------------------------
 Carousel base class 
----------------------------------------------------------------------------------------------*/
.carousel 
{
    height: 660px;
}
.carousel .item 
{
    height: 660px;
    background-color: #777;
}
.carousel-inner > .item > img 
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 660px;
}

/*@media (min-width: 300px) and (max-width:480px){
    .caption {
       padding-bottom: 0px;
       background:none;
       border-radius: 0px;
    }

}*/
@media (min-width: 500px){
.caption {
    padding-bottom: 40px;
    background: rgba(121, 154, 134, 0.35);
    border-radius: 5px;
    border-bottom: 3px solid ghostwhite;
}
}
@media (max-width: 500px){
.caption h1 {
    font-size: 16px !important;
}
}
.caption h1 
{
    font-size: 29px;
}


hr {
border-color: rgb(255, 255, 251);
}
.full
{
    width: 50%;
}
.half
{
    width: 25%;
}

/*----------------------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------------------*/
.footer {
    background: rgba(54, 75, 63, 0.97);
    color: rgba(255,255,255,0.8);
    padding-top: 30px;
    padding-bottom: 30px;
}
.name
{
    font-family: 'Coda', cursive;
    color: rgb(173, 200, 248);
    font-size: 45px;
}
.copyright 
{
    text-align:center;
    padding:30px;
    font-size: 14px;
}
/*-------------------------------------------------------------------------------------------------
media query for responsive
---------------------------------------------------------------------------------------------------*/
@media (max-width: 758px) and (min-width: 580px) {
    .circle{
        width:130px;
        height:130px;
    }
    #spacer1{
        font-size: 30px;
        padding-top: 17px;
    }
    #spacer2{
        font-size: 30px;
    }
}
@media (max-width: 579px) and (min-width: 400px){
    .circle {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    #spacer1 {
        font-size: 20px;
        padding-top: 10px;
    }
    #spacer2 {
        font-size: 20px;
    }
    .title {
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .title-text {
        font-size: 20px;
    }

@media all and (max-width: 399px){
    .timer-circle h1 {
        font-size: 30px;
    }
    .circle {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    #spacer1 {
        font-size: 25px;
        padding-top: 15px;
    }
    #spacer2 {
        font-size: 25px;
    }
    .title {
        margin: 0;
        padding: 0;
        line-height: 1;
    }
}