/*footer*/
/*teal stripe*/
.footer-top{
height: 100px;
background-color: var(--trop-teal);
color: white;
position: relative;
}
/*footer newsletter signup*/
.footer-top{
height: auto;
}
.newsletter-signup {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
font-weight: 600;
}
.btn-newsletter {
background-color: var(--dk-blue);
color: white;
padding: 1rem 2rem;
border-radius: 4px;
margin: 0 1rem;
font-weight: 600;
}
.btn-newsletter:hover,
.btn-newsletter:active,
.btn-newsletter:focus {
background-color: var(--nsu-blue);
color: white;
}
/*navy stripe*/
/*general styles*/
.footer-bottom {
background-color: var(--dk-blue);
color: white;
padding: 20px 0;
}
@media (min-width: 992px){
.footer-bottom {
background-image: url(https://d2jv02qf7xgjwx.cloudfront.net/customers/134/images/LIBRARY_Website_Footer_Background_Image.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
}
ul.footer-links {
list-style: none;
padding-inline-start: 0;
}
.footer-links a {
color: white;
}
.footer-content {
display: flex;
gap: 10px;
justify-content: space-between;
}
@media (max-width: 767px){
.footer-content {
flex-direction: column;
padding: 10px;
}
}
@media (max-width: 991px){
.footer-content {
flex-wrap: wrap;
}
}
/*left side*/
.footer-left {
flex: 0 1 30%;

}
.footer-nsu-logo {
width: 200px;
margin: 20px 0;
}
.footer-social a{
color: white;
margin: 5px;
}
@media (min-width: 992px){
.footer-left img {
margin-bottom: 60px;
}
}
@media (max-width: 991px){
.footer-right h2{
text-align: center;
}
#footer-logos {
flex: 1 1 100%;
display: flex;
gap: 20px; 
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
}
/*right side*/
.footer-right h2 {
font-size: 30px;
}
.footer-content h3 {
font-size: 20px;
font-weight: normal;
}
.footer-qlinks {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
#footer-dropdown {
width: 100%;
}
.dropdown-header-mobile {
color: black;
font-weight: 600;
padding: 0 5px;
}
.footer-qlinks-mobile .dropdown-menu {
width: 100%;
}
@media (max-width: 1200px){
.footer-qlinks .footer-col{
flex: 1 1 45%;
}
}
/*right side bottom*/
.footer-row img {
margin: 20px 0;
}

.footer-sitelinks ul {
list-style: none;
padding-inline-start: 0;
display: flex;
flex-wrap: wrap;
}
.footer-sitelinks li:after {
content: '|';
padding: 0 10px;
}
.footer-sitelinks li:last-child:after {
display: none;
}
.footer-sitelinks a {
color: white;
}
@media (max-width: 767px){
.footer-sitelinks ul {
flex-direction: column;
align-items: center;
}
.footer-sitelinks li:after{
display: none;
padding: 0;
}
}



