@font-face {
  font-family: font-light;
  src: url('CenturyGothic.eot');
  src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
      url('CenturyGothic.woff2') format('woff2'),
      url('CenturyGothic.woff') format('woff'),
      url('CenturyGothic.svg#CenturyGothic') format('svg'),
      url('GOTHIC.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: font-bold;
  src: url('CenturyGothic-Bold.eot');
  src: url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
      url('CenturyGothic-Bold.woff2') format('woff2'),
      url('CenturyGothic-Bold.woff') format('woff'),
      url('CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg'),
      url('GOTHICB.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
    background-color: white;
    color: rgb(32, 32, 32);
    font-family: font-light;
    margin-top: 0px;
    overflow-y: scroll;
    }
.site {
    width: 1400px;
    text-align: left;
    vertical-align: top;
    }
    .mainImgMobile2.secondContainer {
      display: none;
      }
h1 {
    font-size: 30px;
    color: #0e0e0e;
    text-transform: uppercase;
    letter-spacing: 5px;
    }
.top {
    width: 100%;
    height: auto;
    }
.logo {
    display: inline-block;
    padding: 20px 20px 20px 60px;
    width: 600px;
    }
nav {
    display: inline-block;
    text-align: right;
    width: 600px;
    padding: 20px 0px 0px 60px;
    height: 40px;
    vertical-align: top;
    }
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}
ul {
    text-transform: uppercase;
    word-spacing: 25px;
    font-size: 15px;
    letter-spacing: 5px;
    padding-right: 20px;
    display: inline-block;
    }
li {
    display: inline;
    }
a {
    text-decoration: none;
    color:rgb(32, 32, 32);
    }
.secondary {
    width: 100%;
    height: auto;
    }
.secondContainer {
    display: inline-block;
    width: 437px;
    height: auto;
    margin: 40px 40px 40px 40px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    }
.secondContainer.side {
    margin: 40px 0px 40px 0px;
    }
.footer {
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    }
.infoSec {
    display: inline-block;
    width: 650px;
    height: auto;
    margin: 40px 20px 40px 20px;
    font-size: 20px;
    text-align: left;
    vertical-align: top;
    }
.infoSec1 {
    display: inline-block;
    width: 750px;
    margin: 0px 40px 40px 20px;
    font-size: 20px;
    text-align: left;
    vertical-align: top;
}
.infoSec2 {
    display: inline-block;
    width: 480px;
    margin: 0px 20px 40px 80px;
    font-size: 20px;
    text-align: left;
    vertical-align: top;
}
hr {
    border-top: 1px solid lightgrey;
    margin: 0px;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
input[type=submit]:hover {
    background-color: #45a049;
  }
.gmap_canvas {
    margin-top: 40px;
}
.fa {
    padding: 12px 11px 11px 14px;
    width: 23px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  .fa:hover {
      opacity: 0.7;
  }
  .fa-facebook {
    background: #41393d;
    color: white;
  }
  .fa-twitter {
    background: #41393d;
    color: white;
  }
  .fa-youtube {
    background: #41393d;
    color: white;
  }
  .fa-instagram {
    padding: 12px 12px 11px 13px;
    background: #41393d;
    color: white;
  }
  /* NAV SHIFT */
nav.shift ul li a {
    position:relative;
    z-index: 1;
    padding: 0px 6px 0px 10px;
  }
  nav.shift ul li a:hover {
    color: #fff;
  }
  nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #064273;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }
  nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100px;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
@media only screen and (max-width: 1800px) {
.site {
width: 1200px;
}
.secondContainer {
width: 377px;
margin: 30px 30px 30px 30px;
}
.logo {
width: 410px;
}
.infoSec, .infoSec1 {
width: 555px;
font-size: 17px;
}
ul {
font-size: 14px;
}
}
/* Mobile Device */
@media only screen and (max-width: 1250px) {
html,body {
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
}
.site {
width: 100%;
text-align: center;
vertical-align: top;
}
.secondContainer {
display: inline-block;
width: 100%;
height: auto;
margin: 40px 0px 40px 0px;
text-align: center;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 5px;
}
.secondContainer.side {
margin: 40px 0px 40px 0px;
}
.footer {
width: 100%;
height: auto;
margin-top: 100px;
margin-bottom: 100px;
text-align: center;
padding: 0px 0px 0px 0px;
text-transform: uppercase;
letter-spacing: 5px;
}
.logo {
display: inline-block;
padding: 20px 0px 20px 20px;
width: 100%;
box-sizing: border-box;
}
nav {
display: inline-block;
text-align: center;
width: 90%;
padding: 20px 35px 20px 0px;
height: 40px;
vertical-align: top;
}
.infoSec, .infoSec1, .infoSec2 {
width: 90%;
margin: 0px 20px 0px 20px;
box-sizing: border-box;
}
ul {
word-spacing: 0px;
letter-spacing: 5px;
}
nav.shift ul li:first-child a {
  display: none;
}
.mainImgMobile {
display: none;
}
.mainImgMobile2.secondContainer {
  display: inline-block;
  }
hr {
margin-bottom: 50px;
}
ul {
padding-right: 0px;
}
}

/* Newsletter Pop Up */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  width: 700px;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
object {
  height: 300px;
}
@media screen and (max-width: 1250px){
  .popup{
    width: 70%;
  }
  object {
    height: 330px;
  }
}

/* Loading */
.loader {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}