/* font family when downloading. */
/* #FDFBD4- backgrouond color  */
 /* background-color: #FCAA67; */
    /* background-color: #B0413E; */
    /* background-color: #548687; */
    /* background-color: #473335; */
body{
    background-color: #FDFBD4;
    font-family:"Roboto", sans-serif;
    color: #fdfbd4;
    margin:0;
    padding: 0;
   
}
/*  logo */
.logo {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
    }

    .arrow-up,
    .arrow-down {
        font-size: 40px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .text-line {
        font-size: 32px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .text-line span {
        font-size: 32px;
    }


/* end of logo */


.nav_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #473335;
}
.nav_links button {
    background-color: #473335;
    color:#FDFBD4;
    border: none;
    cursor: pointer;
}
.nav_links a {
    color: #FDFBD4;
    text-decoration: none;
    color:#FDFBD4;
    text-shadow: #000000;
}
.home_brush-icon {
    height: 50px;
    width: auto;
    cursor: pointer;
}
.global-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.link_content {
    display: none;
    justify-content: space-between; 
    align-items: center;
    background-color: #473335;
    padding: 1rem;
    gap: 2rem;
    list-style: none;
}
.link_content li a {
    text-decoration: none;
    color: #FDFBD4;
    font-size: 2.2rem;
    font-weight: 600;
}
.link_content li a:hover {
    opacity: 0.7;
}
.nav_links .link_content {
    display: none;
    background-color:#473335 ;
    box-shadow: 3px 3px 6px #473335 (0, 0%, 0%, 0.8);
} 
.nav_links:hover .link_content {
    display: inline-flex;
    z-index: 2;
}
.link_content li {
    float:left;
    width:200px;
    opacity: .7;
    text-align: center;
}
.link_content li a {
    text-decoration: none;
    color: #FDFBD4;
    display: block;
}
 .link_content li a:hover {
    background-color: #583e4165; 
}


.hero-banner_title{
    color: #FDFBD4;       
    border-style: groove;
    border-color: #444;
}
h1{
    font-size: 3rem;
}
.image-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     background-image: linear-gradient(rgba(0,0,0, 0.5), rgba(0, 0, 0, 0.5)),
    url(images/main-hero.jpeg); 
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.socials{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10vh;

    background-color:#B0413E;
    height: 15vh;
}
.footer_logos {
    background-color: #548687;
}
.foot-icon {
    height: 7vh;
    margin-left: 1rem;
    margin-right: 1rem;
}




                /*Responsive Design*/

@media screen and (min-width: 300px) and (max-width: 800px) {
    .link_content {
        display: flex;
        flex-direction: column;
        font-size: .5rem;
        gap: 1rem;
    }
    h1 {
        font-size: 2.5rem;
    }
    .image-banner {
        height: 40vh;
    }
    .nav_links {
        background-color: #473335;
        width: auto;
    }
    .hero-banner_title{
        width: auto;
    }
   .global-nav .link_content li {
    font-size: .5rem;
   }
    /* Hairbrush used as hamburger icon */
    .home_brush-icon {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        height: 50px;
        width: auto;
        cursor: pointer;
        z-index: 3000;
    }
    /* NAV BAR stays fixed and untouched */
    .nav_links {
        position: relative;
        z-index: 2000;
    }
    .nav_overlay ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0;
        margin: 0;
    } 
     .nav_overlay ul li a {
        font-size: .8rem;
        color: #FDFBD4;
        text-decoration: none;
    }
    .socials{
    display: flex;
    justify-content: space-evenly;
    margin-top: 40vh;
    background-color:#B0413E;
    height: 15vh;
}
.footer_logos {
    background-color: #548687f7;
}
.foot-icon {
    height: 5vh;
    margin-left: 1rem;
    margin-right: 1rem;
}
}
    /* tablet  */
    @media screen and (min-width: 641px) and (max-width:1024px) {
     .link_content {
        display: flex;
        flex-direction: column;
        font-size: .5rem;
        gap: .5rem;
    }
        .home_brush-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            height: 50px;
            width: auto;
            cursor: pointer;
            z-index: 3000;
        }
        .home_brush-icon {
        display: flex;
        justify-content: space-evenly;
        margin-right: 50px;
        height:5rem;
    }
       .nav_links {
        position:relative;
        z-index: 2000;
       } 
       h1 {
        font-size: 2.5rem;
       }
       .image-banner {
        height: 40vh;
       }
    }
     .nav_overlay ul li a {
        font-size: .8rem;
        color: #FDFBD4;
        text-decoration: none;
    }
.socials{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20vh;
    background-color:#B0413E;
    height: 15vh;
}
.footer_logos {
    background-color: #669fa1f7;
}
.foot-icon {
    height: 5vh;
    margin-left: 1rem;
    margin-right: 1rem;
}


    /*  desktop */
@media screen and (min-width: 1025px) {
    .home_brush-icon {
        display: flex;
        justify-content: space-evenly;
        margin-right: 100px;
        height:10rem;
    }
    .nav_links {
        justify-content: space-between;
    }
    .link_content {
        display: flex;
        flex-direction: row;
        gap: 3rem;
    }
    h1 {
        font-size: 3.5rem;
    }
    .image-banner {
        height: 60vh;
    }
    .logo {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
    }

    .arrow-up,
    .arrow-down {
        font-size: 40px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .text-line {
        font-size: 32px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .text-line span {
        font-size: 32px;
    }
}
