.page-title-right {
    background-color: rgb(94, 137, 168);
    color: white;
    text-align: right;
    border-radius: 0 5px 0 0;
    padding-right: 20px !important;
}

.no-margin {
    margin: 0 !important;
}

.image {
    padding: 20px;
    width: 100%;
}

.image img {
    border: 5px solid white;
}

.image-top {
    margin-bottom: -6px;
}

.main {
    padding: 50px 5% 0 5% !important;
    height: 80%;    
    background-color: rgb(145, 199, 239);
}

.description {
    font-size: 1.4em;
    color: white;
}

@media only screen and (min-width: 993px) {
    /*html, body {
        height: 100%;
        overflow: hidden;
    }*/
}

@media only screen and (max-width: 992px) {    
    .halfway-button-container {
        margin-top: 50px;
    }
/*
    .html, body {
        overflow: visible !important;
    }*/
}