/* Font */
body, .wrapper{
    font-family: "Open Sans", serif !important;
    margin: 0;
    overflow-x: hidden;
}

.no-content{
    text-align: center;
    font-size: min(8vw, 49px);
}

.no-content a{
    color: white;
}

.wrapper{
    padding-top: 80px;
}

/* Font colours */
.font-white{
    color: white;
}

.font-marine{
    color: #003a67;
}

/* Containers */
.marine{
    background-color: #003a67;
    color: white;
}

.white{
    background-color: white;
    color: #003a67;
}

.cyan{
    background-color: #47ccff;
    color: white;
}