@charset "utf-8";
/* CSS Document */
.urgentNotice #emergencyContainer {
    width: 100%;
    display: inline-block;
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-x;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    background-image: url(../backgrounds/pexels-lumn-311039.jpg);
}
#emergencyContainer #headTxtBox  {
    background-color: hsla(206,70%,35%,0.90);
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    height: auto;
    display: block;
}
#headTxtBox h1   {
    color: hsla(0,0%,100%,1.00);
    text-align: center;
    font-family: abril-fatface;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
#headTxtBox p   {
    text-align: center;
    color: #E8E8E8;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
#emergencyContainer #windowContainer {
    width: 80%;
    height: auto;
    display: inline-block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: hsla(0,0%,97%,0.59);
}
#windowContainer .window {
    width: 50%;
    height: auto;
    display: inline-block;
    /* [disabled]padding-top: 20px; */
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
}
#emergencyContainer .window a {
    width: 80%;
    height: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2C6FA2;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    border: thin solid #8B6E00;
}
#emergencyContainer .window a:hover  {
    width: 80%;
    height: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFCA00;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #296CA1;
}
