/*variables*/
:root {
    --color1:#18E0FF;
    --color2:#FACF39;
    --color3:#354A5F;
  }

/*elements*/

 /*test this to remove gap at bottom on chrome mobile*/
 html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
/*test this to remove gap at bottom on chrome mobile*/

body{
    font-family:'Montserrat', sans-serif;
}

h1,h2,h3{

    text-align: center;
    color:var(--color3)
}

/*Header Start----------------------------------------------------------------*/
/*Clasess*/
.flex-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-container-column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



/*Bottom Header Buttons*/

/*------------------------Cover Start*/

.cover{
    min-height:80vh;
    margin-top: 10vh;
}

.book-now-button, .button{
    background-color: var(--color3); /*rgba(166, 59, 0, 0.7);*/
    box-shadow: 1px 1px 3px rgba(0,62,69,0.3);
    border:2px solid rgba(0,62,69,0.9);
    text-decoration: none;
    font-size: 2.5vh;
    color:rgba(0,62,69,0.9);
    padding:1vh;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    transition: 0.55s;
    
}

.book-now-button:hover{
    background-color: rgba(166, 59, 0, 0.5);
}

.book-now-button{
    color:rgba(250, 250, 250, 0.7);
}

.vehicle-description-vehicle-page{
    padding-left:8vw;
    padding-right:8vw;
}


.height-33-container{
    height:26.6vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
}

.title-one-vehicle-cover, .title-two-vehicle-cover{
    font-family: 'Roboto Slab', serif;
    color: #87E9EFCC;
    text-shadow: 0 0 10px rgb(0 0 0 / 52%);
    letter-spacing: 2.5px;
    padding:1rem;
}

.title-one-vehicle-cover{
    font-size:2rem;
}

.title-two-vehicle-cover{
    font-size: 1.6rem;
}

.vehicle-book-button
{
    background-color:rgba(135,233,239, 0.9);
    padding:2vh;
    border: 2px solid rgba(166, 59, 0, 0.8);
    color:rgba(166, 59, 0, 0.8);
    font-weight: bold;
    transition:0.55s;
}

.vehicle-book-button:hover{
    background-color:  rgba(135,233,239, 0.4);
    color:rgba(166, 59, 0, 1);
    border: 2px solid rgba(166, 59, 0, 1);
 }

 /*--------------cover end------------

/*FOOOOOOOOOOOOOOTTTTTTTTTTEEEEEEEEEEEEEEEEERRRRRRRRRRRRRR*/



.footer-links-area-including-copyright-background-color{
    background-color: #D9E2EB;
}
.footer-links-area{
    text-align: center;
    margin:0;
    padding-top: 8vh;
}

.footer-links-area p{
    margin:0;
}

.top-footer-links-heading{
    margin-top:0;
}

.footer-links-area h3{
    text-transform: uppercase;
    font-size:20px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color:var(--color3);
}

.quick-links-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.quick-links-container a, .footer-links-area a{
    text-decoration: none;
    color:black;
    transition-duration: 400ms;
}

.quick-links-container a:hover, .footer-links-area a:hover{
    color:var(--color3);
    opacity:0.5;
}

.copyright{
    padding:6vw;
    margin:0;
    text-align: center;
}



.hide-on-mobile{
    display: none;
}

.hide-unless-desktop{
    display:none;
}






/*media queiries*/

@media all and (min-width:600px){
    h1{
        font-size:50px
    }

    .show-600px-or-greater{
        display: block;
    }

    .desktop-let-us-take-care-of-you-container{
        display:flex;
    }
    .let-us-take-care-of-you-section{
        width:50%;
        
        padding:10vw 5vw;
    }
    .let-us-take-care-of-you-section a{
        display: inline;
    }

    .footer-tesla-image-container{
        width:50%;
        position:relative;
        overflow: hidden;
    }

    .footer-tesla-image-container img{
        height:100%;
        width: auto;
        position: absolute;
        left:-45vh;
        z-index: -100;
        
    }

    .copyright{
        padding:3vh;
        text-align: center;
    }

    .hide-off-mobile{
        display:none;
    }

    .hide-on-mobile{
        display: block;
    }
    
}

@media all and (min-width:900px){
    h1{
        font-size: 65px;
    }

    .all-content-between-headers{
        margin-bottom:0;
    }
    .desktop-container-40{
        width:30vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-20{
        width:70vw;
    }
    .hide-desktop{
        display:none;
    }
    .main-header{
        top:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-top-logo-header{
        display: none;
        box-shadow: none;
    }
    .cover{
        min-height: 90vh;
        margin-bottom:0;
    }

    #hamburger{
        display:none;
    }
    .hide{
        display:inline-block;
    }
    .logo-img-desktop{
        max-height:6vh;
        padding-left: 2vw;
    }

    .main-nav{
        display: flex;
        justify-content: center;
    }
    
    .main-nav ul{
        bottom:auto;
        width:auto;
        position:relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    

    .main-nav ul li a{
        color:#E6F4F1;
        transition-duration: 400ms;

        /*added new remove if needed 24.5.6 remove this comment if menu's look coorect later*/
        background-color: transparent;
        border:none;
        padding:none;
        /*added new remove if needed 24.5.6 remove this comment if menu's look coorect later*/
    }

   

    .main-nav ul li a:hover{
        color:var(--color2);
    }
    

    #add-border-to-top-of-menu{
        border:none;
    }

    .phone-number-main-header{
        color:var(--color1);
        font-weight:bold;
        font-size: 1.3rem;
    }

    #index-cover-button, #index-cover-button-2{
        padding:1.5vh 2vw;
    }

    #index-cover-button{
        margin-right:5vw;
    }

    #index-cover-button:hover{
        background-color:rgba(135,233,239, 0.5);
        border-color: #e6f4f1;
        color:#e6f4f1;
    }

    #index-cover-button-2{
        color:var(--color2);
        border:2px solid #e6f4f1;
    }

    #index-cover-button-2:hover{
        background-color:rgba(166, 59, 0, 0.4);
    }
   



    #index-cover-buttons-section-desktop{
        flex-direction: row;
    }

    .button{
        border-radius: 0;
        font-size:0.75rem;
    }

    .height-33-container{
        height:30vh;
    }

    .let-us-take-care-of-you-section-2{
        font-size: 65px;
        line-height: 6rem;
    }

    .let-us-take-care-of-you-section{
        width:65%;
    }

    .footer-tesla-image-container{
        width:35%;
    }
    /*Foooooooooooterrrrr Quicklinks Area-----------------------------------------------------*/

    .footer-links-area{
        Display:flex;
        justify-content: space-between;
        padding:5vh 5vw;
        
    }
    
    .footer-links-area p{
        margin:0;
    }
    
    .top-footer-links-heading{
        margin-top:1em;
    }

    .copyright{
        background-color: var(--color3);
        color: rgb(230, 244, 241);
    }

    .hide-unless-desktop{
        display:block;
    }

    .hide-on-desktop{
        display:none
    }
}