.footer-image {
    margin-top: 0;
    background-position: center 50%;
}

.maps-image {
    margin: 5vh auto 0vh auto;
    background-position: center;
    background-size: 200%;
    height: 40vh;
    position: relative;
    width: 100%;
}

.maps-link {
    display: block;
    margin: 0 auto;
}

.icon {
    width: auto;
    height: 30px;
}

.phone-nr {
    height: 30px;
    vertical-align: middle;
}

.contact {
    display: flex;
    flex-direction: column;
}

.contact-left {
    flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.row-spacing div {
    margin-bottom: 15px;
}

.contact-right {
    flex: 1;
    flex-grow: 1;
    display: flex;
    font-size: 20px;
    flex-direction: column;
}

.bold-text {
    font-weight: bold;
}

.paragraph-content {
    align-self: center;
}

.annotated-paragraph {
  margin-left: 0;
}

.paragraph-title {
    display: none;
}

.align-phone {
    height: 35px;
    /* F*** you flexbox */
}

.plan-route {
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    background: #ff6060;
    border-radius: 30px;
    padding: 10px 15px 15px 15px;
    height: 20px;
    width: 150px;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.plan-route:hover {
    background: #f02b2b;
}

.default-right {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 800px) {
    .default-right {
        flex: 1;
        flex-grow: 2;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contact {
      flex-direction: row;
    }

    .paragraph-title {
      display: flex;
    }

    .maps-image {
      width: 85%;
      background-size: 200%;
    }
}

@media (min-width: 1000px) {
    .default-right {
        margin-left: 7.5%;
        margin-right: 10%;
    }

    .maps-image {
      background-size: 150%;
    }
}

@media (min-width: 1300px) {
    .default-right {
        margin-left: 7.5%;
        margin-right: 15%;
    }

    .maps-image {
      margin: 10vh auto 0vh auto;
      width: 75%;
      background-size: 110%;
    }
}
