body, html {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    background-color: #10454b !important;
    /* The image used */
    background-image: url("../img/background.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.textbox{
    background-color: rgba(255,255,255,.7);
    padding: 40px 60px 60px 60px !important;
    border-radius: 10px;
    max-width: 1180px !important;
    text-align: left;
}
.sticky{
    position: sticky;
    top: 0;
}

.link{
    color: #333333;
}


.navi{
    max-width: 1180px !important;
    background-color: #10454b;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0,0,0, .7);
}

.footer{
    background-color: #10454b;
    color: #FFFFFF;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 1180px !important;
}

.textbox img{
    border-radius: 10px;
}

.headerimg{
    max-width: 1480px !important;
}



.navitemstyle{
    background-color: rgba(255,255,255,.7);
    width: auto  !important;
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 10px !important;
}
.spacer{
    height: 2vw;
    clear: both;
}

.textboxspacer{
    height: 1vw;
    clear: both;
}