﻿#MenuBar {
    display: none;
}

html {
    min-height: 100%;
}

.page {
    width: 100%;
    font-size: 100%;
}

#FullBodyDiv {
    background-color: #FFFFFF;    
}

section {
    background-color: #FFFFFF !important;
}

#body {
    padding-bottom: 0px;
    padding-top: 0px;
}

div#CopyrightFooter p {
    color: #FFFFFF;
}

div#CopyrightFooter {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: #CF242D;
}

#main {
}

h1 {
    font-family: Helvetica, Sans-Serif;
}

#HighlightsBody h1, h2, h3, h4, p.title.is-2.has-text-centered, p.title.is-4.has-text-centered {
    color: #CF242D;
    background-color: white;
}

.has-text-centered {
    background-color: white;
    padding-bottom: 30px;
}

/*.title.is-4.has-text-centered.has-text-white.EmphasisHeading{
     color: #16161D !important;
 }*/


#HighlightsBody {
    background-color: #FFFFFF;
    padding: 2%;
}

#main {
    background-color: #FFFFFF;
}

.is-2 {
    color: #8DBEC6;
}

.EmphasisHeading {
    background-color: #64B743;
}

#header {
}

#HeaderLogoLink {
    margin-top: 2rem;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    /*border-bottom:solid 1px #244B6C;*/
}

img.logo {
    /*padding-top: 27px;
    margin-right: 655px;*/
}

.button, .button.is-primary, .button.is-info {
    transition: background-color 0.1s ease 0s;
    background-color: #CF242D;
    color: #FFFFFF;
    border: solid #658D1B 1px !important;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-radius: 10px; 
}

    .button:hover, .button.is.is-primary:hover, .button.is-info:hover {
        background-color: #F13E41 !important;
        color: #FFFFFF;
        border: solid #658D1B 1px !important;
    }

.container hr {
    display: none;
}

section#body.section {
    padding-right: 0px;
    padding-left: 0px;
}

#body {
    background-color: #FFFFFF;
}
