@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
	font-family: "Oswald", sans-serif;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#ff7c10;
	text-decoration:none;
}
.index-contact-info {
	background-color:#e6e6e6;
	color:#black;
	text-align:center;
	width:100%;
}
.index-contact-info a{
	color:black;
}
.index-contact-info a:hover{
	color:#ff7c10;
}
.nav-item a{
	color:#FFF!important;
}
.nav-item a:hover{
	color:#ff7c10!important;
}
.index-nav {
	background-color:#1d94eb;
	color:#FFF;
}
.index-nav img{
	padding-top:10px;
	padding-left:20px;
	max-height:100px;
}
.index-info {
	color:white;
	text-align:right;
}
.index-pages {
	margin-top:25px;
	padding:10px;
	color:white;
}
.btn-primary {
	height:40px;
	width:100%;
	background-color:white;
	color:#1d94eb!important;
}
.btn-primary:hover {
	height:40px;
	width:100%;
	background-color:#1d94eb!important;
	color:#FFF!important;
}
.btn-secondary {
	background-color:#ff7c10;
	color:#FFF!important;
}
.btn-secondary:hover {
	background-color:#1d94eb;
	color:#FFF!important;
}
.btn-outline-primary {
	background-color:#FFF!important;
	color:#1d94eb!important;
	border-color:blue;
}
.button-header {
	margin-top:-25px;
	text-shadow: none!important;
}
.index-img {
	position:relative;
	background-image: url('../img/terschelling.jpg'); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 700px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	width:100%;
}
.index-text {
	padding-top:175px;
	width:100%;
	text-align: center;
    color: #ffffff;
    font-size: calc(32px + 68*(100vw - 375px) / 1545);
	font-style: normal;
    font-weight: 700;
	text-shadow: 0 2px 2px black;
}
.index-info-wrapper {
	position:relative;
	border-style:solid;
	border-width:2px;
	border-color:black;
	padding:20px;
	background-color:#FFF;
	border-radius:15px;
	z-index:100;
}
.index-contact {
	background-color:#1d94eb;
	border-radius:15px;
	color:#FFF;
}
.index-why-wrapper {
	text-align:center;
	padding:50px;
	height:250px;
	background-color:#FFF;
	border-radius:15px;
	color:#606060;
}
.over-text {
	background-color:#FFF;
	border-radius:15px;
	padding:50px;
}
.over-img img{
	border-radius:50%;
	max-height:300px;
	object-fit:cover; 
	display:inline-block;
}
.index-why-wrapper h1{
	font-weight: 700;
}
.bg-grey {
	background-color:#e6e6e6;
}
.bg-blue {
	background-color:#1d94eb;
	color:white;
}
.footer {
	background-color:#1d94eb;
	color:#FFF;
}

.footer img{
	max-height:200px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #1d94eb; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  box-shadow: 0px 0px 5px black;
}

#myBtn:hover {
  background-color: #ff7c10; /* Add a dark-grey background on hover */
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #d1e7dd; 
  color: black;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: white;
}