.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

@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: 1em;
}

.container, #navbar {
  border-radius: 6px;
}

#content {
  flex-grow: 1;
}

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

#navbar {
  background-color: #f46a1f !important;
}
#navbar .nav-link {
  color: white;
}
#navbar .nav-link:hover {
  color: #002244;
}
#navbar .show {
  background-color: #002244;
}
#navbar .show .dropdown-item {
  color: white;
}
#navbar .show .dropdown-item:hover {
  background-color: #f46a1f;
}

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

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

h1, footer {
  font-family: clarendon;
}

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

.carousel-caption {
  opacity: 0.95;
}

.carousel-inner, #content > img {
  box-shadow: 5px 5px #002244;
}

#westcampuscarousel {
  max-width: 600px;
}

#vzncarousel {
  max-width: 800px;
}

#vzncarousel > ol {
  background-color: #333;
}

#vanwylencarousel {
  max-width: 800px;
}

#vanwylencarousel > ol {
  background-color: #333;
}

div .carousel-caption {
  color: white;
  background-color: #333;
}

.directory {
  float: right;
}

.breadcrumb {
  background-color: white;
}/*# sourceMappingURL=tour.css.map */