@charset "UTF-8";
/* Body */
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-image: url("../images/background-info.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	/*background-color: #FFFFFF;*/
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
/* Header */
header {
    width: 100%;
    height: 40px;
    background-color: rebeccapurple;
    border-bottom: 4px ridge gold;
    border-radius: 10px;
}
.logo {
    color: #fff;
    font-weight: bold;
    margin-left: 100px;
    letter-spacing: 4px;
    margin-right: auto;
    text-align: left;
    padding-top: 2px;
    line-height: 2em;
    font-size: 22px;
    width: 50%;
}
nav {
    float: right;
    display: inline;
    padding-top: 2px;
    text-align: center;
    margin-right: 25px;
}
header nav ul {
	list-style:none;
	float: right;
}
nav ul li {
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #EBEF0C;
	text-decoration: none;
}
a:link {
  color: rebeccapurple;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: rebeccapurple;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: none;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: rebeccapurple;
  background-color: none;
  text-decoration: none;
}
.hero_header {
	color: rebeccapurple;
	text-align: center;
	margin:0px;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: gold;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: transparent;
	/* [disabled]min-width: 400px;*/
	padding: 0px;
	margin: 0px;
	
}
.thumbnail {
	width: 28%;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(247,235,195,0.60);
	padding-bottom: 20px;
	margin-left: 4%;
	padding-top: 20px;
	border: 1px dotted rebeccapurple;
	border-radius: 16px;
}
/*.gallery .thumbnail {
	margin-top: 5px;
	margin-bottom: 5px;
	color:darkgoldenrod;
	text-shadow: 1px 1px black;
	font-weight: bold;
	text-align: center;
	}*/
/*.gallery .thumbnail p {
	margin-top: 0px;
	color: rebeccapurple;
	text-align: center;
	padding-left: 20px;
}*/
/* More info */
.intro {
	clear: left;
	display:inline-block;
	width: 65%;
	background-color:transparent;
	margin-top: 10px;
	padding-bottom: 20px;
}
.column {
    width: 90%;
	text-align: left;
    padding-top: 20px;
    float: left;
	background-color: rgba(238,237,197,0.10);
    /*background-color: transparent;*/
}
.intro .column h3 {
	color: rebeccapurple;
	text-align: center;
}
.cards {
	width: 100%;
	height: auto;
	/*max-width: 350px;
	max-height: 200px;*/
	opacity: 0.8;
}
.intro .column p {
	color: rebeccapurple;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left
	line-height: 20px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	width: 80%;
	margin-top: 0px;
}

.button {
    width: 200px;
	height: 20px;
	background-color: white;
    margin-top: 32px;
    margin-right: 1px;
    margin-bottom: 1px;
	margin-left: 60px;
	padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid rebeccapurple;
    color: rebeccapurple;
    transition: all 0.4s linear;
}
.button:hover {
    color: rebeccapurple;
    cursor: pointer;
	background: gold;
}
.contact .button a {
	text-decoration: none;
}

.buttonnav {
    width: 150px;
    background-color: #FFFFFF;
    float: right;
    margin: 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
	text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px ridge gold;
    color: rebeccapurple;
    transition: all 0.3s linear;
    height: 20px;
}
.buttonnav:hover {
    color: rebeccapurple;
    cursor: pointer;
    background: gold;
}

.copyright {
    color:orange;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    text-transform: normal;
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.footer {
	clear: both;
	/*background-color: rgba(236,220,73,0.10);*/
	
}

.profile {
	width: 400px;
	height: 200px;
}
.gallery .thumbnail .tag {
	color: rebeccapurple;
	font-weight: 600;
	padding-top: 6px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column {
	width: 100%;
	text-align: center;
	
}
	.intro {
		width: 100%;
	}
.intro .column p {
	width: 90%;
	text-align: left;
	margin-left:10px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 800px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	text-shadow: 1px 1px rebeccapurple;
}
.thumbnail {
	width: 50%;
}
.column {
	width: 100%;
	margin-top: 0px;
	margin-left: 10px;
}
.thumbnail {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	
}
.profile {
	width: 100%;
}
	.intro {
		width: 100%;
	}
.intro .column p {
	width: 80%;
	text-align: center;
	}
	}
/* Small Desktops */
@media (min-width: 801px) and (max-width: 1096px) {
	
	.intro {
  width: 54%;
  }
.thumbnail {
	width: 40%;
	margin-left: 4%;
	
	}
/* is tekst in thumbnail */	
	.text_column {
	width: 80%;
	margin-left: 10px;
}
	.column {
	width: 70%;
}
	footer {
			clear: both;
		   
		}
/* breedte tekst in column */
    intro .column p {
     width: 90%;
}
}
