@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext');

body {
    font-size: 0.9rem;
    font-family: "Open Sans", Arial, sans-serif;
}

td, p {
  font-family: "Open Sans", Arial, sans-serif;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.8rem;
}

h1 + h2 {
    font-size: 1.8rem;
    font-family: "Open Sans", Arial, sans-serif;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.0rem;
}

p {
    margin: 1rem 0;
}

h2, h3, h4, h5, h6 {
    margin: .5rem 0 .5rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif !important;
}

.centered {
    text-align: center;
}

#logo a {
    display: flex;
    align-items: center;
    color: #a2cd37 !important;
}

#logo img {
    margin-right: 5px;
    max-height: 60px;
    transition: all 0.5s ease;
}

header.scrolled img {
    max-height: 40px !important;
}

#header.scrolled #logo h3 {
    line-height: 1.3rem !important;
    font-size: 1.3rem !important;
}

#header.scrolled #logo a {
    color: #a2cd37 !important;
}

.img-fluid {
    max-width: 100%;
    max-height: auto;
}

#header, #header.scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
}

#body {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
}

.supporter {
    padding-bottom: 30px;
    width: 250px;
}

.map-sample {
    border-radius: 5px;
    border: 3px solid #a2cd37;
}

.round-corners {
    border-radius: 5px;
}

.video-wrapper {
    max-width: 560px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video iframe {
  border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }

    .main {
        width: 80%;
    }

    .side {
        width: 20%;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    #body {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .main, .side {
        width: 100%;
    }

    td {
        white-space: nowrap;
    }
 }

 @media (max-width: 420px) {
    td, th {
        font-size: 0.6rem;
    }
 }
