html, body{
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Oswald', sans-serif;
  padding: 0;
  margin: 0;
}
a {
  color: #2980b9;
  text-decoration: none;
}
a:visited {
  color:white;
}
a:hover {
  color: white;
}
#main {
    background-color: #2c3e50;
}
#main_content {
  grid-area: main_content;
}
#footer {
  grid-area: footer;
}
/* Achtergrond index */
#bg {
  background-image: url("fotos/achtergrond2.JPG");
  width: 100%;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#intro {
  background-color: rgba(255,255,255, 0.4);
  padding-top: 25%;
  padding-bottom: 25%;
  color: white;
  font-size: 2.5em;
  text-decoration: bold;
  text-align: center;
  height: 100%;
  width: 100%;
}
#intro_span {
  font-family: Oswald;
    /*font-weight: bold;*/
  background: #2c3e50;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
/* Einde achtergrond index */
#Crew1 {
  grid-area: Crew1;
}
#Crew2 {
  grid-area: Crew2;
}
#members_title {
  background-color: #2c3e50;
  grid-area: members_title;
}
#members_title h1 {
  margin: 0;
  font-size: 60px;
  color: white;
  text-align: center;
}
#members span {
  color: white;
}
#Nico {
  background-color: #2c3e50;
  height: 320px;
  grid-area: Nico;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#Jano {
  background-color: #2c3e50;
  height: 320px;
  grid-area: Jano;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#Jano img {
  padding-top: 20px;
  height: 225px;
  border-radius: 50%;
}
#Nico img {
  padding-top: 20px;
  height: 225px;
  border-radius: 50%;
}
#contact {
  grid-area: contact;
  background-image: url("fotos/achtergrond3.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  font-family: 'Lato', sans-serif;
}
#contact_adresses {
  margin-top: 114.06px;
  margin-bottom: 114.06px;  
}
#aboutFIS {
  grid-area: aboutFIS;
}
#aboutFIS p{
  font-size: 18px;
}
#aboutFIS a{
  color: white;
}
#aboutFIS a:hover{
  color: #4183D7;
}
#aboutFIS {
  width: 80%;
  margin: auto;
  font-family: 'Lato', sans-serif;
  color: white;
}
#aboutFIS  h1{
  font-family: Oswald;
  font-size: 60px;
  color: white;
  text-align: center;
}
#main {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "main_content main_content"
                       "aboutFISEU aboutFISEU"
                       "contact contact"
                       "footer footer"
}
.topnav li,ul {
  list-style: none;
  display: inline;
}
.topnav {
  height:73px;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.topnav a {
  font-size: 32px;
  display: inline-block;
  color: #2c3e50;
  text-decoration: none;
  vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    padding: 13px;
}
.topnav a:hover {
  color: #4183D7;
  transition: 0.3s;
}
.topnav .icon {
  display: none;
}
.topnav a:not(:first-child) {
  text-align: right;
  float: right;

}
.topnav.responsive {
  height: 278px;
}
#footer span {
  color: white;
  font-family: 'Lato', sans-serif;
  background: none;
}
#footer {
  text-align: center;
  margin: auto;
}
#aboutFISEU p{
  font-size: 18px;
}
#aboutFISEU a{
  color: white;
}
#aboutFISEU a:hover{
  color: #4183D7;
}
#aboutFISEU {
  padding-top: 0;
  width: 80%;
  margin: auto;
  grid-area: aboutFISEU;
  font-family: 'Lato', sans-serif;
  color: white;
}
#aboutFISEU  h1{
  font-family: Oswald;
  font-size: 60px;
  color: white;
  text-align: center;
}
#nav_logo{
  padding: 6.5px;
  height: 60px;
  vertical-align: middle;
}
#menutoggle {
  font-size: 2em;
  padding-top: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav span {
    text-align: center;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav a:not(:first-child) {
    padding: 0;
  }
  #main {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "main_content main_content"
                         "aboutFISEU aboutFISEU"
                         "contact contact"
                         "footer footer"
  }
  /* HEADER KLEINER MAKEN OP MOBILE */
  .topnav {
    height:73px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    background: white;
  }
  #nav_logo {
    padding: 11.5px;
    height: 53px;
    vertical-align: middle;
  }
  .topnav.responsive {
    height: 280px;
  }
}
/* EINDE INDEX.HTML */

html {
    background-color: white;
}
.topnav span {
    font-family: 'Oswald', sans-serif;
}
#About_content {
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
}
body {
  margin: 0;
  padding: 0;
}
#event_content {
  margin: auto;
  display: grid;
  padding: 4%;
  grid-template-columns: 32.666% 32.666% 32.666%;
  grid-gap: 1.5%;
}
.event {
  background: white;
  width: 100%;
  max-width: 100%;
  margin: 15px;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: 0.8s;
}
.event_wrapper {
  padding: 25px;
}
.img_wrapper img {
  max-height: 330px;
  width: 100%;
  max-width: 100%;
}
.img_wrapper {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.event:hover {
  transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.event h1 {
  font-family: 'Oswald', sans-serif;
}
.event a, p, h2{
  font-family: 'Lato', sans-serif;
}
.event a:hover {
  text-decoration: underline;
}
.event h1, h2 {
  color: #2c3e50;
  text-align: center;
}
.btnEvent {
  background-color: #2c3e50;
  color: white;
  text-decoration: none;
  padding: 15px;
  margin: auto;
}
.event_hr{
  display: none;

}
/* Responsive grid */
@media only screen and (max-width:850px){
  #event_content {
    padding: 0.5%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 0;
  }
  .event:hover {
    transform: none;
    box-shadow: 0;
  }
  .event_hr{
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.topnav img {
  height: 47px;
}