
body{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.site_load{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.site_load.loaded{
    opacity: 1;

}

.bars{
    display: none;
}

nav div:nth-of-type(5) .nav_buttons{
    display: none;
}

.bg-color{
    background-color: rgb(180, 212, 221);
}

.container{
    background-color: rgb(180, 212, 221);
}

header{
    display: flex;
    /* grid-column: 1/13; */
    justify-content: space-between;

}

#aside_img{
    background-color: rgb(180, 212, 221);
    padding-top: 35px;
    padding-left: 10px;
}

nav{
    /* background-color: rgb(180, 212, 221); */
    display:flex;
    gap: 10px;
    padding-top: 35px;
    /* padding-right: 30px; I think this pushed outside of bondries on tablet*/
}


.nav_buttons{
border: none;
color: white;
padding: 7px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 16px;
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease-in-out;
}


.nav_buttons:hover{
    background-color: rgb(41, 77, 136);
    color: white;
}

.active{
    background-color: rgb(41, 77, 136);
}


.login{
border: none;
color: rgb(41, 77, 136);
background-color: rgb(180, 212, 221);
font-size: 16px;
width: fit-content;
margin-left: -10px;
margin-right: 30px;
margin-top: -7px;
}


.login .pro{
    vertical-align: middle;
    /* margin-right: -8px; */
    text-align: center;
}

.login:hover{
    opacity: 75%;
}

.login span {
    vertical-align: middle;
    text-align: center;
  }



 .container_two{
    padding-bottom: 75px;
    color: rgb(41, 77, 136);
 }

 .opening{
    text-align: center;
    margin:0;
 }

 .smally{
    margin-top: 100px;
    font-weight: lighter;
 }


 .biggy{
    font-size: 4rem;
    margin-bottom: 100px;
 }

     .service_card_wrapper{
        width: 75%;
        margin:0 auto;
        /* width:50%; */
        max-width: 950px;
    

     }

     .service_card{
        margin-top: 15px;
        background-color: white;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        padding:20px 30px;
     }

    .title{
        grid-column: 1/4;
        align-self: center;
        font-size: 23px;

     }

     .price_and_time{
        grid-column: 7;
        align-self: center;


     }

     .service_card a{
        grid-column:12;
        align-self: center;

     }

     .booknow_btn{
        background-color: rgb(41, 77, 136);
        color: white;
        width: 150px;
        height: 40px;
        border-radius: 100px;
        border:none;
     }
    
     .booknow_btn:hover{
        opacity: 75%;
     }




     footer{
        font-family: 'Roboto', sans-serif;
        color: rgb(41, 77, 136);
        padding-top: 30px;
        background-color: white;
    }
    
    #footer_icon{
        align-self: center;
    }
    
    .contact_info{
        display: flex;
        justify-content: space-evenly;
    }
    
    .info{
        line-height: 25px;
    
    }
    
    .info ul{
        list-style-type: none;
    }
    
    footer p{
        text-align: center;
    }
    
    .social{
        text-decoration: none;
        color: rgb(41, 77, 136);
    }
    
    .social:hover{
        opacity: 75%;
    }
    
    p a {
        color: rgb(41, 77, 136);
    }
    
    p a:hover{
        opacity: 75%;
    }
    
    hr{
        width:95%; 
        background-color: rgb(41, 77, 136);
        height: 1px;
        border: 0;
        
    }

    footer ul {
        padding-inline: 0;
        margin-inline: 25px;
    }
    
    .footer_note{
        font-size: small;
        margin-block: 30px;
    }


    @media screen and (max-width: 950px){


        .bars{
            display:inline-block;
            margin-top:25px;
            position:fixed;
            z-index: 3;
            top:0;
            right:0;
           
        }
        
        
        nav{
            flex-direction: column;
            position:fixed;
            z-index: 3;
            top:0;
            right:0;
            padding-top:0;
            padding-inline:25px;
            margin-top: 75px;
            background-color: rgb(41, 77, 136);
            transition: 0.3 ease;
        }
    
        .nav_buttons{
           background-color: none;
           border-radius: 0;
           padding:0;
           margin-block: 5px ;
        }
    
        .nav_buttons:hover{
            color:rgb(180, 212, 221);
        }
    
        nav div:nth-of-type(5) .nav_buttons{
            display: inline-block;
        }
    
        .pro{
            display: none;
        }
    
        nav div:nth-of-type(6) .nav_buttons, .login, .login span{
            display: none;
    
        }
       
    
        .active{
            background-color: transparent;
            /*This is a bandaid solution. Find a way to get rid of this class, not hide it*/
        }
    
    
    
        #navbar.hidden {
            display: none;
        }
    
        
    
    }
    


    @media screen and (max-width: 850px){

        .biggy{
            font-size: 3rem;
            margin-inline:25px;
            margin-bottom: 50px;
        }
    }





    @media screen and (max-width: 650px){

        .biggy{
            font-size: 2.5rem;
            margin-inline: 15px;
        }

        .smally{
            font-size: 1.5rem;
        }

        .service_card{
            display: flex;
            flex-direction: column;
        }


        .title{
            margin:0;
        }

        footer .contact_info{
            display: inline-block;
        }
    }

    @media screen and (max-width: 500px){

        #aside_img{
            margin-inline:-15px ;
            padding-inline: 0;
        }


        .info ul{
            padding-left: 15px;
    
        }    

    }

   

    



    
    