﻿body {
    color: #3F3F3F;
    background: #F6EB61 !important;
}

.unsubscribe {
    margin-top: 24px;
}

.btn-unsubscribe {
    width: 100%;
}

h1 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subtext {
    font-size: 1rem;
    margin-bottom: 50px;
}

.regionBlock .regionHeadline {
    font-size: 24px;
    font-weight: bold;
}

.regionBlock .line {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #3F3F3F;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 8px;
}

.regionBlock .text {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}

.regionBlock .number {
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
    vertical-align: middle;
}

a {
    color: #3F3F3F;
}

    a:hover {
        color: #3F3F3F;
    }

ul {
    list-style-image: url('/gfx/list-symbol.png');
    padding: 10px;
}

#map {
    height: 600px;
    width: 100%;
}

#map-container {
    padding-right: 0;
    padding-left: 0;
}


.dark-button {
    background-color:#3F3F3F;
    color: white !important;
    padding: 10px;
    border-radius: 6px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    
    h1 {
        margin-top: 150px;
        font-size: 50px;
        line-height: 55px;
    }

    .btn-unsubscribe {
        width: auto;
    }
}

/*Large devices (desktops, 992px and up)*/ 
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
   
    .container {
        max-width: 1300px !important;
    }

}