.map-aligner {
 margin: 0 auto;
 text-align: right;
 padding-top: 131px;
}

.map-section {
   overflow: auto !important;
}


.footer-logo {
   position: absolute;
   bottom: 10px;
   width: inherit;
}

/* MODAL*/
/* for modal-content */
.modal-map {
 width: 360px;
 margin: 0 auto;
 height: auto;
 BORDER-RADIUS: 10px 10px 0px 0px;
 background-color: black;
 color: white;
}

/* for modal-header */
.header-map {
 border: 0;
}

/* for modal-footer */
.footer-map {
 border: 0;
}

/* close map */
.close-map {
 color: white;
 opacity: 1;
}

/* modal img */
.modal-img {
 width: 100%;
}

.modal-title {
 font-family: GeomanistBold;
 font-size: 1.2em;
}

.modal-subtitle {
 font-family: GeomanistBook;
 font-size: 1em;
}

.modal-link {
 font-family: GeomanistBook;
 color: white;
 font-size: 0.9em;
 letter-spacing: 1px;
}

.modal-link:hover {
 color: white;
}


.news-body {
 background-color: #009fe3 !important;
}

.news-link {
   margin: 0 auto;
}

.aligner {
 text-align: center;
 display: flex;
 flex-wrap: wrap;
}

.footer-title {
 font-family: GeomanistBold;
}

.news-container {
 background-color: #009fe3;
 width: 100vw;
 padding-top: 150px;
}

.news-wrapper {
 height: auto;
 background-color: #009fe3;

}

.news-thumbnail {
 width: 334px;
 height: 540px;
 background-color: white;
 border-radius: 10px;
 margin: 10px;
 display: inline-block;
 text-align: left;
 position: relative;

}

.news-date {
 font-family: GeomanistBook;
 display: block;
 width: 80%;
 margin: 0 auto;
 padding: 13px 0px;
 font-size: 1.2em;
 color: #999999;
}

.news-content {
 font-family: GeomanistBook;
 width: 80%;
 display: block;
 margin: 0 auto;
 padding-bottom: 12px;
 color: #4d4d4d;
 font-size: 1.5em;
}

.news-image {
   display: block;
   margin: 0 auto;
   width: 270px;
   position: absolute;
   left: 50%;
   bottom: 3%;
   transform: translate(-50%,0%);
}