@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  height: 100%;
  background-color: #2b1042;
  /* background-image: linear-gradient(to right top, #8e44ad 0%, #3498db 100%); */
}

nav {
  max-width: 100%;
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  margin: 5px;
  padding: 10px 0;
}

nav ul {
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  padding: 18px;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: rgb(193, 148, 225);
  font-size: 18px;
  text-decoration: none;
  display: block;
}

nav ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgb(193, 148, 225);
  color: #2b1042;
}

.name {
  float: left;
}


/* Dropdown Button */
.dropbtn {
  /* padding: 18px; */
  font-family: "Open Sans";
  text-transform: uppercase;
  color: rgb(193, 148, 225);
  font-size: 18px;
  text-decoration: none;
  display: block;
  background-color: transparent;
  border: none;
  min-height: 100%;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  min-height: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 15px;
  display: none;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);

  min-width: 100%;
  min-height: 100%;
  overflow: visible;
  z-index: 9999;
  
}



/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(193, 148, 225);
  padding: 18px;
  text-decoration: none;
  display: block;
  background-color:#2b1042;
  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgb(193, 148, 225);
  color: #2b1042;
  
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  height: 100%;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: transparent;
  color: #2b1042;
}


.page-title{
  text-align: center;
  color: rgb(193, 148, 225);
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 18px;
}

.sub-title{
  text-align: center;
  color: rgb(193, 148, 225);
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 18px;
}


body{
  margin-bottom: 100px;
  width: 80%;
  margin-left: 10%;
}

.main-info{
  margin-bottom: 5%;
  background-color: #2b1042;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%); */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
 
  padding: 2%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
}
.main-info .image-right img{
  width: 50%;
  height: auto;
  float: right;
  margin: 2%;
  display: inline;
}
.main-info h2{
  color: rgb(193, 148, 225);
  font-family: "Open Sans";
  font-size: 35px;
}


.main{
  /* margin-bottom: 10px; */
  background-color: #2b1042;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%); */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
 
  padding: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.main video{
  float: left;
  margin: 2%;
}
.main .image-right img{
  width: 30%;
  height: auto;
  float: right;
  margin: 2%;
  display: inline;
}

.main .image-left img{
  width: 30%;
  height: auto;
  float: left;
  margin: 2%;
}
.main .image-full img{
  width: 95%;
  height: auto;
  float: left;
  margin: 2%;
}
article{
  color: rgb(193, 148, 225);
  font-family: "Open Sans";
  font-size: 16px;
  padding-bottom: 5%;
}
article h3{
  margin-bottom: 0%;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.main a:link{
  color: rgb(193, 148, 225);
}
.main a:visited{
  color: rgb(193, 148, 225);
}

.footer {
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  width:100%;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: rgb(193, 148, 225);
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  
  border: none;

}

.fa {
  border-radius: 50%;
  float: right;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.footer-text {
  float: left;
  margin-top: 3px;
  margin-left: 20px;
  text-align: center;
}



.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  margin: 4px;
  flex: 23%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height: 55%;
}

.column h3 {
  text-align: center;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 18px;
}

.row-container{
  padding: 1px;
  background-color: rgb(193, 148, 225);
}
.row-container .content-button{
  background-color: #2b1042;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: rgb(193, 148, 225);
  width: 96%;
  font-size: 18px;
  text-decoration: none;
  display: block;
  border: none;
  border-radius: 10px;
  min-height: 100%;
  margin-left: 1%;
  padding-left: 5px;
  text-align: center;
}

.row-container .content-button:hover{
  background-color: transparent;
  color: #2b1042;
}

.row-leeruitkomsten {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create three equal columns that sits next to each other */
.column-leeruitkomsten {
  margin: 4px;
  flex: 31%;
  max-width: 32%;
  padding: 0 4px;
}

.column-leeruitkomsten img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height: 55%;
}

.column-leeruitkomsten h3 {
  text-align: center;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 18px;
}

.row-container{
  padding: 1px;
  background-color: rgb(193, 148, 225);
  padding-bottom: 10%;
}
.row-container .content-button{
  background-color: #2b1042;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: rgb(193, 148, 225);
  width: 96%;
  font-size: 18px;
  text-decoration: none;
  display: block;
  border: none;
  border-radius: 10px;
  min-height: 100%;
  margin-left: 1%;
  padding-left: 5px;
  text-align: center;
}

.row-container .content-button:hover{
  background-color: transparent;
  color: #2b1042;
}

