@charset "utf-8";
.card-header {
    -webkit-box-shadow: 0px 0px rgba(251,8,12,1.00);
    box-shadow: 0px 0px rgba(251,8,12,1.00);
    background-color: rgba(245,6,10,1.00);
    color: rgba(253,253,253,1.00);
    font-size: x-large;
    text-align: center;
}
.logo {
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;

}
.mainScreenMenu {
    display: block;
    float: none;
    text-align: center;
}
.menuIcon {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;

}
.firstAidbtn {
    width: 180px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    height: 60px;
}
.firstAidHeader {
    text-align: center;
    background-color: rgba(226,249,6,1.00);
}
.symptomsTable {
    background-color: rgba(147,157,181,1.00);
    color: rgba(5,0,0,1.00);
}
.firstAidBanner   {
    background-color: rgba(252,5,9,1.00);
    color: rgba(251,251,251,1.00);
    font-weight: bold;
}
.shadedBox {
    background-color: rgba(161,157,239,1.00);
}
.imageResize {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.redText {
    color: rgba(249,20,4,1.00);
}
.redButton {
    background-color: rgba(251,2,6,1.00);
    color: rgba(252,249,249,1.00);
}

.blueBox {
    background-color: rgba(2,15,249,1.00);
    color: rgba(252,246,246,1.00);
}
.eventHeader {
    background-color: rgba(247,88,6,1.00);
    text-align: center;
}
.weatherbg {
    background-image: url(../images/severe%20weather%20banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: rgba(249,244,244,1.00);
    text-align: center;
}
.tableHead {
    background-color: rgba(81,112,167,1.00);
    color: rgba(244,237,237,1.00);
    text-align: center;
}
.alignRight {
    text-align: right;

}

.tableRowLight {
    background-color: rgba(210,228,245,1.00);
}
.blueHighlight {
    background-color: rgba(186,187,217,1.00);
}
.marineSafetyBg {
    background-image: url(../images/smallboat2.jpg);
    color: rgba(245,238,238,1.00);
    text-align: center;
    background-size: 100% 100%;
}
.blackBox {
    background-color: rgba(10,0,0,1.00);
    color: rgba(249,244,244,1.00);
    text-align: center;
}
.tableCenter {
    text-align: center;
    border: thin solid rgba(0,0,0,1.00);
}
.alignRignt {
}
.buttonFixed {
    width: 150px;
    background-color: rgba(1,13,247,1.00);
    border-radius: 2px;
}
.purpleBox {
    background-color: rgba(49,10,111,1.00);
    color: rgba(252,252,252,1.00);
    font-weight: bolder;
    text-align: center;
}
.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-12 .row .col-xl-6 {
}
.heatBox {
    background-image: url(../images/heatillnesswomaninsun.jpg);
}
