@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "clarendon";
  src: url("fonts/clarendon_bold.eot");
  src: url("fonts/clarendon_bold.eot?#iefix") format("embedded-opentype"), url("fonts/clarendon_bold.woff") format("woff"), url("fonts/clarendon_bold.ttf") format("truetype"), url("fonts/clarendon_bold.svg#clarendon") format("svg");
}
body {
  font-family: "Libre Baskerville", serif;
  background-color: #002244;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to right, #003c77, #002244, #003c77);
}

.container {
  background-color: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 1em;
  border-radius: 6px;
}

#content {
  flex-grow: 1;
}

#footer {
  border-top: 1px solid #0055aa;
  padding-top: 6px;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header h1 {
  color: #002244;
  text-shadow: 2px 0px 2px #003c77;
}

#westcampuscarousel {
  max-width: 600px;
}

div.carousel-caption, .carousel-indicators {
  color: white;
  background-color: #333;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.75;
  border-radius: 10px;
}

.directory {
  float: right;
}

.breadcrumb {
  background-color: white;
}

#vzncarousel {
  max-width: 800px;
}

#vanwylencarousel {
  max-width: 800px;
}

#navbar {
  background-color: #f46a1f !important;
  border: 6px;
}
#navbar .nav-link {
  color: white;
}
#navbar .nav-link:hover {
  /* The effective selector here is .nav-link:hover */
  background-color: #002244;
}
#navbar .show {
  color: white;
  background-color: #002244;
}
#navbar .dropdown-item {
  color: white;
}
#navbar .dropdown-item:hover {
  background-color: #f46a1f;
}

.list-groupt-item {
  color: #002244;
}

.carousel-caption h2 {
  text-shadow: 2px 2px 5px black;
  opacity: 0.95;
}

.carousel-inner, .shadow {
  box-shadow: 20px 15px 5px #003c77;
}

h1, div#footer {
  font-family: "clarendon";
}/*# sourceMappingURL=tour.css.map */