@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

:root

body {
    background-color: #FAF9F9;
}

@font-face {
    font-family: MinionProRegular;
    src: url(Resources/Fonts/Minion\ Pro\ Regular.ttf) format('truetype');
    
    font-family: BlackerProDisplay;
    src: url(Resources/Fonts/Blacker-Display-Regular-trial.ttf) format('truetype');

        font-family: BlackerProDisplay-ExtraBold;
        src: url(Resources/Fonts/Blacker-Display-ExtraBold-trial.ttf) format('truetype');
}

@font-face {
    font-family: BlackerProDisplay;
    src: url(Resources/Fonts/Blacker-Display-Regular-trial.ttf) format('truetype');
}

header {
    font-family: system-ui, -apple-system, BlinkMacSystemFont;
    font-style: normal;
    font-weight: 500;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 10vh;
    padding: 16px;
    background-color: 5px;

    /* padding-top: 0px; */
}

#description {
    color: #003049;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;

    font-size: 5vh;

    width: 42.5vw;
    padding-top: 0px;
}

#title {
    font-size: 25vh;
    color: #000000;

    font-family: 'BlackerProDisplay', serif;
    font-weight: 450;
    /* font-variant-ligatures: none; */

    display: flex;

    padding-bottom: 0%;
  
    align-items: center;
    justify-content: center;
}

#homes {
    height: 100vh;

}

#menubtn {
    size: 10px;
    padding-right: 10px;

}



#logobtn {
    background: none;
    border: 0;
    /* padding-left: 38px; */

    height: 10px;

    color: #003049;
    font-family: 'BlackerProDisplay-ExtraBold', serif;
    /* display: flex; */
    justify-content: flex-start;

    font-weight: 850;
}

#search-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: 10px;

}

#logo {
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: center;
    height: 10vh;
    font-size: 100px;

    padding-right: 100px;

}

#branding {
    display: flex;
    flex-direction: row;
  
    align-items: center;
    justify-content: center;
}

#description {
    height: 15vh;

    display: flex;
  
    align-items: center;
    justify-content: center;

    margin-left: 536.5px;
}

#description p {
    /* font-size: 2.5vh; */
    color: #003049;
    /* font-family: 'Merriweather', serif; */
    /* font-weight: 400; */
    text-align: center;
}

#logo2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 10vh; */

    padding: 0%;
}

#upperlogo {
    padding-bottom: 0%;
    /* padding-top: 100px; */
    font-size: x-large;
}

#lowerlogo {
    padding-top: 0;
    /* padding-bottom: 100px; */
    font-size: smaller;
}

#nav {
    width: 28vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#nav a {
    text-decoration: none;
    color: #000000;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 20px;
    padding: 25px;
}


footer {
    display: flex;
    flex-direction: row;
    height: 10vh;

    justify-content: space-between;
    align-items: center;

}

/* . */
/* . */
/* . */


/* . */
/* . */
/* . */