html, body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #19274a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  // color: rgba(255, 255, 255, 0.5);
}

h1 { font:700 32px/1.3 'Open Sans', sans-serif;; }
h2 { font:700 24px/1.2 'Open Sans', sans-serif;; }
h3 { font:700 22px/1.2 'Open Sans', sans-serif;; }
h4 { font:700 20px/1.2 'Open Sans', sans-serif;; }
h5 { font:700 16px/1.2 'Open Sans', sans-serif;; }
h6 { font:700 14px/1.2 'Open Sans', sans-serif;; }

#container {
  width: 100%;
  height: 100%;
}

#waves {
  position: absolute;
  z-index: 1;
  top: 10%;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../bg.jpg) center center;
  background-size: cover;
  z-index: -2;

}

// .first-page {
//   background:url('../img/bg_split.jpg') no-repeat center center;
//  -webkit-background-size: cover;
//   -moz-background-size: cover;
//   -o-background-size: cover;
//   background-size: cover;
// }
.second-page {
    background:url('../img/bg_split_white.jpg') no-repeat center center;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.second-page .user-content{
  text-align: center;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

.soon {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4px;
  line-height: 16px;
}
.soon span{
  color: #ff5252;
  font-size: 32px;
  line-height: 20px;
  font-weight: 700;
}

.soon span.small-title{
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4px;
  line-height: 16px;
}

.user-content a, .user-content p {
  color: #19274a;
}
.user-content {
  width: 100%;
}
.user-content a {
    transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.user-content a:hover {
   color: #ff5252;
}

.user-content h2 {
  color: #19274a;
  position: relative;
   margin-bottom: 40px;
}
.user-content h2:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #19274a;
    position: relative;
    display: block;
    left: 50%;
    margin-left: -30px;
    margin-top: 20px;
}

.user-content h3 {
  color: #ff5252;
  position: relative;
  margin-bottom: 10px;
  margin-top: 50px;
}

.user-content h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #19274a;
    position: relative;
    display: block;
    left: 50%;
    margin-left: -15px;
    margin-top: 10px;
}
.user-content .social a {
  text-decoration: none;
  padding: 4px; 
}

.logo-content {
  text-align: center;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
#wave {
  height: auto;
  position: absolute;
  max-width: 50%;
  height: auto;
  transform: translate(-30%,0);
  // opacity: 0.1;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #ff5252;
}



#gradient{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:.8}

#gradient{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.copyright {
  position: absolute;
  z-index: 60;
  right: 25px;
  bottom: 1rem;
  text-align: right;
}
.copyright p, .copyright a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}


.logo-white {
	max-width: 300px;
	width: 80%;
	height: auto;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .logo-white {
    max-width: 400px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1921px) {
  .logo-white {
    max-width: 700px;
  }
}
