
.wrap {
  font-family: Montserrat;
  color: #fff;
}

.content-intro-title {
  font-size: 12vh;
  font-weight: 700;
  margin: 0.4em 0;
  text-align: center;
  animation: fade-In 3s 0.6s forwards;
  -moz-animation: fade-In 3s 0.6s forwards;
  -webkit-animation: fade-In 3s 0.6s forwards;
}

.content-title {
  font-size: 3vh;
  margin: 1em 0;
  text-align: center;
  animation: fade-In 3s 0.6s forwards;
  -moz-animation: fade-In 3s 0.6s forwards;
  -webkit-animation: fade-In 3s 0.6s forwards;
}

.content-subtitle {
  font-size: 3.5vh;
  margin: 0 23%;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}

.content-subtitle-2 {
  font-size: 1.5vh;
  margin: 1% 23%;
  padding: 10px;
  line-height: 1.5;
}

.more-button {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
}

.vidbg-box {
  position: absolute;
  top:0;
  width: 100%;
  margin: 0;
  padding: 0;
}


.bgColor-1 {
  background-color: rgba(217,26,97,0.8);
}
.bgColor-2 {
    background-color: rgba(88,150,190,0.8);
}
.bgColor-3 {
    background-color: rgba(217,26,97,0.8);
}
.bgColor-4 {
    background-color: rgba(0,0,0,0.8);
}
.bgColor-5 {
    background-color: rgba(40,167,154,0.8);
}
.bgColor-6 {
    background-color: rgba(250,168,35,0.8);
}

.content-text {
  font-size: 1.4vh;
  padding: 20px;
}

.content-text li {
  margin: 0.8vh 0;
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  width: 100%;
/*
  -webkit-filter: contrast(0.8) saturate(1.2) sepia(0.15);
  filter: contrast(0.8) saturate(1.2) sepia(0.15);*/
}

.section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

 background-color: rgba(0, 0, 0, 1);

  opacity: 0;
}

.fp-completely.section:before {
  opacity: 0.5;
  transition: opacity 1s linear;
}

.section-content {
  opacity: 0;
  position: relative;
  z-index: 999;
}

.fp-completely .section-content {
  opacity: 1;
  transition: opacity 0.7s linear;
}

.intro-logo {
  text-align: center;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.menu-active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.menu span {
    opacity: 0;
}

.menu-active span {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.menu a.active, .menu a:hover {
  border-bottom: 3px solid #fff;
}

.menu-title {
  font-size: 2em;
  padding-left: 40px;
  font-weight: 700;
  background: url("../img/geslogo-small.png") no-repeat left center transparent;
}

.menu a {
  display: inline-block;
  color: #fff;
  margin: 10px 0 0 10px;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

#section0 {
  /*background-image: url(../img/bg/Depositphotos_40549817_original.jpg);*/
}
#section1  {
  background-image: url(../img/bg/491842814.jpg);
}
#section2  {
  background-image: url(../img/bg/172463432.jpg);
}
#section3  {
  background-image: url(../img/bg/182187032.jpg);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}

.form-horizontal {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.form-horizontal {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.form-control {
  color: #fff;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.form-horizontal .control-label {
  text-align: left;
}

.btn {
    border-radius: 0;
}

.btn-default, .btn-default.focus, .btn-default:focus, .btn-default.hover, .btn-default:hover {
    color: #fff;

    background-color: #ddd;
    border-color: #ddd;
    border:none;
    background-color: rgba(115,178,219,0.3);
}

a {
  color: #ddd;
}

.alert-warning {
    color: #fff;
    background-color: #ed2349;
    border-color: #ed2349;
    border-radius: 0;
}

.alert-info {
  color: #fff;
  background-color: #0678be;
  border-color: #0678be;
  border-radius: 0;
}

blockquote {
  font-size: 1vh;
  border: none;
}

li {
  line-height: 2.3vh;
}

ul > li {
  font-weight: 700;
}

li ul li {
  font-weight: 400;
  color: #ddd;
}
