/**
 * Theme Name: AU Serves Theme
 * Theme URI: https://auburn.edu/template/2022/ 
 * Text Domain: au_serves
 */

 .title-container {
    min-height: 2vh !important;
 }
 
 #page_title {
    margin: 1.5rem;
 }

 #secondary-nav-home {
    justify-content: space-between;
 }

 div.horizontalgap {
    overflow: hidden;
    height: 1px;
    width: 0px;
  }


@media (min-width: 1200px) {
    .social .icons {
        margin: 0px 30%;
    }
}

@media (min-width: 992px) {
    .social .icons {
        padding: 1%;
        margin: 0px 20%;
    }
}

@media (min-width: 768px) {
    .social .icons {
        padding: 2%;
    }
}

.social .icons {
    padding: 3%;
}


.social .icons .item a {
    color: #0b2341;
}

.social .icons a {
    color: #fff;
    text-decoration: none;
}

.social .icons .item a div.bi {
    color: #0b2341;
    transition: all .25s;
    font-size: 1.75em;
}

.center-me {
    text-align: center;
    justify-content: center;
    margin:auto;
}

.buttons {margin:2% auto; width:90%;}
.buttons .btn {margin:0px 1%;}