
#fullpage {
    background-color: #9CC6C4;
    padding: 0px;
}
#canvas {
    margin: 0;
    font-size: 107%;
    background-color: #0F7771;
    background: url("../img/icons/grncurves.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
}
h1 {
    font-size: 2.5rem;
    font-weight: 800;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    margin: auto;
    max-width: 800px;
}
h2 {
    color: #fff;
    text-align: center;
    margin: 30px auto;
    max-width: 800px;
    font-weight: 500;
}
h3 {
    color: #fff;
    text-align: center;
    margin: 30px auto;
    max-width: 800px;
    font-weight: 400;
    line-height: 1.8rem;
}
#outermost-wrapper {
    margin: 30px auto 0px auto;
    max-width: 900px;
    min-width: 240px;
    border-radius: 30px;
    text-align: center;
    align-content: center;
    padding-bottom: 20px;
}
.flex-container {
    padding: 0;
    text-align: center;
    align-content: center;
    margin: 0 auto;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-item {
    background-color: #EBF2FB;
    text-align: center;
    padding: 15px;
    max-width: 220px;
    margin: 20px;
    color: #333;
    vertical-align: top !important;
}
.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.wrap li {
    background-color: #fff;
    border-radius: 20px;
    align-content: center;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}
.wrap li img {
    border-radius: 10px;
    width: 220px;
    border-width: 20px;
    border-color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media (max-width: 1000px) {
    #fullpage {
        background-color: #187D77;
    }
    #canvas {
        background: none !important;
        background-color: #187D77 !important;
    }
}