html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}

html,
body,
h2,
h3,
h4,
h5,
h6,
p,
table,
tr,
td,
ul,
ol,
li {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ed4890;
}

h1 {
  color: #13459a;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

h2 {
  color: #13459a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  color: #13459a;
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

h4 {
  color: #13459a;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

h5 {
  color: #13459a;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

body,
p {
  color: #2f2f2f;
  font-weight: 400;
}

p {
  margin: 10px 0;
}

blockquote {
  border: none;
  color: #ed4890;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  list-style-position: inside;
}

li > ul {
  list-style-type: circle;
}

.flex {
  display: flex;
  align-items: center;
}

.grid-x {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.row {
  padding: 0;
  width: 1024px;
  margin-top: 20px;
}

.fullWidth {
  max-width: 100%;
  padding: 0px;
}

#main-container {
  padding-top: 130px !important;
}

.content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px #ddd;
  max-width: 1024px;
}

.active {
  color: #ed4890 !important;
  font-weight: 700 !important;
}

.amenities {
  margin-bottom: 0;
}

.banner {
  border-bottom: 20px solid #ed4890;
}

.bottomLogo {
  margin: 25px 0;
}

.box {
  border: 1px solid #666666;
  margin: 15px 0;
  padding: 15px;
}

.button {
  background: #fcb042;
  border: 0px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 15px auto;
  padding: 15px 25px !important;
  text-transform: uppercase;
  width: 70%;
}

.buttonDiv {
  padding: 5px;
}

.editorial {
  margin: 40px auto;
}

.editorial img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.editorial blockquote {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.footer {
  background: #fff;
  bottom: 0px;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
}

.footer p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}

.info {
  color: #ff9933;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  padding: 25px 0 15px 0;
  letter-spacing: 5px;
  text-align: center;
}

.smallInfo {
  color: #4abfab;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 21px;
  padding: 0 0 55px 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}

.school {
  display: block;
  max-width: 50%;
  margin: 25px auto;
}

.navigation {
  background: rgba(83, 182, 178, 0.6);
  padding: 0 60px;
  position: fixed;
  width: 100%;
  transition: background 0.5s ease;
}

.background {
  background: rgba(83, 182, 178, 0.9);
}

.noBottomMargin {
  margin-bottom: 0px;
}

blockquote > .right {
  clear: none;
  float: right;
}

.smallHeader {
  color: #666666;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.verticalGold {
  color: #ffb819;
}

.white {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  display: inline-block;
  min-height: 100vh;
  padding: 100px 20px 20px 20px;
  position: relative;
}

.video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}

.logo {
  background-size: 70px 60px !important;
}

#wj-header {
  margin-bottom: 0;
  position: fixed;
}

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 900;
  max-width: 800;
  margin: 0 auto;
}
.nav-list {
  text-align: right;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.nav-item {
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 14px;
  padding-top: 58px;
  zoom: 1;
}
.nav-item:hover {
  background: none;
  border: none;
  color: #ed4890;
}
.nav-item a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-item:hover > a {
  color: #ed4890;
}
.nav-item:hover .nav-submenu {
  display: block;
}
/* Navigation submenu */
.nav-submenu {
  display: none;
  position: absolute;
  width: 180px;
  z-index: 900;
  margin-left: 0px;
}
.nav-submenu-item a {
  background: #0076be;
  display: block;
  padding: 15px;
}
.nav-submenu-item a:hover {
  background: #fff;
  color: #0076be;
}
/* Mobile navigation */
.nav-mobile {
  display: none; /* Hide from browsers that don't support media queries */
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #4abfab url(../images/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 80px;
  width: 80px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  right: 0;
  display: none;
  height: 40px;
  width: 41px;
  cursor: pointer;
  z-index: 1000;
}
.nav-click i {
  display: block;
  height: 40px;
  width: 40px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
  z-index: 1000;
}
.nav-click:hover {
  background-color: #8dd7f7;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-mobile {
    display: block;
  }
  .nav {
    width: 100%;
    padding: 80px 0 0;
  }
  .nav-list {
    /*background: rgba(83, 182, 178, 0.9);*/
    display: none;
    margin-top: 0;
    transition: background 0.5s ease;
  }
  .smallBackground {
    background: none;
  }
  .nav-item {
    width: 100%;
    float: none;
    padding-top: 10px;
    text-align: right;
  }
  .nav-item > a {
    padding: 10px;
  }
  .nav-click {
    display: block;
  }
  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display: none;
  }
  .nav-submenu {
    position: static;
    width: 100%;
  }
  .navigation {
    background: rgba(83, 182, 178, 0.8);
    padding: 0;
  }
  .school {
    max-width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .nav-list {
    display: block !important;
  }
}

@media screen and (min-width: 680px) {
  .borderRight {
    border-right: 1px solid #457cbe;
  }
}
