@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: auto;
    /*min-width: 1250px;*/
    min-width: 1100px;
    /*scrollbar;*/
}

.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;

    width: 100%;
    height: 155px;

    background-color: white;
    font-family: 'Ubuntu', sans-serif;

    white-space: nowrap;
}

#YU-logo {
    padding: 0;
    margin: 0;
    width: 163px;
    height: 116px;
}

.header-top .logo-link {
    height: auto;
    width: auto;
}

.header-box {
    width: 163px;
    height: 155px;
    margin-right: 45px;
}

.header-top #YU-logo {
    height: auto;
    padding: 15px;
}

.header-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
}

.header-middle p {
    margin: 0;
    padding: 0;
    color: #fdab24;

    position: relative;

    font-weight: bold;
}

.header-middle #HackYU-logo {
    height: 84px;
    width: 143px;
    margin-top: 7px;
}

#mid-bot {
    color: #F11D28;
}

.mid-small {
    font-size: 20px;
}

#mid-top {
    color: rgb(105, 114, 183);
}

.logo-box {
    height: 200px;
    width: 150px;
}

#top-right-box {
    margin: 32px 15px 33px 0;
    display: flex;
}

.navbar {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;

    padding-bottom: 0;
    padding-top: 0;

    width: 100%;
    height: 34px;

    background-color: #6972b7;

    white-space: nowrap;

    /*min-width: 1250px;*/
    min-width: 1100px;
}

.navbar .nav-link {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;

    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;

    color: white;
}

.navbar .nav-link:hover {
    color: #F9A131;
}

#dropdown-guests {
    /*TODO: remove once we add guests*/
    display: none;
}

/*start dropdown menu styling*/

.active {
    /*styling for home link on home-page dropdown menu*/
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.navbar .subnav {
    position: relative;
}

.navbar .subnav .subnav-content {
    display: none;
    position: absolute;

    top: 100%;
    left: -11px;

    background-color: #7a82bf;

    z-index: 1;

    border-radius: 10px;
}

.navbar .subnav .subnav-content a {
    display: block;

    color: #F9A131;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;

    padding: 5px 10px 10px 10px;
}

.navbar .subnav .subnav-content:hover {
    background-color: #7a82bf;
}

.navbar .subnav .subnav-content a:hover {
    color: #444FA5;
}

.navbar .subnav:hover .subnav-content {
    display: block;
}

.navbar .subnav:hover .active {
    color: #F9A131;
}

/*end dropdown menu styling*/

#facebook {
    display: none;
    color: rgb(13, 55, 145);
}

#instagram {
    display: none;
    color: black;
}

footer {
    bottom: 0;
}

#contact {
    height: 20px;
    width: 100%;
    text-align: center;

    font-family: 'Ubuntu', sans-serif;
    color: rgb(241, 246, 249);

    background-color: #7a82bf;
}

#footer-text {
    display: inline;
}

#email {
    color: rgba(241, 29, 40, 0.8);
}

#copyright {
    height: 20px;

    background-color: #6972b7;

    color: rgb(241, 246, 249);
    font-family: 'Ubuntu', sans-serif;

    text-align: center;
}
