/*
#update-modal{
    display: none;
    justify-content:center;
    align-items: center;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#update-content{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    width: 1000px;
    z-index: 10010;

}

#update-close {
    position: absolute;
    color: #ffffff;
    font-size: 50px;
    z-index: 1;
    margin-top: -225px;
    margin-left: -15px;
}

#update-close{
    text-decoration: none;
}

#update-close:hover{
    cursor: pointer;
}

.update-image-container{
    height: 500px;
    width: 75%;
    background: url("../img/radioactive.jpg");
    background-position: center;
    background-size: cover;
}

.update-text-container{
    height: 500px;
    width: 25%;
    background-color: #C82F36;
}

.update-text{
    background-color: #ffffff;
    height: 350px;
    width: 630px;
    border-right: 40px solid #C82F36;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.update-row-top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 60px;
}

.border-middle{
    height: 32px;
    border-bottom: solid 4px #C82F36;
}

.update-row-bottom{
    display: flex;
    flex-direction: column;
}

.update-map-container{
    display: flex;
    flex-direction: row;
    padding: 25px;
    justify-content: space-between;
    align-items: flex-start;
}

#brand-update{
    font-size: 25px;
    transform:scale(1,2.1);
    font-family: "beware", "Helvetica Neue", sans-serif, serif;
    color: #C82F36;
}*/

p{
    margin: 0;
}

.border-white {
     border: 3px solid yellow;
 }

.color-white {
    color: yellow;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.border-red {
    border: 3px solid #C82F36;
}

.blink-text-container{
    padding: 0 20px 0 20px;
    background-color: #C82F36;
    position: absolute;
    margin-top: -14px;
    margin-left: 20px;
}

.color-red {
    color: #C82F36;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}


#update-bar{
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #C82F36;
    bottom: 0;
    z-index: 1000;
    padding: 15px 10px 10px 10px;
}

#update-wrapper{
    height: fit-content;
}

.update-content-container{
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.update-content {
    max-width: 290px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 15px;
    text-align: center;
}

#footer{
    margin-bottom: 100px;
}


@media only screen and (max-width: 700px) {
    .update-content{
        padding: 3px 5px;
    }

    .update-content:first-child{
        padding-top: 10px;
    }

    #update-bar{
        padding: 12px 5px 5px 5px;
    }

    .update-content{
        font-size: 13px;
    }

    .border-white {
        border: 2px solid yellow;
    }

    .color-white {
        color: yellow;
        font-size: 15px;
        font-weight: 600;
        margin: 0
    }

    .border-red {
        border: 2px solid #C82F36;
    }

    .color-red {
        color: #C82F36;
        font-size: 15px;
        font-weight: 600;
        margin: 0
    }
}



