html {
  scroll-behavior: smooth;
}


.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body, h1, h2, h3, h4, h5, p, span, li {
	font-family: "Lato", sans-serif;
}

.text-primary {
	color: #a3d1d8!important
}
.text-secondary {
	color: #102b4a!important;
}
.bg-primary, .btn-primary {
	background: #a3d1d8!important
}
.bg-secondary, .btn-secondary {
	background: #102b4a!important;
}
.btn, .card {
	border-radius: 0px;
}

.btn {
	border: 0px;
}
.btn:hover, .btn:active, .btn:focus {
	border: 0px!important;
	box-shadow: none!important;
}

.btn-primary {
	background: #a3d1d8!important;
	color: #102b4a!important;
}

.card {
	box-shadow: none!important;
	border-left: 1px solid #83a8b0!important;
    border-bottom: 1px solid #83a8b0!important;
}

.card:after, .card:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 68px;
    background: #83a8b0;
    right: 0;
    bottom: 0;
}
.card:before {
    width: 81px;
    height: 1px;
    left: 0;
    top: 0;
}



.hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 80rem;
	z-index: 9;
}

.header_wave {
    position: relative;
    text-align: center;
    background-image: linear-gradient(32deg,rgba(9,37,70,.45),rgba(163,209,219,.45)), url("../../assets/img/afbeeldingen/hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -150px;    
}

.header_wave {
	height: 60vh;
}

@media (max-width: 768px) {
	.header_wave {
		height: 75vh;	
	}
}

@media (min-width: 1200px) {
	.header_wave {
		height: 65vh;	
	}
}


.header_wave:before {
    background: url(https://www.neptuneenergy.com/sites/neptuneenergy-corp/themes/project_bootstrap/images/waves.svg);
    background-size: cover;
    width: 100%;
    height: 145px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}

@media (min-width: 768px) {
	.header_wave:before {
		height: 250px;
	}
}


#waves-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.navbar-stick {
	background-color: #f4f4f4!important;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    background-color: #16192c;
    color: white;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
	.display-1 {
		font-size: 3rem;
	}
}

@media (min-width: 1600px) {
	.display-3 {
		font-size: 5.5rem;
	}
	.display-1 {
		font-size: 4rem;
	}
}

