html {
  --garnet: #782f40;
  --garnet-dark: #5f2835;
  --garnet-darker: #47222a;
  --garnet-darkest: #2f1c1f;

  --gold: #ceb888;
  --gold-light: #dacaa6;
  --gold-lighter: #e7dcc4;
  --gold-lightest: #f3ede1;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Benton Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.777;
}

html.open {
  overflow: hidden;
}

html.open .mobile-menu-items {
  left: 0;
  transition: 0.4s;
}

#fsu-home .fsu-title a {
  font-weight: 400;
}

#fsu-title {
  text-align: center;
  text-transform: uppercase;
}

.mobile {
  display: none;
}

.mobile-menu {
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0px;
  position: absolute;
  z-index: 100;
  top: 0px;
}

.mobile-menu-button {
  padding: 15px;
}

.mobile-menu-items {
  background-color: #eee;
  bottom: 0px;
  left: -250px;
  position: fixed;
  top: 55px;
  transition: 0.4s;
  width: 250px;
  z-index: 100;
}

.mobile-menu-items ul {
  margin: 0px;
}

.mobile-title {
  padding-left: 10px;
  font-size: 14px;
}

#menu-button {
  background-color: var(--gold-lighter);
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-display {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
}

.btn-fsu {
  text-transform: uppercase;
  padding: 0px 30px;
  line-height: 38px;
}

.btn-garnet {
  background-color: var(--garnet);
  color: #fff;
}

.btn-garnet:hover {
  background-color: var(--garnet-dark);
}

.btn-gold {
  background-color: var(--gold-light);
  color: #333;
}

.btn-gold:hover {
  background-color: var(--gold);
}

/* Mobile */
@media only screen and (max-width: 768px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }

  #fsu-title,
  .not-mobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile-menu {
    display: block;
  }

  #menu-button {
    display: block;
    position: absolute;
  }

  .nav-collapse .dropdown a {
    color: #aaa !important;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
  }

  .nav-collapse .dropdown-menu a {
    border-bottom: 1px #666 solid;
    color: #333 !important;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
  }
}

[v-cloak] {
  display: none;
}

a {
  color: var(--garnet);
}

a:hover,
a:focus {
  color: var(--garnet);
}

.header {
  background-color: var(--garnet);
  font-size: 12px;
  color: #f4f4f4;
  padding: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.header .fsu-title a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.main-search {
  background-color: #fff;
  border-radius: 15px;
  float: right;
  padding-left: 27px;
  padding-right: 15px;
  position: relative;
  width: 300px;
}

.main-search .search-input {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0px;
  border-width: 0px;
  color: #666;
  padding: 7px 5px 3px 10px;
  width: 100%;
}

.main-search .search-input:focus {
  outline: none;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 4px;
  color: #999;
}

#fsu-seal {
  height: 68px;
  left: 50%;
  margin-left: -34px;
  position: absolute;
  top: -34px;
  width: 68px;
  z-index: 50;
}

#fsu-title {
  font-size: 2.369em;
  text-shadow: 0px 1px 1px rgba(44, 42, 41, 0.25);
  margin: 1em 0 0;
}

#fsu-title a {
  color: #333;
  text-decoration: none;
  font-family: "Adobe Garamond Pro", "adobe-garamond-pro", "Times New Roman",
    times, serif !important;
  font-weight: 200;
}

#content {
  padding-bottom: 15px;
  min-height: calc(100vh - 295px);
}

.navbar {
  margin-bottom: 0px;
}

.sidebar {
  padding-top: 15px;
}

.section {
  padding: 10px;
  background-color: var(--gold-lightest);
}
.section h4 {
  text-align: center;
}

.spotlight {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--garnet);
}

.spotlight img {
  float: right;
  margin-left: 15px;
}

.spotlight:nth-child(odd) img {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
}

.quick-link {
  background-color: #f4f4f4;
  margin-top: 10px;
  padding: 15px;
}

.wrapper {
  min-height: calc(100vh - 295px);
}

.footer {
  background-color: #782f40;
  border-top: 0px solid #ede9d9;
  color: #f4f4f4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 0;
}

.footer .social {
  text-align: right;
  font-size: 32px;
  color: #f4f4f4;
}

.footer a {
  color: #f4f4f4;
}

#people .person {
  margin-bottom: 10px;
}

#people .person-photo {
  margin-right: 15px;
}

#people .details {
  font-size: 14px;
}
