html, body{
    background-color: #031517;
    color: black;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.navbar-dark {
    background-color: none !important;
    color: white !important;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #031517 !important;
    border-bottom: 8px solid #18ACB7;
}

.nav-img {
    max-height: 80px;
    transition: ease-in-out 120ms;
}

.nav-img:hover {
    filter: drop-shadow(4px 4px 4px rgba(255,255,255,0.5));
    transition: ease-in-out 120ms;
}

.header {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    background: rgb(21,149,158);
    background: -moz-linear-gradient(144deg, rgba(21,149,158,1) 13%, rgba(12,85,90,1) 92%);
    background: -webkit-linear-gradient(144deg, rgba(21,149,158,1) 13%, rgba(12,85,90,1) 92%);
    background: linear-gradient(144deg, rgba(21,149,158,1) 13%, rgba(12,85,90,1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15959e",endColorstr="#0c555a",GradientType=1);
    width: 100%;
    z-index: -1;
    transform: translateZ(0);
}

.headtext {
}

.content {
    background-color: #031517;
    border-top: 8px solid #18ACB7;
    width: 100%;
    height: 100%;
    color: #fff;
}

.section2 {
    background: rgb(21,149,158);
    background: -moz-linear-gradient(144deg, rgba(21,149,158,1) 13%, rgba(12,85,90,1) 92%);
    background: -webkit-linear-gradient(144deg, rgba(21,149,158,1) 13%, rgba(12,85,90,1) 92%);
    background: linear-gradient(144deg, rgba(21,149,158,1) 13%, rgba(12,85,90,1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15959e",endColorstr="#0c555a",GradientType=1);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    color: #fff;
}

.contenttext {
}

.contentpadding {
    padding-top: 90px;
    text-align: center;
}

.wrapper {
    background-color: #09ebc5;
}