


body {
    background: #ecf0f1;
    color: #215172;
    height: 100%;
    overflow: auto;
}


@keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

@-webkit-keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;

}

h1 {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

.dot {
  color: #4FEBFE;
}

p {
    text-align: center;
    margin: 18px;
    /*font-family: 'Muli', sans-serif;*/
    font-family: 'happy_monkeyregular','Poppins', sans-serif;
    font-weight: normal;
}

.teaser-heading-1 {
    font-size: 2rem;
}

.teaser-heading-2{
    font-size:1rem;
}

.icons {
  text-align: center;
 margin-top:3rem; 
}

    .icons i {
        color: #00091B;
        background: #fff;
        height: 63px;
        width: 63px;
        padding: 17px 21px;
        margin: 0 10px;
        border-radius: 50px;
        border: 2px solid #fff;
        transition: all 200ms ease;
        text-decoration: none;
        position: relative;
        line-height: inherit;
    }


.icons i:hover, .icons i:active {
  color: #fff;
  background: none;
  cursor: pointer !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  text-decoration: none;  
}

.comingsoon-container {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .comingsoon-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}