*{
    text-decoration-style: none;
    text-underline-position: none;
    padding:0;
    margin:0;
    list-style: none;
    text-decoration-line: none;
    font-family: sans-serif;
    
/*    border:solid 1px black;*/
    
}


html{

    height: 100%;
    width: 90%;
    
    margin: auto;

/*    ---------------        hero image        --------------------    */
    background-image: url(/img/IMG_1206.JPG);
    background-repeat: no-repeat;
    background-size:cover;
    margin: auto;
    background-position: center;
    background-size: 2000px;


}



body{
/*    height:100%;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1920px;
    margin: auto;
    height: 100%;

    background-size: 100%; 
    object-fit:fill;
    
}
/*Header*/
header{
    width:100%;
    padding:1em;
    padding-top: 1.5em;

    display: flex;
    flex-direction: row;
    justify-content:center;
    background-color:#000000;
/*    overflow: hidden;*/
    position: fixed;
    transform: translate(-100px, 0px )
    
}

header logo{
/*    width:5em;*/
/*    height: 5em;*/
    margin: auto;
    margin-left:18em;
    margin-right:0em;
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    width:5%;
    overflow: hidden;
    
/*     border: solid 1px white*/
    
    
}
logo img{
    width:5em;
    height:5em;
    background-color: aliceblue;
    transform: scale(1.18)
    
}

header h1{
    width:20%;
    color: white;
    margin: auto;
    margin-left: 1em
/*    padding-left:2em;*/
/*    border: solid 1px white*/
}


/*Menu stuff*/

header ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 40%;
    padding-right: 15%;
    padding-top: 1em;
    
    
}

header ul li{
    width:10em;
    height: 2em;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 1em auto;
    padding-top: .2em;
}

header ul li a{
    padding:.5em;
    
    margin: 0;
/*    background-color: white;*/
    width:100%;
    height: auto;
    text-align: center;
    font-size: 1.2em;
    color: #ffffff;
    
}


header ul li:hover{
/*     background-color: black;*/
/*    color: red;*/
    animation-duration: 6s;
/*    transform: rotate3d(1, 1, 1, 25deg);*/
    text-shadow: 0 0 12px rgb(255, 227, 227);
    font-weight: 600;
    
}

/*       ------------------------          END HEADER  ----------------------------- */

/*                 -----------------        Home Page             ----------         */

main{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
/*    align-content: center;*/
    margin: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 12em;
        

     
    
}

div.hero{
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width:100%;
    height: 80%;
    padding-top: 6em;

   
} 

#headline{
    text-align: center;
    color:white;
    margin: 0em auto 0 auto;
/*    background-color: antiquewhite;*/
    padding:1em;
    padding-top: 1em;
    padding-bottom: .5em;
/*    width: 100%;*/    
    font-size: 2.2em;
    font-weight: 700;
    text-shadow: 0 0 5px black;
}

#subline{
    width:100%;
    text-align: center;
    color:#ffffff;
    margin: 0 auto;
    padding: 0em 0em 3em 0;
    font-size: 1.5em;
    text-shadow: black 0 0 20px;
    font-weight: 500;
/*    background-color: rgba(0, 0, 0, 0.19);*/
}



/*        ------------   button ----------- */

.cta{
    padding:1.1em;
    font-size: 1.2em;
    color: white;
    background-color:#31432c;
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.47);
    margin: 3em auto;
    width: 16em;
    border-radius:1em;
/*    */
    
}

.cta:hover{
/*    background-color: white;*/
/*    color:black;*/
    box-shadow: 0px 3px 0 0 rgba(0, 0, 0, 0.71);
    transform:translate(1px,3px);
}

/* -----------------------                    FOOTER STUFF              ---------------------------*/

div#quickservice{
    height:10%;
    display: flex;
    flex-direction: row;
    justify-content:center;

    padding-bottom: 2em;
    color:white;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.49);
    border-radius: 3em 3em 0 0;
/*    font-style: italic;*/
/*    display: none;*/
    
}
#quickservice .service {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
/*    border: solid 1px blue;*/
    height: 100%;
    width:25%;
    padding: 0 1em;
/*    background-color: rgba(0, 0, 0, 0.49);*/
    margin: 1em;
/*    margin-bottom: 0;*/
    border-radius: 5em;
/*    border-radius: 3em 3em 0em 0em;*/
/*    padding-bottom: 1em;*/
}

#quickservice .service img{
/*    border:solid 1px red;*/
    width:3em;
    height:3em;
    max-height: 100%;
    overflow: hidden;
/*    border-radius: 40em;*/
    margin: auto;
/*    background-color: brown;*/
    object-fit:cover;
    border:solid 1px;
    border-radius: 1em;
    display: none;
    
    
}
#quickservice .service p{
/*    text-align: left;*/
    height: 1em;
    padding: .5em;
    margin: auto 0;
    font-weight: 500;
    font-size: 1.1em;
/*    padding-left: 0;*/
/*    margin-left: 0;*/
/*    border:solid 1px white;*/
}







/*   -----------------       MOBILE TIME      -------------*/


@media screen and (max-width: 800px) {
    
    body{
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-content: center;
        margin: 0;
        
    }

    header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position:fixed;
        transform: translate(-30px, 0px );
        margin: auto;
        text-align: center;
        
    }

    header logo {
        display: none;
        justify-content: center;
        
        
    }


    header h1 {
        justify-content: center;
        text-align: center;
        margin: 0;
        width:auto;
        padding:1em;

    }

    header ul {
        flex-direction: column;
        justify-content: center;
        width: 80%;
        margin: auto;
        text-align: center;

    }

    header ul li{
        width: 100%;
        text-align: center;
        border:solid 1px white;
        padding: 1em;
        margin: 0;
    }
    header ul li a{
        width: 100%;
        height: 100%;
        padding: 1em;
        margin: 0;
    }




}
    
    
    
    