

body {
    background: url("../Images/CASSIDY-BACKGROUND.jpg");
    background-size: cover;
    padding-bottom: 31px;
}

#bar {
    background: #798998;
    min-height: 100vh;
    position: relative;
    padding: 0;
    padding-bottom: 70px;
    font-family: 'Lato', sans-serif;
}

.textArea {
    background: #fff;
    padding: 20px 73px 40px 65px;
    font-weight: bold;
}

.logo {
    background: #000;
}

h2 {
    font-style: italic;
    margin-left: 22px;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.icon a {
    color: #fff !important;
    display: block;
    background: #000;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    padding-top: 10px;
}

.icon {
    display: inline-table;
    color: #fff;
    margin: 0 10px;
}

.textArea li {
    margin-bottom: 12px;
}

.line {
    margin-top: 3px;
}


.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #bfbfbf;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}
@media only screen and (min-device-width: 0px) and (max-device-width: 736px) {

    .textArea {
        font-size: 25px;
    }

    h2 {
        font-size: 27px !important;
    }

    .line a {
        font-size: 25px !important;
    }
}
