@charset "UTF-8";
section {
  width: 59%;
  float: left;
  text-align: center;
  margin-left: 5%;
  margin-right: 1%;
  padding-left: 2px;
  margin-bottom: 36px;
}
.navbar-brand {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-weight: 600;
    font-size: 2.3em;
    color: #293e65;
}
.carousel-item .carousel-caption p {}
.nav-link {
  text-transform: uppercase;
 font-family: "cormorant-garamond", serif;
  font-weight: 600;
  font-size: 0.9em;
  padding-top: 20px;
}
aside {
  width: 29%;
  font-family: "cormorant-garamond", serif;
  color: #888888;
  font-style: normal;
  font-weight: 500;
  font-size: medium;
  padding-left: 1%;
  padding-right: 1%;
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 16px;
  float: right;
}
aside h3 {
  color: #809FAA;
  font-family: "cormorant-garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25em;
}
body main {
  width: 90%;
  height: auto;
  padding-left: 20px;
  padding-right: 0px;
  margin-left: 2px;
}
.navbar {
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 253, 253, 0.66) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 253, 253, 0.66) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 253, 253, 0.66) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 253, 253, 0.66) 100%);
}
body {
  padding-bottom: 20px;
  font-family: "cormorant-garamond", serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
header {
  height: 40px;
}
footer {
  clear: both;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  font-size: x-small;
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 36px;
}
.carousel {
  margin-top: 20px
}
.carousel-caption {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 12px;
  color: #000000;
  font-weight: 200;
}
.carousel-control-prev {
  margin-left: -65px;
}
.carousel-control-next {
  margin-right: -65px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: none;
  background-size: 100%, 100%;
  border: none;
  background-image: none;
}
.carousel-control-next-icon:after {
  content: '>';
  font-size: 35px;
  color: #000;
}
.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: #000;
}
.carousel .carousel-indicators li {
  background-color: #ccc;
}
.carousel-caption {
  font-size: small;
  color: #888;
}
.carousel-control-prev, .carousel-control-next {
  align-items: flex-start;
  ;
}
.navbar.navbar-expand-lg.navbar-light.bg-white .navbar-brand {
    color: #293E65;
}
#navbarSupportedContent1 .navbar-nav.mr-auto .nav-item.dropdown {
  text-transform: uppercase;
}
.dropdown-menu {
  border: #fff;
}
.dropdown-item {
  color: #888;
  font-size: 0.9em;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #6094A6;
  text-decoration: none;
  background-color: #fff;
}
.carousel-caption p span {
  color: #E0282B;
  font-size: small;
}
.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.navbar.navbar-expand-lg.navbar-light.bg-white .navbar-toggler {
  padding: 4px;
}
about-caption {
  font-size: small;
  margin-bottom: 24px;
  padding-bottom: 24px;
  float: left;
}
h5 {
  color: #6094A6;
  padding-top: 12px;
}
a {
  color: #6094A6;
}
a:hover {
  color: #457180;
}
.navbar-light .nav-item.active .nav-link, .navbar-light .nav-item .nav-link:active, .navbar-light .nav-item .nav-link:focus, .navbar-light .nav-item:hover .nav-link {
  color: #6094A6
}
body {}
main {
	width: 80%;
	margin-left: 10%;
	margin-right: 0px;
	background-color: #517BBB;
}
article {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
}
video_thumb {
	width: 30%;
}
.section.group .col.span_1_of_4 .img-fluid {
}
@media (max-width: 1060px) {
  aside {
    width: 90%;
    margin-left: 20px;
    margin-right: 5%;
    margin-top: 12px;
  }
  section {
    width: 90%;
    margin-left: 6%;
    margin-right: 4%;
    margin-top: 8px;
  }
  header {
    height: 10px;
    transition: all 700ms;
  }
  .carousel {
    margin-top: 10px;
  }
}
@media (max-width: 580px) {
  .carousel-control-prev, .carousel-control-next {
    align-items: flex-start;
    display: none;
  }
  .carousel {
    margin-top: 10px;
  }
  header {
    height: 10px;
    transition: all 700ms;
  }
}
@media (max-width: 390px) {
  aside {}
  .navbar-brand {
    font-size: 2.2em;
  }
  .carousel-control-prev, .carousel-control-next {
    align-items: flex-start;
    display: none;
  }
  .carousel {
    margin-top: 10px;
  }
  header {
    height: 10px;
    transition: all 700ms;
  }
}
