@charset "UTF-8";

/* Mobile specific layouts */

/* Desktop size: 1200px and larger */
@media screen and (min-width: 1400px) {
  body {
    font-size:16px;
  }
}

/* Desktop size: 1200px and larger */
@media screen and (max-width: 1399px) {
  body {
    font-size:14px;
  }
}


/* Tablet size: between 768px and 1199px */
@media screen and (max-width: 1199px) {
	body {
    font-size:12px;
  }
	.circular-img {
		height: 100px;
		width: 100px;
	}
	.bg-img img[src$=".png"], .bg-img img[src$=".jpg"], .videocontainer{
		max-width: 60vw;
	}
  #about-bottom h4 {
  	max-width: 100%;
  	margin: auto;
  }
}

/* Phone size: 767px and smaller */
@media screen and (max-width: 767px) {
	body {
    font-size:12px;
		overflow-x: hidden;
  }
	h1 {
		font-size: 2em;
	}

	/* Navigation */
	#navbar {
		width: 100%;
		display: block;
		position: fixed;
		z-index: 2;
		float: right;
		top: 0;
		right: 0;
	}
	#nav.js {
		display: none;
	}
	#menu-btn {
		position: absolute;
		z-index: 3;
		top:0;
		right: 0;
		display: block;
		margin: 2vh;
  	width:  40px;
    height: 32px;
		cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    left: 8px;
    background: #FDDB31;
    border-radius: 2px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #menu-btn span:nth-child(1) {
    top: 5px; /* 4px */
  }
  #menu-btn span:nth-child(2),#menu-btn span:nth-child(3) {
    top: 13px; /* 3*4=12px */
  }
  #menu-btn span:nth-child(4) {
    top: 21px; /* 5*4=20px */
  }
  #menu-btn.open span:nth-child(1) {
    top: 13px; /* 3*4=12px */
    width: 0%;
    left: 50%;
  }
  #menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-btn.open span:nth-child(4) {
    top: 13px; /* 3*4=12px */
    width: 0%;
    left: 50%;
  }
	#nav {
		position: absolute;
		top: 0;
		left: 0;
		width:100vw;
		height: 100vh;
		margin: 0 auto;
		padding-top: 5vh;
    text-align: center;
		background-color: rgba(0,0,0,0.8);
	}
	nav li a {
    display: block;
		width:75%;
		top:0;
		right: 0;
		margin: 5vh auto;
		padding: 1vh 10%;
		color: #FDDB31;;
    border: #FDDB31 solid 1px;
		font-size: 10vh;
		text-decoration: none;
	}
	nav li a:hover {
		color: #FFF;
    background-color: #FDDB31;
	}

	/* Others */
	#paragraphs>div{
		width: 100%;
	}
	#paragraphs div{
		position: static;
	}
	.navbar {
		display: block;
	}
	.content {
		height: auto;
    border-right: 0 solid #000;
		border-bottom: 0 solid #000;
    border-top: 0 solid #000;
		box-shadow: 0px 0px 0px 0px #111;
	}
	.page-title {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-orgin: bottom left;
    left:0;
    bottom:0;
  }
  .page-title img{
    opacity: 0.75;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    margin-top: -100vh; /* truc om hoogte 0 te maken, daardoor neemt het geen ruimte in */
    width: 10vw;
	}
  #home .page-title {
    display: none;
  }
  .top {
    min-height: 60vh;
  }
  .bottom {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 10% 0;
  }
  .column {
    min-height: 90vh;
  }
  .slideup-box {
		left: 2%;
		width: 96%;
	}
	.bg-img img[src$=".png"], .bg-img img[src$=".jpg"], .videocontainer {
		max-width: 90%;
	}
  #home-bottom div {
    text-align: center;
    margin-left:10%;
  }
  #about-top {
    padding: 20% 10%;
  }
  #about-bottom {
  	align-items: center;
  }
  #about-bottom img{
  	height: 20vh;
  }
  #contact-top {
    padding: 20% 10%;
  }
}

@media all and (orientation:portrait) {
  .top {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .column {
    height: 70vh;
  }
}
