@charset "UTF-8";

body {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

.topnav {
  overflow: hidden;
  background-color: white;
}

.topnav a {
  float: left;
  display: block;
  color: #8f1537;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ffaaaa;
  color: black;
}

.topnav a.active {
  background-color: #8f1537;
  color: white;
}

.topnav .icon {
  display: none;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px;
  z-index: 4;
}

[class*='col-'] {
  float: left;
  padding: 15px;
  border: 0px solid red;
}

.row::after {
  content: '';
  clear: both;
  display: table;
}

.imageLink:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.blockquote {
  border-left: 10px solid #ffaaaa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 20px;
  margin: 2%;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.reader {
  padding-left: 20%;
}

.disappear {
  display: none;
}

.readerHeaderImage {
  display: inline-block;
  height: 700px;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}

.button {
  background-color: #801336; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.Pagination {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.button2:hover {
  background-color: black;
  color: white;
}

.shortBioDesktop {
  display: block;
}

.shortBioMobile {
  display: none;
}

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  border-radius: 25%;
}

.slideshow-container h1 {
  font-size: 38;
}

.notForMobile {
  display: block;
  height: 1000px;
}

/* Caption text */
.text {
  color: red;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.formIcon {
  padding: 10px;
  color: white;
  background-color: #801336;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid #801336;
}

/* Set a style for the submit button */
.btn {
  background-color: #801336;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

#bodyText {
  padding: 0px 30% 20px 30%;
}

#desktopPagination {
  display: block;
  padding-left: 20%;
  padding-right: 20%;
}

#mobilePagination {
  display: none;
}

.deskTopEvents {
  display: block;
}

.mobileEvents {
  display: none;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: white;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffaaaa;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #8f1537;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.rightBorder {
  border-right: 1px solid lightgray;
}

.bottomBorder {
  border-bottom: 0px solid lightgray;
}

/* On smaller screens, decrease text size */

/* media query */
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*='col-'] {
    width: 100%;
  }

  .text {
    font-size: 11px;
  }

  .notForMobile {
    display: none;
  }

  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 20px;
    margin: 0%;
  }

  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .shortBioDesktop {
    display: none;
  }

  .shortBioMobile {
    display: block;
  }

  .reader {
    padding-left: 2%;
    padding-right: 2%;
  }

  .readerHeaderImage {
    display: inline-block;
    height: 40%;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
  }

  #desktopPagination {
    display: none;
  }

  #mobilePagination {
    display: block;
  }

  .deskTopEvents {
    display: none;
  }

  .mobileEvents {
    display: block;
  }

  #bodyText {
    padding: 0px 2% 20px 2%;
  }

  .rightBorder {
    border-right: 0px solid black;
  }
  .bottomBorder {
    border-bottom: 1px solid lightgray;
  }
}
