h2, h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}



.dropdown:hover>.dropdown-menu {
    display: block;
}

/* .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
   */

/*for the animation*/
/* .dropdown-toggle:after {
    transition: 0.3s;
} */

a:hover {
    color: #8ed8ed;
}


#title {
    border-bottom-style: solid;
    border-width: 0.2px;
}

.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}


.navbar-nav .nav-link {
    margin: 0 1rem;
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;



} */

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.50);
}

.navbar-brand {
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    margin-left: 3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    /* color: #fff; */
}

.dropdown-item {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.dropdown-divider {
    margin: 0;
}

.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #8ed8ed;
}

.dropdown-menu {
    padding: 0;
}
/* .dropdown-menu[data-bs-popper] {
    left: unset!important;
    margin-top: unset!important;
} */
@media only screen and (min-width: 1200px) {
    .dropdown-menu {
        left: 50%;
        right: auto;
        text-align: center;
        transform: translate(-50%, 0);
    }

    .navbar-nav {
        margin-right: 1.5rem;
        /* padding-left: 0; */
        
    
    }

    .navbar-nav .nav-item{
        height: 50px;
    
    }
    .navbar-nav .nav-item{
    display: flex;
    align-items: center;

}
}


.text-align-left {
    display: inline-block;
    text-align: left;
    margin-top: 2rem;
}

footer {
    margin-top: 3rem;
    text-align: center;
}

.footerhr {
    margin-top: 0;
    padding-top: 0;
    border-style: none;
    border-top-style: solid;
    border-top-width: 2px;
}


.footer-uiuc {
    width: 80%;
    margin-top: 2rem;
}

.footer-noaa {
    width: 60%;
    margin-top: 2rem;
}

.icon-footer {
    margin-left: 1rem;
}

.fa-twitter{
    display: inline-block;
    text-align: left;
}

.end-text {
    margin-top: 4rem;
    text-align: center;
}


.row{
    margin: 0;
}




.centered {
    text-align: center;
}

.navbar-dark .navbar-toggler {
    color: unset;
}
.navbar-light .navbar-brand {
    color: #000000!important;
}

.fa-search {
    color: rgb(0, 0, 0);
}

nav{
    background-color: white;
    border-style: none;
    border-bottom: 0.1px solid rgb(60, 60, 60, 0.7);
}

.footer-hr{
    border-style: none;
    border-bottom: 0.1px solid rgb(0, 0, 0)!important;
}

#footer{
    margin-top: 30rem;
}

footer div p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

p a{
    color: black;
    text-decoration: none;
}

/* @media only screen and (max-width: 1200px){
    .navbar .navbar-collapse ul .navbar-nav{
        margin-right: 0;
    }
} */


@media only screen and (max-width: 576px) {
    .navbar-brand {
        font-family: 'Heebo', sans-serif;
        font-weight: 900;
        font-size: 1.6rem;
        margin-left: 0.5rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        /* color: #fff; */
    }


    .navbar-nav {
        margin-right: unset;
    }
}

div p .email{
    width: 100%!important;
}