body {
  color: #3d3d3d;
  font-family: "Open Sans" !important;
  font-style: normal;
}

.row {
  padding: 100px 0;
}

.reveal-modal {
  max-height: 500px; overflow-x: hidden;overflow-y: auto;
}

.headmast {
  background-image: url('../img/bg-purple-sky.jpg');
  height: 450px;
  background-attachment: fixed;
  background-size: cover;
  max-width: none;
  text-align: center;
  background-position: center center;
  padding: 0;
  line-height: 450px;
}

.top-bar {
    background-color: rgba(0, 0, 0, 0.8);

}

.top-bar-section ul li > a {
  font-family: "Dosis";
}

.top-bar-section ul li {
    background: none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
}

.logo {
  width: 150px;
  margin-top: 8px;
  margin-left: 20px;
}

.wide {
  max-width: none;
  padding: 0;
}

img {
  border-radius: 3px;
}

.footer {
  background-color: #140033;
  padding-top: 1.25rem;
}

.footer p {
  color: #fff;
  font-size: 0.8rem;
}

.footer a {
  color: #fff;
}

.footer svg {
  margin: 10px;
  opacity: .6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}


.footer svg:hover {
  opacity: 1;
}

h1, h2, h3 {
  margin: 1em 0 .5em;
  color: #351c75;
  font-family: "Dosis";
}

h1.page-title {
  font-size: 2.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: rgba(255,255,255,.9);
  position: relative;
  z-index: inherit;
  padding: 15px 20px;
  background-color: rgba(0,105,158,.8);
  /*margin-top: 8%; */
}

h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
}

h3 {
  color: #9e2592;
}

/* NAV */
@media (min-width: 800px) {

.nav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  height: 100%;
  list-style: none;
  z-index: 997;
  top: 50%;
}

@media (min-width: 500px) and (min-height: 375px) {
  .nav {
    display: block;
  }
}

.nav:before {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 49px;
}

.dot-nav {
  list-style: none;
  position: relative;
  z-index: 5;
}

.dot-nav a {
  display: inline-block;
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  vertical-align: middle;
}

.dot-nav a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #297B9E;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.dot-nav a.active {
  background-color: #297B9E;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.dot-nav li {
  margin: 10px 0;
}

.dot-nav li span {
  opacity: 0;
  position: fixed;
  vertical-align: middle;
  color: #065C8A;
  padding: 2px 7px;
/* margin-top: -25px; */
  margin-left: 25px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 13px;
  right: 25px;
  font-family: "Dosis";
  font-weight: 600;
  font-style: normal;
  text-shadow: 0.5px 0.5px 0px rgba(255, 255, 255, 0.6);
}

.dot-nav li span b {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.dot-nav li a:hover + span {
  opacity: 1;
}

/* NAV */
