﻿body {
    background-image: linear-gradient(#092869, #0576A9);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

div#main-header .logo {
    height: 75px;
}

div#main-header img.logo {
    margin-top: 22px;
}

.logo .logo-name {
    font-size: 46px;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #F9F8F8;
}

    .logo .logo-name .alt {
        color: #01AEBA;
    }

.logo .foot {
    font-size: 14px;
    vertical-align: top;
    color: #FFFFFF;
}

.heading .h1-heading {
    color: white;
    font-weight: 600;
}

.heading h4{
    color:white;
}

.section-description {
    border-left: 5px solid #ffffff;
}

    .section-description h6 {
        color: #ffffff;
    }


.btn.btn-light {
    color: #004684;
}

.login-text {
    color: white;
    font-size: 1.8em;
}

#Div_Feedback {
    color: white;
}

    #Div_Feedback .feedback-emoji {
        color: #3B6D9E;
        font-size: 62px;
    }

    #Div_Feedback .fa:hover {
        color: #529ae7;
        /*font-size: 58px;*/
        transition: 0.3s;
        cursor: pointer;
    }

    #Div_Feedback .fa.selected {
        color: #007bff;
    }

.consent-box {
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 10px;
    /*max-height: 400px;*/
    min-height: 250px;
    overflow-y: auto;
    font-size: 26px;
}

    .consent-box ul > li{
        margin-bottom: 25px;
    }

    .fullwidth{
        width:100%;
        display:block;
    }

    #overview
    {
        margin-right:auto;
        display:block;
        margin-left:auto;
    }