body{
    color: #2e3542;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', 'Nunito Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.rm-big{
    font-size: 4.5rem ;
}

h1,h2,h3,h4,h5{
    font-family: 'Nunito Sans', 'Nunito Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2e3542;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    line-height: 1.4; -moz-osx-font-smoothing: grayscale;
}

h1{
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

h2{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

h4{
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

h5{
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-weight: normal;
}

h6{
    color: #a0a0a0;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.7;
}

p{
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    color: #586671;

}

a{
    display: inline-block;
    text-decoration: none;
}

li{
 list-style: none;
}

button{
    border: none;
}

.signup-button{
    text-transform: uppercase;
    color: white;
    list-style: none;
    width: 100%;
    padding: 1.7rem 0rem;
    background: -moz-linear-gradient(130deg,#41cd8c,#00b698) !important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

label{
    color: #2e3542;
}

header{
    width: 100%;
}
.rm-button{
    padding: 1rem 1.6rem;
    border-radius: 100px;
    margin: 1.3rem 0rem;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500;
}

.gradient{
    color: white;
    background: linear-gradient(135deg, rgb(255, 0, 48) 1%,rgb(247, 79, 49) 59%,rgb(255, 0, 84) 100%);;
}

.review-img{
    width: 75px;
    border-radius: 50%;
    margin-right: 2rem;
}

.review-block{
    border-bottom: 1px solid #9796b924;
    margin-bottom: 2rem;
}

.darkNav ul li{
    color: #2e3542;
    font-weight: 500;
}

.visible{
    display: inherit !important;
}

.hide{
    display: none !important;
}
