/* Reset
------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}


ol,
ul {
  list-style: none;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}

h2 {
  color: #003263;
  font-size: 18px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  color: #000099;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}

a {
  outline: none;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
  line-height: 1.4em;
  font-size: 1.2em;
}

img {
  display: inline-block;
}

aside {
  font-style: italic;
  font-size: 0.9em;
}

article,
* {
  box-sizing: border-box;
}

.red_headlines {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #C00;
}


/* Structure */

body {
  background-color: #406FB6;
}

#wrapper {
  max-width: 1500px;
  margin: auto;
  text-align: center;
  width: 90%;
}
/* Contain1 to 7 are to prevent Cumulative Layout shift caused by the header images */
/* header image */
.contain1 {
          object-fit: cover;
          width: 100%;
          height:450px;
}
/* header image-smaller */
.contain2 {
          object-fit: cover;
          width: 100%;
          height:175px;
}  
/* site logo */  
.contain3 {
          object-fit: cover;
          width: 100%;
          height:150px;
}
/* site logo -smaller */
.contain4 {
          object-fit: cover;
          width: 100%;
          height:95px;
}  

/* map-button */ 
.contain5 {
          object-fit: cover;
          width: 100%;
          height:200px;
}
/* map-button-smaller */ 
.contain6 {
          object-fit: cover;
          width: 100%;
          height: 125px;
}
  /* white bar under nav */
.contain7 {
          object-fit: cover;
          width: 100%;
          height: 5px;
}

.headline {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
}

.subheadline {
  margin: auto;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
  width: 100%;
}
.profile {
  margin: auto;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  color: #406fb6;
  width: 100%;
}
#img1 {display:block;}
#img2 {display:none;}
#img3 {display:block;}
#img4 {display:none;}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
}

.grid_column1 {
width: 60%;
  padding: 12px;

}

.grid_column2 {
width: 40%;
  padding: 12px;

}
.startpoints {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003263;
  background-color:#E1E1FF;
  padding: 15px;
  margin-bottom: 10px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d6d6d6;
  border-bottom-color: #d6d6d6;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  text-align: center;
}

.top-button {
	display: none;
}
.footer {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
}
/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/*!End of responsive-nav.js 1.0.39 by @viljamis */


@media screen and (max-width: 480px) {
  #img1 {display: none;}
  #img2 {display: block;}
  #img3 {display: none;}
  #img4 {display: block;}
  
  .grid {
    background-color: #FFF;
	display: block;
    width: 100%;
	  	margin-top: 15px;
  }
  .grid_column1 {
	display: block;
    width: 100%;
  }
    .grid_column2 {
	display: block;
    width: 100%;
  }
  .startpoints {
	display: block;
    width: 100%;
  }
    .top-button {
	display: block;
	width: 100%;
}  
}