/*#navbarCollapse {
    visibility: hidden;
    pointer-events: none;
}*/

.hero-area .contents h1{
    margin-bottom: 0;
    line-height: 1;
}

.hero-area .contents h2{
    color: #2d1c86;
}

#disclaymer .row{
    display: block;
    margin: 0;
}

#disclaymer h3{
    font-family: 'Satisfy', cursive;
    letter-spacing: 0;
    color: #3e4258;
    margin: 2rem 0;
    font-weight: normal;
}


#disclaymer h4,
#disclaymer h5{
    font-family: 'Satisfy', cursive;
    letter-spacing: 0;
    color: #3ecf8e;
    margin: 2rem 0;
    font-weight: normal;
}

#disclaymer .button{
    cursor: pointer;
    background-color: #3ecf8e;
    border: 1px solid #3ecf8e;
    color: #fff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    width: auto;
    white-space: normal;
    height: auto;
    line-height: 1;
    padding: 1rem 3rem;
    opacity: 1;
}