/* 
========================================= 
========================================= 

Bootstrapious Boilerplate Template

========================================= 
========================================= */
/*

=====================
GENERAL
=====================

*/
html {
  height: 100%;
  font-size: 15px;
}

body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden !important;
  font-size: 15px;
}

header {
  z-index: 1000;
}

section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

section.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

section.section--no-padding-bottom {
  padding-bottom: 0;
}

section.section--padding-bottom-small {
  padding-bottom: 30px;
}

h1, h2 {
  font-family: "Dancing Script", cursive !important;
}

.italic {
  font-style: italic;
  font-family: "PT Serif", serif;
}

.page-holder {
  overflow: hidden;
}

.img-responsive {
  margin: 0 auto;
}

.no-space .box {
  margin: 0 -15px;
  padding: 0;
}

.no-space.padding-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}

a, button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a i.fa, button i.fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.clickable {
  cursor: pointer !important;
}

.required {
  color: #7fb401;
}

.accent {
  color: #7fb401;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.text-gray {
  color: #ced4da;
}

.text-gray-light {
  color: #dee2e6;
}

.text-gray-lighter {
  color: #e9ecef;
}

.background-gray-lightest {
  background: #f8f9fa;
}

.background-gray-lighter {
  background: #e9ecef;
}

.background-gray-light {
  background: #dee2e6;
}

.background-gray {
  background: #ced4da;
}

.pages {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

/* ==========================================
   HERO
   ========================================== */
section.hero {
  position: relative !important;
  font-size: 15px;
  padding: 0;
}

section.hero .sl-slide .sl-slide-inner {
  padding: 150px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 5px 5px 10px black;
}

section.hero .sl-slide .sl-slide-inner h1, section.hero .sl-slide .sl-slide-inner h2 {
  color: #fff;
  text-shadow: 5px 5px 10px black;
}

section.hero .sl-slide .sl-slide-inner h1 {
  font-size: 5.2rem;
  text-shadow: 5px 5px 10px black;
}

section.hero .sl-slide .sl-slide-inner h2 {
  font-size: 4rem;
  text-shadow: 5px 5px 10px black;
}

section.hero .sl-slide .sl-slide-inner p {
  font-size: 3em;
  max-width: 700px;
  line-height: 2.5em;
  text-shadow: 5px 5px 10px black;
}

section.hero .sl-slide .sl-slide-inner a:hover {
  text-decoration: none;
}

section.hero .nav-dots span {
  background: #fff;
}

section.hero .nav-dots span.nav-dot-current::after {
  background: #7fb401;
}
/*
section.hero #scroll-down {
  width: 30px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 15px);
  z-index: 9999;
  cursor: pointer;
  border-bottom: 2px solid #fff !important;
    box-shadow: 0px 0px 10px #000;
}

section.hero #scroll-down::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  -webkit-animation: wheel 2s infinite;
  animation: wheel 2s infinite;
    box-shadow: 0px 0px 5px #000;
}
*/
  @keyframes wheel {
	to {
	  opacity: 0;
	  top: 40px;
	}
  }
  @-webkit-keyframes wheel {
	to {
	  opacity: 0;
	  top: 40px;
	}
  }

section.hero .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 999;
}

section.hero .logo span {
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
    padding-left: 10px;
    font-size: 18px;
}

section.hero .headerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 999;
  /*background-color: rgba(0, 0, 0, 0.3);*/
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
    width: 100%;
    
}

section.hero .social {
  width: 20px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 999;
}

section.hero .social .wrapper {
  margin-top: 100px;
}

section.hero .social span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  min-width: 105px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  margin: 90px 0 0;
}

section.hero .social ul {
  display: inline-block;
}

section.hero .social ul::after {
  content: '';
  background: #7fb401;
  margin: 25px 10px;
  width: 1px;
  height: 90px;
  display: block;
}

section.hero .social ul li {
  padding: 2px 0;
}

section.hero .social ul li a {
  color: #fff;
    font-size: 18px; 
    text-shadow:2px 2px 1px #000;
}

section.hero .social ul li a:hover {
  color: lightblue;
  border: none;
}

@media (max-width: 1300px) {
  section.hero .social {
    display: none;
  }
}

@media (max-width: 991.98px) {
  section.hero nav.nav-dots {
    right: 0;
  }
}

@media (max-width: 991.98px) {
  section.hero .container h1, section.hero .container h2 {
    color: #fff;
	text-shadow: 5px 5px 10px black;
  }
  section.hero .container h1 {
    font-size: 3.5rem !important;
	text-shadow: 5px 5px 10px black;
  }
  section.hero .container h2 {
    font-size: 2rem !important;
	text-shadow: 5px 5px 10px black;
  }
  section.hero .container p {
    font-size: 1rem !important;
	text-shadow: 5px 5px 10px black;
  }
}