.announcement_wrapper {
    height: 100%;
    width: 100%;
}

.announcement {
    display: inline-block;
    height: 100%;
    text-align: center;
    line-height: 1.25em;
    background: #e2a432;
    color: white;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    font-size: 1.5em;
    padding-top: 20px;

}

.announcement p {
    font-size: 18px;
    line-height: 24px;
    margin-left: 120px;
    margin-right: 120px;
}

.announcement a {
    color: #000;
}

.announcement a:hover {
    color: #666;
}

@media (min-width:480px) and (max-width:767px) {
    .announcement p {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media (max-width:479px) {
    .announcement p {
        font-size: 1em;
        margin-left: 30px;
        margin-right: 30px;
    }
}

/* The Modal (background) */
.modal {
    display: none;

    /* Hidden by default */
    position: fixed;

    /* Stay in place */
    z-index: 1;

    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;

    /* Full width */
    height: 100%;

    /* Full height */
    overflow: auto;

    /* Enable scroll if needed */
    background-color: rgb(0,0,0);

    /* Fallback color */
    background-color: rgba(0,0,0,0.4);

    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #e2a432;
    margin: 15% auto;

    /* 15% from the top and centered */
    padding: 20px;
    width: 80%;

    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
