body {
    padding: 0;
    margin: 0;
    background: #e6e5af;
    display: flex;
    flex-direction: column;
}

/* navigatie -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.navbar {
    background-color:#1881aa;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-start;
}

/* index -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-header {
    background-image: url('images/homepagebackground.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.description {
	left: 50%;
	position: relative;
	top: 45%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.description h1 {
	color: #1881aa;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
.description h2 {
	color: #1881aa;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}
.description button {
    border:1px solid #1881aa;
    background:#1881aa;
    border-radius: 0;
    color:#fff;
}
.description button:hover {
	border:1px solid #fff;
    background:#fff;
    color:#000;
}
.features {
	margin: 2em auto;
	padding: 1em;
}
.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
    text-align: center;
}
.features p {
    text-align: center;
}
.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
    width: 500px;
    height: 325px;
}
.features button {
    border:1px solid #1881aa;
    background:#1881aa;
    border-radius: 0;
    color:#fff;
    display: block;
    margin: 1em auto;
}
.features button:hover {
	border:1px solid #fff;
    background:#fff;
    color:#000;
}

/* onzereizen -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.destination-header {
    display: block;
    margin: 50px 0 20px 50px;
}
.destinations img {
    width: 700px;
    height: 400px;
}
.trip {
    width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

/*fotogallerij -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner {
    background: #1074c5;
    background: -webkit-linear-gradient(to right, #067fcf, #0d8bc5, #07f5e9);
    background: linear-gradient(to right, #067fcf, #0d8bc5, #07f5e9);
}

/* reistips -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.traveltipstitel h1{
    display: flex;
    justify-content: center;
    margin: 20px 20px;
}
.traveltips-grid-container {
    display: flex;
    justify-content: center;
}
.traveltips-grid {
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.traveltips-grid-tip {
    background-color: #fff;
    border: 2px solid #1881aa;
    width: 300px;
    height: auto;
    margin: 10px 10px;
}
.traveltips-grid-tip h3 {
    text-align: center;
    padding: 5px 5px;
}
.traveltips-grid-tip p {
    font-family: "Playwrite AU SA", serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 10px;
}

/* contact -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.contact-form {
    padding: 10px 50px;
    margin-bottom: 300px;
}
.contact-form h3 {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}
@media only screen and (min-width: 700px) {
    .contact-form {
        width: 600px;
    }
    .form-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 8px;
    }
    .form-row input {
        width: 350px;
    }
    .form-row label {
        margin-bottom: 5px;
    }
}
.form-row {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.form-row label {
    margin-bottom: 5px;
}
.form-row input[type='email']:invalid {
    border: 1px solid #D55C5F;
    color: #D55C5F;
    box-shadow: none;
}
.legacy-form-row {
    border: none;
    margin-bottom: 8px;
}
.legacy-form-row legend {
    margin-bottom: 8px;
    font-size: initial;
}
.legacy-form-row .radio-label {
    display: block;
    font-size: initial;
    padding: 0 10px 0 10px;
}   
.legacy-form-row input[type='radio'] {
    margin-top: 6px;
}
.legacy-form-row .radio-label,
.legacy-form-row input[type='radio'] {
    float: left;
}
.form-row select {
    display: block;
    width: 350px;
    padding: 5px;
    font-size: 14px;            
}
.form-row button {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #5995DA;
    border: none;
    border-radius: 3px;
    padding: 10px 40px;
    cursor: pointer;
} 
.form-row button:hover {
    background-color: #76AEED;
}
.form-row button:active {
    background-color: #407FC7;
}


/* footer -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-footer h6 {
    padding: 0 0 10px 0;
}
.page-footer {
    background-color: #1881aa;
    color: #fff;
    padding: 30px 0 5px;
}
.footer-copyright {
    color: #faf8f8;
    padding: 40px 0;
}
.footer-socialmedia {
    color:#fff;
    padding: 0 4px;
}
.footer-socialmedia:hover {
    color:#000000;
}