body { font-family: "Lato", sans-serif; }
 
a  {color: #eee;}  
a:hover {color: #f4424e;}
 
.spa-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*padding: 0 2em;*/
  height: 75px;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
 
.spa-header--scrolled {
  background: #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
 
.spa-header--move-up {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
 
.spa-header__logo {
    color: #000;
    position: left;
    margin-top: -1px;
    margin-left: 2px;
}
.spa-header__link {
  margin-left: 1em;
  color: #000;
}
 
.spa-header__social-media {
  right:100px;
  align-content: right !important;
  justify-content: right !important;
  float:right !important;
  margin-left: -1px;
  margin-right: 1.5%;
}
 
.spa-slide {
    display: flex !important;
}
    
.sticky-nav-tabs, .spa-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex: 1;
  align-items: center;
  min-height: 100vh;
  position: relative;
  background: #eee;
  text-align: center;
  padding: 0 3em;
}
 
.sticky-nav-tabs h1, .spa-slide h1 {
  font-size: 2rem;
  margin-top: 280px;
  margin-bottom: -300px;
  letter-spacing: .8rem;
}
 
.sticky-nav-tabs h2, .spa-slide h2 {
  font-size: 2rem;
  letter-spacing: .5rem;
}
.sticky-nav-tabs h3, .spa-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  opacity: 0.6;
  margin-top: -24px;
}
.sticky-nav-tabs h4, .spa-slide h4 {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  opacity: 0.63;
  padding-bottom: 20px;
}
.sticky-nav-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
 
.sticky-nav-tabs-container--top-first {
  position: fixed;
  top: 75px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
 
.sticky-nav-tabs-container--top-second {
  position: fixed;
  top: 0;
}
 
.sticky-nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
 
.sticky-nav-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.main-page {
    background-image: url("../images/Edit1.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.welcome {
    padding-top: 120px;
    padding-bottom: 310px;
    color: #eee;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:38.25%;
    height:0;
}
.video-responsive iframe{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    padding-left: 250px;
    padding-right: 250px;
    margin-top: -70px;
}
.sticky-nav-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
 @media (min-width: 800px) {
 
.sticky-nav-tabs h1,  .spa-slide h1 { font-size: 3.3rem; }
 
.sticky-nav-tabs h2,  .spa-slide h2 { font-size: 3rem}
 
.sticky-nav-tabs h3,  .spa-slide h3 { font-size: 1rem; }
.sticky-nav-tabs h4,  .spa-slide h4 { font-size: 1.6rem; }
 
.sticky-nav-tab { font-size: 1rem; }
}
.footer { 
    width: 105%;
    display: block;
    height: 50px;
    background: #705d87;
    color: #eee;    
    padding-left: 1.5%;
    padding-top: 0.005%;
    margin-top: 70px;
    margin-bottom: -83px;
}


/* responsive fixes */
main.spa-main > section:last-child {
padding-left: 0;
padding-right: 0;
min-height: 85vh;
padding-bottom: 50px;
}

main.spa-main > section:last-child .footer {
width: 100%;
position: absolute;
bottom: 0;
height: 50px;
margin: 0 auto;
}

.video-responsive {
overflow: auto;
padding: 0;
height: auto;
}

.video-responsive iframe {
position: static !important;
margin: 0 auto;
height: auto;
padding: 0;
width: 1993px !important;
height: 700px !important;
max-width: 100%;
}



@media (max-width: 1200px) {
  .video-responsive iframe {
  height: 500px !important;
  }
}

@media (min-width: 768px) {
  iframe {
  margin-top: 3rem !important;
  }
}


@media (max-width: 991px) {
  main.spa-main > section:last-child .footer {
  height: 80px;
  }

  main.spa-main > section:last-child {
  padding-bottom: 80px;
  }
}
