@font-face{
    font-family: "EurostileLTStd";
    src: url("../fonts/EurostileLTStd.otf");
}

@font-face{
    font-family: "EurostileLTStd-demi";
    src: url("../fonts/EurostileLTStd-Demi.otf");
}
@font-face{
    font-family: "EurostileLTStd-bold";
    src: url("../fonts/EurostileLTStd-Bold.otf");
}
body{
    font-family: "EuroStileLTStd"
}

ul,li { 
    /*list-style-type: none;*/
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.demi{
   font-family: "EurostileLTStd-demi"; 
}

.redText{
    color: #CC2328;
}

.blackText{
    color: #000000;
}

.logo{
    width: 200px;
}
.navbar{
    background-color:rgba(0, 0, 0, 0);
    margin-top: 40px;
}

.transparency{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.transparencyPart{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60vh;
}

.dropdown-toggle{
    color: #FFFFFF;
    font-family: "EurostileLTStd-bold";
}

.menuLink{
    float: right;
    margin-top:5vh;
    margin-right: 5vw;
    transition: 0.5s;
}

.menuLink a{
    color: #FFFFFF;
    font-family: "EurostileLTStd-bold";
    transition: 0.5s;
}

.menuLink a:hover{
    color: #CC2328;
    font-family: "EurostileLTStd-bold";
    text-decoration: none;
    transition: 0.5s;
}

.header-banner{
    height: 100vh;
    width: 100vw;
    background-image: url("../img/home-banner1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.heading1{
    font-family: "EurostileLTStd-bold";
    margin-top: 20vh;
    letter-spacing: .3em;
    font-size: .8em;
}

.heading2{
    color: #FFFFFF;
    font-family: "EurostileLTStd-demi";
    margin-top: 5vh;
    letter-spacing: .6em;
    font-size: 1.2em;
}

.heading3{
    color: #CC2328;
    font-family: "EurostileLTStd-demi";
    letter-spacing: 0.38em;
}
.applyNow-button{
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px solid #CC2328;
    background-color: #CC2328;
    height: 100px;
    width: 100px;
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: .5em;
    margin: 5vh; 
    transition: 0.5s;
    
}

.applyNow-button2{
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px solid #CC2328;
    background-color: rgba(0, 0, 0, .2);
    height: 100px;
    width: 100px;
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: .5em;
    margin: 50px; 
    transition: 0.5s;
    
}

.applyNow-button:hover{
    border: 2px solid #CC2328;
    background-color: #000000;
}

.applyNow-button2:hover{
    border: 2px solid #CC2328;
    background-color: rgba(0, 0, 0, .7)
}

.applyNow-button p{
    padding: 20px 0;
    color: #FFFFFF;
}

.applyNow-button2 p{
    padding: 20px 0;
    color: #FFFFFF;
}

.learnMore{
    color: #FFFFFF;
    font-family: "EurostileLTStd-bold";
    text-transform: uppercase;
    margin-top: 5vh;
    font-size: .9em;
    letter-spacing: .3em;
    transition: 0.5s;
}

.learnMore a{
    color: #FFFFFF;
    transition: 0.5s;
}

.learnMore a:hover{
    color: #CC2328;
    transition: 0.5s;
    text-decoration: none;
}

.arrowDown{
    margin-top: 1vh;
}
.arrowDown img{
    width: 2%;
}

.languages-section{
    padding: 120px;
}
.ls-line1{
    font-size: 1.3em;
    color: #CC2328;
    letter-spacing: .3em;
}

.ls-line2{
    margin-top: 2vh;
    font-size: 1.4em;
    color: #4A494A;
    letter-spacing: .2em;
}

.applyNow-section{
    background-image: url("../img/applyNow-bg.jpg");
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.an-text{
    color: #FFFFFF;
    font-family: "EurostileLTStd-demi";
    font-size: 1.4em;
    letter-spacing: .3em;
    padding: 30px 0px;
}

.an-padding{
    padding: 150px 0;
}

.an-blackbg{
    background-color: rgba(0, 0, 0, .6);
    padding: 120px 0;
}

.redLine{
    border-top: 2px solid #CC2328;
    width: 60px;
    margin-top: 100px;
}

.redLine-vertical{
    border-left: 2px  solid #CC2328;
    height:60px;
    width: 2px;
}

.numberButton{
    background-color: #CC2328;
    color: #FFFFFF;
    font-family: "EurostileLTStd-demi";
    font-size: .75em;
    letter-spacing: .5em;
    border: none;
    padding: 10px 20px;
    margin-bottom: 32px;
}

.is-text{
    padding: 150px 0px;
}

.is-img{
    width: 100%;

}



@media screen and (max-width: 991px){
    .learnMore{
        margin-top: 0;
    }
    .is-img-holder{
        float: right;
    }

    .is-text-holder{
        float: left;
    }
    .is-text{
        padding: 32px;
    }
}

.info1-section{
    border-bottom: 1px solid #d1d1d1;
}

.info2-section{
    border-bottom: 1px solid #d1d1d1;
}

.info3-section{
    border-bottom: 1px solid #d1d1d1;
}

.bullet-heading{
    color: #383838;
    font-family: "EurostileLTStd-demi";
    font-size: 1.2em;
    padding-bottom: 30px;
}

.bullet-subtext{
    color: #383838;    
    font-size: 1.15em;
    line-height: 2;
}

.whyLease-section{
    background-image: url(../img/whyLease-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
    
}

.wl-textplaceholder{
    line-height: 2;
    margin: -32px 0;
    padding: 32px 0;
    background-color: rgba(255,255,255, .8);
    margin-left: -50vh;
    padding-left: 50vh;
    margin-right: -45px;
    padding-right: 45px;
}

.wl-title{
    color: #FFFFFF;
    font-family: "EurostileLTStd-demi";
    font-size: 1.2em;
    background-color: #CC2328;
    padding-left: 40px;
    margin-left: -40px;
    line-height: 2.5;
    margin-right: -45px;
}

.wl-text{
    color: #4A494A;
    font-size: 1.15em;
    letter-spacing: .15em;
}
.wl-text p{
  padding: 15px 0;  
}

.aboutUs-section{
    color: #FFFFFF;
    background-color: #383838;
    letter-spacing: .2em;
    font-size: 1.1em;
    padding: 100px 0; 
    
}

.au-block-left{
    padding-right: 25px;
    padding-right: 50px; 
}

.au-block-middle{
    padding-left: 15px;
    padding-right: 50px;
}

.au-block-right{
    padding-left: 15px;
}

.au-logo{
    margin-bottom: 20px;
}

.au-bullets{
    font-size: .8em;
    padding: 20px 0;
    /*padding-right: 100px;*/
}
.au-bullets li{
    padding: 10px 0;
   
}

.au-buttons{
    padding-left: 15px;
}

.au-applyNow-button{
    color: #FFFFFF;
    background-color: #383838;
    font-family: "EurostileLTStd-demi";
    border: #CC2328 solid 2px;
    width: 180px;
    font-size: .75em;
    letter-spacing: .2em;
    padding: 5px 10px;
    margin: 7px 0;
}

.au-appform-button{
    color: #FFFFFF;
    background-color: #383838;
    font-family: "EurostileLTStd-demi";
    border: #CC2328 solid 2px;
    width: 180px;
    font-size: .75em;
    letter-spacing: .2em;
    padding: 5px 10px;
}

.au-applyNow-button:hover{
    color: #FFFFFF;
    background-color: #CC2328;
    font-family: "EurostileLTStd-demi";
    border: #CC2328 solid 2px;
    width: 180px;
    font-size: .75em;
    letter-spacing: .2em;
    padding: 5px 10px;
    margin: 7px 0;
}

.au-appform-button:hover{
    color: #FFFFFF;
    background-color: #CC2328;
    font-family: "EurostileLTStd-demi";
    border: #CC2328 solid 2px;
    width: 180px;
    font-size: .75em;
    letter-spacing: .2em;
    padding: 5px 10px;
}

.au-line{
    margin: 30px 0;
    border-top: 1px solid #d1d1d1;
}


.au-title{
    font-family: "EurostileLTStd-demi";
    font-size: 1.121em;
    padding-bottom: 30px;
}

.au-text{
    font-size: .8em;
    letter-spacing: .05em;
    line-height: 2.25;
}

.au-subtitle{
    font-family: "EurostileLTStd-demi";
    font-size: .8em;
    color: #CC2328;
}



.languages-list{
    font-size: .8em;
}

.languages-list ul, li{
    padding: 5px 0;
}

.contact-info{
    font-size: .7em;
}

.contact-icon{
    font-size: 1em;
    border: 1px solid #FFFFFF;
    height: 10px;
    width: 10px;
    padding: 2px 4px;
    margin-right: 5px;
    padding-top: 5px;
}

.redTri {
    margin-top: -9px;
    margin-bottom: 0px;
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 33px solid red;
    border-bottom: 1px solid transparent;
}

.navbar-default{
    border: none;
}


.point{
    color: #CC2328;
    padding-top: 21px;
}


.navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
    text-transform: uppercase;
    font-family: "EurostileLTStd-demi";
    font-size: 13px;
    transition: .5s;
    letter-spacing: .2em;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #CC2328;
    text-transform: uppercase;
    font-size: 13px;
    transition: .5s;
    letter-spacing: .2em;
    
}

.leaseVBuyHeader{
    height: 60vh;
    width: 100vw;
    background-image: url("../img/leaseVBuy-banner.jpg");
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.leaseVBuys-heading, .apply-heading{
    margin-top: 25vh;
    color: #FFFFFF;
    font-family: "EurostileLTStd-demi";
    letter-spacing: .3em;
    font-size: 1.8em;
}

.leaseVBuy-section{
    padding: 60px 0;
}

.lvb-title{
    padding-bottom: 32px;
}



.form-control{
    margin-bottom: 40px;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    background: url("../img/menu-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    padding-top: 25vh;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    margin: auto;
}

.overlay-content a:hover{   
    border-bottom: 2px solid #CC2328;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
    font-size: 1.5em;
    letter-spacing: .3em;
    margin-bottom: 4vh;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.overlay a:hover, .overlay a:focus {
    color: #CC2328;
    
}

.overlay .closebtn {
    float: right;
    margin-top: 5vh;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*SHARED*/

/*INDEX.HTML*/


/*APPLY.HTML*/

.applyHeader{
    height: 60vh;
    width: 100vw;
    background-image: url("../img/apply-banner.jpg");
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    font-size: 1.4em;
}

.application-section{
    text-align: left;
    padding: 60px 0 0 0;
    margin-top: 60px;
}

.application-image{
    text-align: center;
}

.application-section img{
    width: 100%;
    max-width: 800px;
}

.as-heading{
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.as-send-button{
    float: right;
    color: #FFFFFF;
    background-color: #CC2328;
    width: 120px;
}


/*CREDIT.HTML*/ 

.creditHeader{
    height: 100vh;
    width: 100vw;
    background-image: url("../img/credit-banner.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.credit-heading1{
    margin-top: 27vh;
    color: #FFFFFF;
    font-family: "EurostileLTStd-demi";
    letter-spacing: .3em;
    font-size: 1.4em;
}

.credit-downloadButton{
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px solid #d1d1d1;
    background-color: rgba(200, 200, 200, .2);
    height: 200px;
    width: 200px;
    line-height: 2;
    font-size: 1.4em;
    letter-spacing: .2em;
    padding: 65px 25px;
    margin: 50px;
    transition: .5s
}

.credit-downloadButton:hover{
    background-color: rgba(255, 255, 255, .6);
}

.line-section{
    padding: 120px 0;
    font-size: 1.4em;
    color: #4A494A;
    font-family: "EurostileLTStd-demi";
    letter-spacing: .2em;
}

/*DESKTOP*/
@media screen and (min-width: 1024px){

}
/*TABLET*/
@media screen and (min-width: 750px) and (max-width: 1023px){

}
/*MOBILE*/
@media screen and (max-width: 415px){

}