/* reset some settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end resetting */

/* gebruikte fonts 									*/
/* font-family: 'Redressed', cursive; 		*/
/* font-family: 'Open Sans', sans-serif;	*/
/* font-family: 'Muli', sans-serif;			*/


body {
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
}
h1 {
	font-family: 'Muli', sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
h2 {
	background-color: #A9BCD1;
	font-family: 'Muli', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
}
h2:nth-of-type(1) {
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 5px 0;
}
p:last-of-type {
	margin: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #2500BD;
	font-weight: bold;
}
a:hover {
	color: #000;
}
.header-row, .nav-row {
	width: 100%;
}
.row {
	width: 100%;
	margin: 50px 0 0 0;
}
.header-bg {
	height: 100vh;
	background-image: url(../gfx/logo.svg), url(../gfx/surealistic-floating-island-by-tworeddots.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll, fixed;
	background-position: 80px 80px, center center;
	background-size: 30% 150px, cover;
}
.slogan {
	width: 95%;
	margin: 0;
	text-align: right;
	bottom: 150px;
	position: absolute;
	padding-right: 5%;
}
.slogan-main {
	font-family: 'Redressed', cursive;
	font-size: 30px;
}

/* Scroll Icon Styling */
.icon-scroll,
.icon-scroll:before {
	  position: absolute;
	  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 140px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #6A84A3;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 16px;
  background: #6A84A3;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
.nav-container {
	height: 100px;
	position: absolute;
	bottom: 0;
	background: #A9BCD1;
}
.nav-logo {
	width: 90%;
	margin: 0 auto;
}
.logo {
	float: left;
}
.logo img {
	margin: 10px 0 0 -13px;
	display: none;
}
.show-logo {
	display: block !important;
}
nav ul {
	text-align: right;
}
nav ul li {
	display: inline-block;
	padding: 24px 10px;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	color: #FFF;
	text-transform: uppercase;
}
nav ul li a:hover {
 	color: #000;
}
/* Start Mobile Menu */
.mobile-nav {
	display: none;
}
.logo-mobile {
	display: none;
}
/* Einde Mobile Menu */
.fixed {
	height: 100px; 
	position: fixed; 
	top: 0;
	background-color: #6A84A3;
	z-index: 100;
}
.content {
	width: 60%;
	margin: 0 auto;
}
.actie {
	display: none;
	height: 180px;
	background-color: #DE00E4;
	margin: 0;
}
.actie-text {
	text-align: center;
	padding: 30px 0 0 0;
}
.actie-h1 {
	font-size: 2.5em;
	color: #66D422;
}
.actie-p {
	font-size: 1.5em;
	color: #25D3DC;
}
.four-col-box {
	display: flex;
	flex-flow: wrap;
}
a.box-header:link, a.box-header:visited, a.box-header:active {
	width: 100%;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #6A84A3;
	color: #FFF;
	display: block;
}
a.box-header:hover {
	color: #000;
	background-color: #A9BCD1;
}
.four-col-box .box-1, .four-col-box .box-2, .four-col-box .box-3, .four-col-box .box-4 {
	width: 21%;
	margin: 2%;
}
.four-col-box img {
	max-width: 100%;
	height: auto;
	margin: 15px 0 15px 0;
}
p.lees-meer {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}
p.lees-meer a:link, p.lees-meer a:visited {
	color: #6A84A3;
	text-decoration: none;
}
p.lees-meer a:hover, p.lees-meer a:active {
	color: #A9BCD1;
}
.two-col-box {
	display: flex;
	width: 60%;
	margin: 0 auto;
}
.two-col-box .box-1 {
	width: 300px;
	margin: 0 15px 0 0;
}
.two-col-box img {
	max-width: 100%;
	height: auto;
}
.two-col-box .box-2 {
	flex: 1;
	margin: 0;
}
.two-col-box .box-2 p {
	margin: 0 0 5px 30px;
}
.two-col-box .box-2 ul {
	margin: 0 0 10px 55px;
	list-style: disc;
	list-style-position: inside;
}
.text-float-left {
	max-width: 100%;
	height: auto;
	margin: 0 15px 0 0;
	float: left;
}
.two-col-box .box-2 .neem-contact-op {
	text-align: center;
	margin: 15px 0 0 0;
}
a.button {
	height: 50px;
	background-color: #6A84A3;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	border-radius: 15px;
	margin: 15px 0 0 0;
	padding: 5px 20px;
}
a.button:hover {
	background-color: #A9bcd1;
}
.portfolio {
	display: flex;
	flex-flow: wrap;
}
.portfolio .box-1, .portfolio .box-2 {
	width: 46%;
	background: #EEE;
	margin: 2%;
}
p.portfolio-header {
	width: 100%;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #6A84A3;
	color: #FFF;
}
.portfolio img {
	max-width: 100%;
	height: auto;
}
.portfolio-description {
	background-color: #A9BCD1;
	padding: 2px 0 10px 0;
	text-align: center;
	line-height: 30px;
}
.contact-col-left {
	width: 250px;
	margin: 0 0 30px 0;
	float: left;
}
.contact-col-right {
	width: auto;
	margin: 0 0 30px 0;
	float: left;
}
.contact-col-left p:first-of-type, .contact-col-right p:first-of-type {
	font-weight: bold;
}
.contact-col-left img {
	width: 35px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.google-map {
	width: 100%;
	margin: 0 0 0 35px;
	clear: both;
}
.google-map img {
	max-width: 100%;
	height: auto;
}
.footer {
	height: auto;
	background-color: #6A84A3;
	padding: 10px 0 30px 0;
}
.footer .four-col-box p {
	color: #FFF;
	margin: 0;
}
.footer .four-col-box a {
	color: #FFF;
	font-weight: normal;
}
/* responsive code */
@media only screen and (max-width: 1500px) {
	nav ul li {
		font-size: 0.8em;
		padding: 24px 5px;
	}
}
@media only screen and (max-width: 1236px) {
	h1 {
		font-size: 1.5em;
	}
	.icon-scroll {
		left: 25%;
	}
	.slogan-main {
		font-size: 20px;
	}
	.slogan p:last-of-type {
		font-size: 11px;
	}
/* Mobile Menu */
	.header-bg {
		background-image: url(../gfx/surealistic-floating-island-by-tworeddots.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.nav-row {
		display: none;
	}
	.mobile-nav {
		display: block;
		position: fixed;
		padding: 0 0 0 35px;

	}
	.menu-btn {
		cursor: pointer;
	}
	.menu-btn div {
		position: absolute;
		left: 100%;
		top: 64%;
		margin-top: -0.50em;
		line-height: 1.2;
		font-size: 18px;
		font-weight: 200;
		vertical-align: middle;
		z-index: 500;
	}
	.menu-btn span {
		display: block;
		width: 40px;
		height: 5px;
		margin: 5px 0;
		background: #6A84A3;
		z-index: 500;
	}
	.responsive-menu{
		display: none;
	}
	.expand {
		display: block !important;
		width: auto;
		background-color: #A9BCD1;
		padding: 10px;
		z-index: 500;
	}
	.expand ul li {
		margin: 0 0 10px 0;
	}
	.expand ul li:last-of-type {
		margin: 0 0 0 0;
	}
	.expand ul li a {
		width: 100%;
		color: #000;
		text-transform: uppercase;
		display: block;
	}
	.logo-mobile {
		display: block;
		float: left;
	}
	.no-link {
		display: none;
	}
/* Einde Mobile Menu */	
	.content {
		width: 80%;
	}
	.four-col-box .box-1, .four-col-box .box-2, .four-col-box .box-3, .four-col-box .box-4 {
		width: 46%;
		margin: 2%;
	}
	.two-col-box {
		width: 80%;
	}
	.two-col-box .box-1 {
		width: 150px;
	}
}
@media only screen and (max-width: 769px) {
	h1 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 415px) {
	body {
		font-size: 0.8em;
	}
	h1 {
		font-size: 1.2em;
	}
	.header-bg {
		background-image: url url(../gfx/surealistic-floating-island-by-tworeddots-small.jpg);
		background-position: center center;
		background-size: cover;
	}
	.slogan {
		width: 95%;
		margin: 0;
		text-align: left;
		bottom: 10px;
		position: absolute;
		padding-left: 5%;
	}
	.slogan-main {
		font-family: 'Redressed', cursive;
		font-size: 16px;
	}
	.icon-scroll {
		display: none;
	}
	#home h1 {
		font-size: 1em;
	}
	.four-col-box {
		flex-flow: column;
	}
	.four-col-box .box-1, .four-col-box .box-2, .four-col-box .box-3, .four-col-box .box-4 {
		width: 96%;
		margin: 20px 2% 0;
	}
	.four-col-box .box-1 {
		margin: 0 2%;
	}
	.two-col-box {
		flex-flow: column;
	}
	.two-col-box .box-1, .two-col-box .box-2 {
		width: 96%;
		margin: 0 2%;
	}
	.two-col-box .box-2 {
		flex: 0;
	}
	.two-col-box .box-2 p {
		margin: 0 0 5px 0;
	}
	.two-col-box .box-1 img {
		max-width: 60%;
		margin: 0 20%;
	}
	.portfolio {
	flex-flow: column;
	}
	.portfolio .box-1, .portfolio .box-2 {
		width: 98%;
		margin: 0;
	}
	.portfolio .box-1 {
		margin: 0 0 50px 0;
	}
	.footer {
	padding: 10px 0 100px 0;
	}
}