body {
  color: white;
}
.header-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.aligner-item {
  max-width: 50%;
}

.bgHeader {
  background: rgba(25, 25, 34, 0.9);
  height: 100%;
  min-height: 100%;
  height: auto;
}

.fullH {
  height: 100%;
  box-sizing: border-box;
  max-height: auto;
  min-height: 100vh;
}

.Lfull {
  height: 150px;
}

h3 {
  z-index: 14;
  text-align: center;
}

h3 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 48px!important;
}

#overlay {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  transition: background-color 300ms ease;
  width: 100%;
}
#hero-vid {
  backface-visibility: hidden;
  background: url("../videos/clouds/clouds.jpg") no-repeat scroll 0 0 #000;
  background-size: cover;
  bottom: -400px;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  perspective: 1000;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -1;
}
#hero-pic {
  display: block;
  height: auto;
  width: 100%;
}

.footer {
  height: 150px;
  background: #000;
}

a {
  color: white;
}
a:focus, a:hover {
  color: white;
  text-decoration: underline;
}

.jcon {
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.jcon img {
  width: 285px;
  height: 285px;
}
i {
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
}

i:hover {
  color: #282828;
}

a {
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
}

a:hover {
  text-decoration: none;
}

/* social  */
/* fixed social*/
#fixed-social {
  position: fixed;
  top: 130px;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  margin-bottom: 1px;
  z-index: 50;
}
#fixed-social a:hover>span{
 visibility: visible;
 left: 41px;
 opacity: 1;
}
#fixed-social a span {
 line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 120px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 60;
   opacity: 0;
}
.fixed-facebook{
  background-color: #3b5998;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
}
.fixed-facebook span{
 background-color: #3b5998;
}
.fixed-twitter{
 background-color: #55acee;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
}
.fixed-twitter span{
  background-color: #55acee;
}
.fixed-gplus{
 background-color: #00AF54;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
}
.fixed-gplus span{
  background-color: #00AF54;
}
.fixed-linkedin{
 background-color: #FFC41E;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
}
.fixed-linkedin span{
  background-color: #FFC41E;
}
.fixed-instagrem{
 background-color: #e95950;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
}
.fixed-instagrem span{
  background-color: #e95950;
}
.fixed-tumblr{
 background-color: #EB1471;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
}
.fixed-tumblr span{
  background-color: #EB1471;
}

.fixed-facebook i, .fixed-twitter i, .fixed-instagrem i {
  padding: 6px 0 0 0;
}
/*end fixed social*/

.containerText {
  position: relative;
}

.floatText {
  position: absolute;
  text-align: right;
  right: 25px;
  bottom: 55px;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
  font-size: 2em;
}

@media only screen and (max-width: 600px) {
  .floatText {
    visibility: hidden;
  }
  .floatTextT {
    visibility: visible;
  }
}

@media only screen and (min-width: 600px) {
  .floatText {
    visibility: visible;
  }
  .floatTextT {
    visibility: hidden;
  }
}
