/* TOP LEVEL */
:root{
    scroll-padding-top: 15vh;
}

body{
    background-color: #EFD6AC;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    z-index: 1000;
    background-color: #EFD6AC;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 15vh;
}

#navbar{
    display: flex;
    column-gap: 10%;
    list-style: none;
    flex-wrap: nowrap;
}

#hero {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 15vh;
    display: flex;
    align-items: center;
    justify-content: start;
}

#hero_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('imgs/Bicycle mechanic.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 1;
}

#hero_content{
    position: relative;
    width: 30%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 10%;
}

#bicycles{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #efd6ac;
    color: #183A37;
    width: 100%;
}

#motorcycles{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #183a37;
    color: #efd6ac;
    width: 100%;
}

#contact_page{
    display: flex;
    justify-content: center;
    align-items: start;
    color: #183A37;
}

#logo{
    height: 15vh;
}

.nav_button{
    text-decoration: none;
    color: #183A37;
    font-family: 'Fugaz One';
    font-weight: bold;
    transition: 0.3s ease-in-out;
    font-size: 250%;
}

.nav_button:hover{
    color: #C44900;
}

hr.style-one {
    border: 0;
    height: 3px;
    background: #333;
    background-image: linear-gradient(to right, #efd6ac, #183a37, #efd6ac);
}

#contact_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

#contact_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.section_heading{
    text-decoration: none;
    font-family: 'Fugaz One';
    font-weight: bold;
    font-size: 500%;
    padding: 0;
    margin: 40px;
    text-align: center;
}

.section_subheading{
    text-decoration: none;
    font-family: 'Fugaz One';
    font-weight: bold;
    font-size: 300%;
    padding: 0;
    margin: 30px;
    text-align: center;
}

.subsection_subheading{
    text-decoration: none;
    font-family: 'Fugaz One';
    font-weight: bold;
    font-size: 200%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social_icon {
    width: 10%;
    margin: 20px;
    transition: all 0.2s ease-in-out;
}

.social_icon:hover{
    transform: scale(1.1);
}

#social_icons{
    display: flex;
    justify-content: center;
}

.label_and_content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.label{
    margin-right: 10px;
    color: #183A37;
    font-family: 'Fugaz One';
    font-weight: bold;
}

.contact_detail{
    color: #183A37;
    font-family: 'Fugaz One';
    text-decoration: none;
}

.credit{
    text-decoration: none;
    font-family: 'Fugaz One';
    font-size: 12px;
    color: #183A37;
}

#credits{
    text-align: center;
    list-style: none;
}

.img_link{
    display: contents;
}

.contact_input{
    width: 40%;
    margin: 5px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #183A37;
    font-family: "Fugaz One";
    font-size: 150%;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}

#message{
    height: 100px;
}

#submit_button{
    border-radius: 10px;
    font-family: "Fugaz One";
    font-size: 18px;
    background-color: #183A37;
    color: white;
    padding: 10px;
    padding-inline: 30px;
    transition: all 0.2s ease-in-out;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book_button{
    border-radius: 10px;
    font-family: "Fugaz One";
    font-size: 18px;
    background-color: #c44900;
    color: white;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    margin: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#submit_button:hover{
    transform: scale(1.1);
}

.book_button:hover{
    transform: scale(1.1);
}

#hero_text{
    color: #04151f;
    font-family: "Fugaz One";
    padding: 20px;

}

.flex_grid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 100%;
}

.service_item_bicycle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #183A37;
    border-radius: 15px;
    color: #efd6ac;
    padding: 20px;
    margin: 20px;
    font-size: 150%;
    font-family: "Fugaz One";
    width: 40%;
}

.service_item_motorcycle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #efd6ac;
    border-radius: 15px;
    color: #183A37;
    padding: 20px;
    margin: 20px;
    font-size: 150%;
    font-family: "Fugaz One";
    width: 40%;
}

.price{
    text-decoration: none;
    font-family: 'Fugaz One';
    font-size: 100%;
    color: #C44900;
    display: inline;
}

#contact_confirmation_page{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20vh;
    margin-inline: 5%;
    flex-direction: column;
}

.contact_confirmation_text{
    font-family: "Fugaz One";
    color: #183A37;
}

@media (max-width: 1000px){
    header{
        height: 15vh;
    }

    #navbar{
        flex-wrap: wrap;
        justify-content: center;
    }

    #navbar li {
        width: 30%;
        text-align: center;
        margin-inline: 5%;
        margin: 3%;
    }

    #hero{
      margin-top: 15vh;
    }

    #contact_confirmation_page{
        margin-top: 35vh;
    }
}