@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,900,700);


html,body{
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
     -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 0;
    background: url('../img/landing/landingLandscape2.jpg');
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
body:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 0;
    /*background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(0,0,0,1) 0,rgba(0,0,0,.5) 40%,rgba(0,0,0,0) 90%);
    background-image: linear-gradient(rgba(0,0,0,1) 0,rgba(0,0,0,.5) 40%,rgba(0,0,0,0) 90%); */
    /*background: rgba(0,0,0,.5);*/
}
body:after{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: -1;
    opacity: 0;
    background-color: transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEqRgDDwAAAABJRU5ErkJggg==)repeat;

}


.row{margin: 0px !important;}

/*-----COMMON -----*/
.bold{font-weight: 700;}
.italic{font-style: italic;}
.bottom{vertical-align: baseline;}
.uppercase{text-transform: uppercase;}
.right{float:right;}
.left{float:left;}
.center{text-align: center !important;}
.text-left{text-align: left !important;}
.text-right{text-align:right !important;}
.justify{text-align: justify;}
.hide{display: none !important;}
.show{display: block !important;}
.inline{display: inline-block !important;}
.m-hide{display: block !important;}
.w-hide{display: none !important;}
.opacity-none{opacity: 0;}
.opacity-block{opacity: 1;}

/*-----LAYOUT -----*/
.wrapper{position: relative;}

.main{text-align: center;padding: 15px; width: 100%;position: absolute;}

.logo{
    background: url('../img/mcd_dec_2018.png');
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 4px; 
    margin: 0 auto;
    margin-top:50px;
}

.jumbo{
    text-align: center;
    padding: 20px 0px;
}

.jumbo h1{
    color: #fff;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    max-width: 850px;
    margin: 0 auto;
}

.get{
   text-align: center;
}

.get .btn{
    font-size: 20px;
    min-width: 220px;
}


/*-----OVERWRITE -----*/
.btn-primary{
    color: #000 !important;
    padding-top:8px;
    padding-bottom:15px;
    position: relative;
    color: #FFF;
    cursor: pointer;
    background: #FFC600 linear-gradient(#FFC600, #F8AC00) repeat scroll 0% 0%;
    border-radius: 4px !important;
    box-shadow: 0px 0px rgba(0, 0, 0, 0), 0px -5px rgba(0, 0, 0, .3) inset;
    border: 0px none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.selected {
    box-shadow: 0px 0px rgba(0, 0, 0, 0), 0px -5px rgba(0, 0, 0, .1) inset;
    background: #FFC600 linear-gradient(#FFC600, #FFC600) repeat scroll 0% 0%;
}


/*-----TABLET POTRAIT -----*/
/*------------------------*/
@media only screen and (max-width: 768px){


    
    .jumbo{text-align: center;padding: 15px 0px}
    .jumbo h1{font-size: 26px;}
    .get .btn{font-size: 16px;min-width: 180px;}

}


/*-----PHONE POTRAIT -----*/
/*-------------------------*/
@media only screen and (max-width: 568px){

    html,body{
        line-height: 1.4;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
         -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        position: absolute;
        width: 100%;
        min-height: 100%;
        z-index: 0;
        background: url('../img/mobile5.jpg');
        background-position: center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }
    
    .logo{width: 90px; height: 90px; margin-top: 20px;}
    .jumbo{text-align: center;padding: 15px 0px}
    .jumbo h1{font-size: 26px;}
    .get .btn{font-size: 16px;min-width: 180px;}
.main {top: 50%;}

}




