

ul {
  list-style-type: none;

  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #861F41;
}


html {
  box-sizing: border-box
}

*,
*:before,
*:after {
  box-sizing: inherit
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

html {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5
}

h2 {
  font-size: 30px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0
}

a {
  color: inherit
}

.outer-box-padding:after {
  content: "";
  display: table;
  clear: both
}

.third {
  width: 33.33333%;
  float: left;
}

.twothird {
  width: 66.66666%;
  float: left;
}

.description {
  margin-left:auto;
  margin-right:auto;
  width: 800px;
}

.full {
  width: 100%;
  float: left;
}

.content-middle {
  margin-left: auto;
  margin-right: auto
}

.outer-box-padding,
.outer-box-padding>.third,
.outer-box-padding>.twothird {
  padding: 0 8px;
  
}

.inner-box-padding { 
  padding: 0.01em 16px;
}

.top-padding {
  padding-top: 16px;
  padding-bottom: 16px;
}

.right-box-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.education-box-shadow {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.black-60-opacity {
  opacity: 0.60
}

.large {
  font-size: 18px !important
}

.xxlarge {
  font-size: 36px !important
}

.center {
  text-align: center !important
}

.margin-top {
  margin-top: 16px !important
}

.margin-bottom {
  margin-bottom: 16px !important
}

.margin-right {
  margin-right: 16px !important
}

.text-padding {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.bg-maroon,
.bg-hover-maroon:hover {
  color: #fff !important;
  background-color: #861F41 !important
}

.bg-white,
.bg-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important
}

.bg-light-grey,
.bg-hover-light-grey:hover,
.bg-light-gray,
.bg-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important
}

.text-maroon,
.hover-text-maroon:hover {
  color: #861F41 !important
}

.text-grey,
.hover-text-grey:hover,
.text-gray,
.hover-text-gray:hover {
  color: #757575 !important
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 1% auto; /* 1% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.button {
  background-color: #861F41;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* Start of image styling */
img {
  max-width: 100%;
  height: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.caption {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 15px;
}

button {
  border-radius: 10px;
  font-size: 18px;
  transition-duration: 0.4s;
}

button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

#count {
    padding-top: 15px;
}