header {
	background-color: white;
}

main {
	background-color: white;
}

footer {
	background-color: gainsboro;
}

@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");

.has-vertically-aligned-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

* {
	box-sizing: border-box;
}

html {
	font-family: 'Poppins', Lato, Tahoma, sans-serif;
	width: 100%;
	min-height: 100%;
}

.header-wrapper {
	padding-bottom: 20px;
}

.hero {
	background-image: url('../../assets/images/DSC_88362.jpeg');
	background: linear-gradient(rgba(31, 44, 108, 0.65), rgba(31, 44, 108, 0.65)),
		rgba(0, 0, 0, 0.55) url("../../assets/images/DSC_88362.jpeg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: white;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	font-family: 'Poppins', sans-serif;
}

@media (max-width: 480px) {
	.hero {
		background-image: url('../../assets/images/DSC_88362.jpeg');
		background: linear-gradient(rgba(31, 44, 108, 0.65), rgba(31, 44, 108, 0.65)),
			rgba(0, 0, 0, 0.55) url("../../assets/images/DSC_88362.jpeg") no-repeat;
		background-size: cover;
		color: white;
		box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		font-family: 'Poppins', sans-serif;
	}
}

.hero .title {
	font-family: 'Kaushan Script', sans-serif;
	font-size: 5rem;
	color: whitesmoke;
}

.hero .subtitle {
	padding: 5px;
	color: whitesmoke;
}

.hero .profession {
	padding-top: 20px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.hero .hero-foot {
	height: 50px;
	background: white;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
	position: sticky;
}

@media (max-width: 599px) {
	.hero .hero-foot {
		display: none;
	}
}

@media (max-width: 480px) {
	p {
		font-size: 20px;
	}

	.hero .title {
		font-size: 3rem;
		color: whitesmoke;
		padding-top: 150px;
	}
}

.has-text-right {
	top: -150px;
}

.hero .hero-foot .hero-foot--wrapper {
	margin: 7px auto;
	height: 50px;

}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
	line-height: 38px;
	font-weight: 600;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
	border-bottom: 2px solid #1f2c6c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
	color: #1f2c6c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
	color: #1f2c6c;
	transition: all .2s ease-in-out;
	border-bottom: 2px solid #1f2c6c;
}

.main-content {
	padding-top: 2rem;
	color: #363636;
	font-family: 'Poppins', sans-serif;
}

.main-content .section-dark {
	background-color: #f0f3f5;
	padding: 60px 0px;
}

.main-content .section-dark.our-products {
	padding: 120px;
}

@media (max-width: 599px) {
	.main-content .section-dark.our-products {
		padding: 75px 20px;
	}
}

.main-content .section-dark.our-products .work-item {
	margin-bottom: 1rem;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.our-products .work-item:hover {
	-webkit-transform: scale(1.055) translateY(-2px);
	transform: scale(1.055) translateY(-2px);
	-webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
	box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
	padding: 30px;
}

.main-content .section-light.about-me {
	padding-bottom: 100px;
}

.main-content .section-light.about-me .is-larger {
	font-size: 1.2rem;
}

@media (max-width: 599px) {
	.main-content .section-light.about-me .about-links {
		text-align: center;
	}
}

.main-content .section-light.about-me .right-image img {
	border-radius: 11px;
	margin: 20px;
	box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
	.main-content .section-light.about-me .right-image img {
		margin: auto;
	}
}

.main-content .section-title {
	color: #43485c;
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

.gplogo {
	width: 30%;
}

@media (max-width: 480px) {
	.gplogo {
		width: 100%;
	}
}

.groen {
	color: white;
	background-color: #98ab26;
	margin-left: -20px;
}

.groen:hover {
	-webkit-transform: scale(1.055) translateY(-2px);
	-webkit-transition: all .1s ease-in-out;
	transform: scale(1.055) translateY(-2px);
	-webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
	box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
	color: white;
}

.is-centered {
	margin: 0 auto;
}

.footer {
	bottom: 0;
	width: 100vw;
	padding: 5px;
	line-height: 25px;
	text-align: center;
	background: #ebe7e4;
	color: black;
	padding-top: 2rem;
}

.footer a {
	padding: 0rem 1rem 1rem 1rem;

}

.footer a i {
	font-size: 10rem;
	padding: 0px 10px;
}

.footer a .nav-item {
	color: whitesmoke;
}

.footer-content {
	position: relative;

}

@media (max-width: 480px) {

	.footer {
		padding: 15px;
	}

	.footer-content {
		position: relative;
		width: 99%;
	}
}

body.preloader-site {
	overflow: hidden;
}

.preloader-wrapper .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
}

.white {
	color: ghostwhite
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a dark background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}


.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 480px) {
	.modal .modal-content .column .mySlides .numbertext {
		display: none;
	}
}
