
p, li, input, textarea {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2em;
}
b {
    font-weight: 500;
    font-style: oblique;
}
ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
h1 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 3em;
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 30px;
}
h2 {
  font-family: "Forum", serif;
  font-optical-sizing: auto;
  font-size: 1.6em;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
}
h3 {
  font-family: "Forum", serif;
  font-optical-sizing: auto;
  font-size: 2em;
  font-weight: 500;
  padding-bottom: 15px;
}

* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.container {
    background-color: #34b8e6;
}
.content {
    text-align: center;
    color: white;
    padding: 25px;
}
.contentwit {
    text-align: center;
    color: #34b8e6;
    background-color: white;
    padding: 25px;
}
img {
    display: block;
}
a, a:hover, a:visited {
    color: #34b8e6;
    text-decoration: none;
}
.topline {
    background-color: white;
    text-align: center;
    color: #34b8e6;
    margin: 15px;
}
.toplinegrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* align-content: center; */
}
.topitem {
    color: #34b8e6;
    text-align: center;
    width: 100%;
}
.topitem img {
    text-align: center;
    margin: auto;
    height: 30px;
}
.highlight {
    font-size: 1.1em;
    margin: 8px;
}
.highlight a {
    color: #34b8e6;
}
.header {
    background-image: url("./assets/Sunrise_cropped.jpg");
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}
.logo {
    width: 50vw;
    text-align: center;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.64);
}

.twocolumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.column {
    justify-content: center;
    margin: auto;
    color: white;
}
.columntext {
    justify-content: center;
    margin: auto;
    color: white;
    padding: 25px;
    text-align: center;
}

ul {
    list-style-position: inside;
}
.picture img {
    width: 100%;
    height: auto;
    margin: auto;
}
.picture {
    text-align: center;
    margin: auto;
}
input, button, textarea {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 8px;
    width: 100%;
    border: 1px solid #34b8e6;
    border-radius: 5px;
}
label {
    text-align: left;
}
textarea {
    height: 150px;
}
.contact {
    text-align: center;
    margin: auto;
    width: 60vw;
    margin-top: 35px;
    margin-bottom: 100px;
    color: #34b8e6;
}
button {
    border: none;
    padding: 15px;
    background-color: #34b8e6;
    cursor: pointer;
    border: 1px solid #34b8e6;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
}
.terug {
    width: auto;
}
.page-footer {
    text-align: center;
    background-color: #34b8e6;
    color: white;
}
.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footergrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footergriditem {
    color: white;
    padding-bottom: 35px;
}
.copyright {
    padding-top: 15px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 900px) {
.twocolumns {
    grid-template-columns: 1fr;
}
.contact {
    width: 90vw;
        margin-bottom: 25px;
}
.toplinegrid {
    display: grid;
    grid-template-columns: 1fr;
}
.footergrid {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 35px;
}
}