.headline {
    font-size: 120%;
    font-weight: bold;
    margin: 50px 0 30px 0;
}

.map-caption1 {
    margin: 0 10%;
}

.map-caption2 {
    margin: 0 10% 40px 10%;
    text-align: left;
}

.topevent-caption {
    margin: 30px 0 20px 0;
}

.exitbutton-caption {
    position: relative;
    top: 12px;
}

.exitbutton:hover {
    opacity: 0.6;
}

.google_map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.google_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 700px) {

    .exitbutton {
        border-radius: 100px;
        background-color: #10004f;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        margin: 0 30% 40px 30%;
        height: 50px;
        color: #FFFFFF;
    }

    .exitbutton a {
        text-decoration: none;
        color: #ffffff;
    }

    .top-headline {
        color: #228af1;
        font-size: 180%;
        text-align: center;
        font-weight: 600;
        margin: 20px 0;
    }
}

@media screen and (min-width: 700px) {

    .exitbutton {
        border-radius: 100px;
        background-color: #10004f;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        margin: 0 38% 40px 38%;
        height: 50px;
        color: #FFFFFF;

    }

    .exitbutton a {
        text-decoration: none;
        color: #ffffff;
    }

    .top-headline {
        color: #228af1;
        font-size: 250%;
        text-align: center;
        font-weight: 600;
        margin: 20px 0;
    }

}


@media screen and (min-width: 900px) {

    .exitbutton {
        border-radius: 100px;
        background-color: #10004f;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        margin: 0 38% 40px 38%;
        height: 50px;
        color: #FFFFFF;

    }

    .exitbutton a {
        text-decoration: none;
        color: #ffffff;
    }

    .top-headline {
        color: #228af1;
        font-size: 250%;
        text-align: center;
        font-weight: 600;
        margin: 20px 0;
    }

}