﻿#sitemessage {
    color: white;
    width: 100%;
    padding-top: 5px; 
    padding-bottom: 1px; 
    text-align: center;
    background-color: #eb0027;
    position: absolute;
    margin-top: -20px;
    margin-bottom: 0px;
    display: inline-block;
}

.header-branding .container {
    margin-top: 20px !important;
}

@media only screen and (max-width: 1406px) {
    .header-branding .container {
        margin-top: 40px !important;
    }

    .navbar {
        margin-top: 20px;
    }

    .powerful-energy-bar {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 740px) {
    .header-branding .container {
        margin-top: 60px !important;
    }

    .navbar {
        margin-top: 40px;
    }

    .powerful-energy-bar {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 471px) {
    .header-branding .container {
        margin-top: 80px !important;
    }

    .navbar {
        margin-top: 60px;
    }

    .powerful-energy-bar {
        margin-top: 60px;
    }
}
