/* SASS Stylesheet */
/* ------------------- Variables --------------------- */
/* ------------------- Mixins and Mixin Variables --------------------- */
/* ------------------- Animation Keyframes --------------------- */
@-webkit-keyframes successFade {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes successFade {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes successFade {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* ------------------- Body --------------------- */
body {
  font-family: sans-serif;
  color: white;
  text-align: center;
  background: black;
  position: relative;
  min-width: 100%;
  overflow-x: hidden; }

.row {
  background: transparent;
  margin: 0;
  padding: 0; }

.container12 {
  justify-content: center;
  background: transparent; }

/* ------------------- Home Page --------------------- */
.homeheader {
  font-family: sans-serif;
  font-size: 3em;
  padding-top: 25%;
  padding-bottom: 25%;
  background-image: url("../images/homebackground.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 80%;
  text-align: center;
  top: 0;
  left: 0;
  margin-top: 75px;
  z-index: -100;
  position: relative; }
  .homeheader img {
    margin: auto;
    height: 3.18em;
    width: 4em; }

/* ------------------- Team Page --------------------- */
#teamContainer {
  position: relative;
  background-color: transparent;
  top: 0;
  left: 0;
  padding-top: 5em;
  color: #303c3a;
  font-size: 1.2em; }

#th4 {
  text-align: right; }

#th3 {
  text-align: left; }

#th2 {
  text-align: right; }

#th1 {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%; }

#th5 {
  text-align: left; }

#tb1 {
  padding-top: 2%;
  padding-bottom: 2%; }

/* team member */
#tm1 {
  float: right; }

#tm2 {
  float: left; }

#tm3 {
  float: right; }

/* ------------------- Media Page --------------------- */
/* Media Grid */
.container12#mcont1 {
  min-width: 100%;
  margin: auto;
  background-color: #161b14;
  color: #93b685;
  padding-bottom: 50px; }
  .container12#mcont1 h4 {
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 50%; }
    .container12#mcont1 h4 a:hover {
      color: #93b685; }

hr {
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #fff;
  margin: 25px 0;
  clear: both; }

.centered {
  text-align: center; }

.wrapper {
  width: 100%;
  min-width: 100%;
  margin: auto;
  background-color: #161b14;
  padding-top: 125px;
  padding-bottom: 75px; }
  .wrapper .mediaHead {
    position: relative;
    padding: 5%;
    height: 100px;
    background-image: url(../images/media.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
    border-bottom: 20px solid #161b14; }

/* ---------- Zoom container ---------- */
.image-zoom-container {
  list-style: none;
  margin: 0 auto;
  font-size: 0px;
  padding: 0 10px 0 10px; }

.zoom-container {
  position: relative;
  margin: auto;
  overflow: hidden;
  display: inline-block;
  height: auto;
  width: 33.33%;
  /* this value + 2 should = 33% */
  font-size: 16px;
  font-size: 1rem;
  border: 6px solid #161b14;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease; }

.zoom-container .zoom-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease; }

.zoom-container .zoom-caption h3 {
  display: block;
  background-color: rgba(22, 27, 20, 0.4);
  text-align: center;
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #93b685;
  margin: 32% 0 0;
  padding: 10px 0; }

.zoom-container:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25); }

.zoom-container:hover .zoom-caption {
  background: none; }

@media (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0 10px; } }
@media (max-width: 767px) {
  .zoom-container {
    width: 50%; } }
@media (max-width: 480px) {
  .zoom-container {
    width: 100%; } }
/* ------------------- Contact Page --------------------- */
.contactwrapper {
  background-color: #93b685;
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 200px; }

.contact {
  height: 50%;
  position: relative; }

.required {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 340px;
  text-align: right;
  color: #161b14;
  font-family: sans-serif;
  font-size: 0.8em; }
  .required span {
    color: red;
    font-family: sans-serif;
    font-weight: 900; }

.error {
  position: relative;
  padding-right: 20px;
  float: right;
  display: inline-block;
  color: red;
  text-align: right;
  font-family: sans-serif; }

.success {
  text-align: right;
  padding: 20px;
  font-family: sans-serif;
  color: green;
  font-weight: 900;
  animation: successFade 4s ease-out 3s 1 normal forwards;
  -webkit-animation: successFade 4s ease-out 3s 1 normal forwards;
  -moz-animation: successFade 4s ease-out 3s 1 normal forwards;
  -o-animation: successFade 4s ease-out 3s 1 normal forwards; }

.failed {
  text-align: right;
  padding: 20px;
  font-family: sans-serif;
  color: red;
  font-weight: 900;
  animation: successFade 4s ease-out 3s 1 normal forwards;
  -webkit-animation: successFade 4s ease-out 3s 1 normal forwards;
  -moz-animation: successFade 4s ease-out 3s 1 normal forwards;
  -o-animation: successFade 4s ease-out 3s 1 normal forwards; }

.labelInput {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 100%; }

#formStyle {
  display: inline-block;
  margin: auto auto;
  background-color: #93b685;
  width: 360px;
  position: relative;
  color: #161b14; }
  #formStyle h1 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px; }
  #formStyle label {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
    font-family: sans-serif; }
  #formStyle .small {
    color: #303c3a;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px; }
  #formStyle input {
    color: #93b685;
    background: #161b14;
    float: left;
    font-size: 12px;
    padding: 5px 2px 2px 5px;
    border: solid 1px #161b14;
    width: 180px;
    margin: 2px 0 20px 10px; }
  #formStyle p {
    font-size: 11px;
    color: white;
    margin-bottom: 20px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px; }
  #formStyle textarea {
    background: #161b14;
    color: #93b685;
    float: left;
    font-size: 12px;
    padding: 5px 2px 2px 5px;
    border: solid 1px #161b14;
    width: 180px;
    margin: 2px 0 20px 10px; }
  #formStyle button {
    margin: auto 0;
    clear: both;
    border: none;
    margin-top: 15px;
    margin-left: 160px;
    width: 125px;
    height: 30px;
    background: #161b14;
    line-height: 31px;
    color: #93b685;
    font-size: 11px;
    font-weight: normal;
    font-family: sans-serif; }
  #formStyle select {
    margin-top: 10px;
    margin-left: 10px;
    width: 52%;
    height: 25px;
    display: inline-block;
    background-color: #161b14;
    color: #93b685;
    font-family: sans-serif; }

.contactCon {
  height: 20%;
  padding: 5%; }

.title {
  color: #161b14;
  top: 50px;
  padding: 150px 4%  4% 4%;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center; }

.title2 {
  color: #161b14;
  padding: 3%;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center; }

/* ------------------- Navigation Bar --------------------- */
nav {
  -webkit-transition: height, .5s;
  -moz-transition: height, .5s;
  -ms-transition: height, .5s;
  transition: height, .5s;
  background-color: #93b685;
  position: fixed;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0;
  width: 100%;
  height: 75px;
  color: white;
  font-weight: 800;
  z-index: 2000; }
  nav #navi {
    position: relative;
    right: 0px;
    padding: 2%;
    width: 5%;
    min-width: 80px; }
  nav #navImg img {
    width: 50%; }

nav.sticky {
  -webkit-transition: height, .5s;
  -moz-transition: height, .5s;
  -ms-transition: height, .5s;
  transition: height, .5s;
  background-color: #161b14;
  width: 8%;
  height: 8%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  min-height: 75px;
  position: fixed;
  justify-content: center; }
  nav.sticky #navi {
    position: fixed;
    top: 0px;
    right: 0px;
    visibility: hidden;
    width: 0; }
  nav.sticky #navImg img {
    visibility: visible; }

nav:hover {
  -webkit-transition: height, .5s;
  -moz-transition: height, .5s;
  -ms-transition: height, .5s;
  transition: height, .5s;
  background-color: #93b685;
  position: fixed;
  display: flex;
  margin: auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0;
  width: 100%;
  height: 75px;
  min-height: 75px;
  color: white;
  font-weight: 800; }
  nav:hover #navi {
    position: relative;
    visibility: visible;
    padding: 2%;
    right: 0;
    width: 5%; }
  nav:hover #navImg img {
    width: 50%; }

a {
  -webkit-transition: height, .5s;
  -moz-transition: height, .5s;
  -ms-transition: height, .5s;
  transition: height, .5s;
  text-decoration: none;
  color: white; }

a:hover {
  -webkit-transition: height, .5s;
  -moz-transition: height, .5s;
  -ms-transition: height, .5s;
  transition: height, .5s;
  color: black; }

/* ------------------- Media Query --------------------- */
@media screen and (max-width: 1073px) {
  body {
    overflow: scroll; }

  .homeheader {
    margin-top: 0px; }

  nav {
    -webkit-transition: height, .5s;
    -moz-transition: height, .5s;
    -ms-transition: height, .5s;
    transition: height, .5s;
    background-color: #93b685;
    position: fixed;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    color: white;
    font-weight: 800;
    z-index: 2000; }
    nav #navi {
      position: relative;
      right: 0px;
      padding: 2%;
      width: 5%;
      min-width: 80px; }
    nav #navImg img {
      width: 30%; }
    nav .row {
      height: 50px; }

  nav.sticky {
    -webkit-transition: height, .5s;
    -moz-transition: height, .5s;
    -ms-transition: height, .5s;
    transition: height, .5s;
    background-color: #93b685;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    min-height: 50px;
    color: white;
    font-weight: 800;
    z-index: 2000; }
    nav.sticky #navi {
      position: relative;
      right: 0px;
      padding: 2%;
      width: 5%;
      min-width: 80px;
      visibility: visible; }
    nav.sticky #navImg img {
      visibility: visible; }
    nav.sticky .row {
      height: 50px; }

  nav.sticky:hover {
    -webkit-transition: height, .5s;
    -moz-transition: height, .5s;
    -ms-transition: height, .5s;
    transition: height, .5s;
    min-height: 50px;
    height: 75px; }

  #mcont1 .column3 {
    padding: 0;
    margin: auto 0;
    height: 25%;
    width: 25%;
    display: flex;
    align-items: center;
    overflow-x: visible; } }
.fill {
  height: 100px; }

/*# sourceMappingURL=style.css.map */
