/*font-family: 'Righteous', cursive;*/



body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}


.logo {
    display: flex;
    align-items: center;
    gap: 1cm;
}

.logo img {
    width: 5cm;
    height: 5cm;
	border-radius: 20px;
}

@media (max-width: 800px) {
	.logo img {
		width: 4.5cm;
		height: 4.5cm;
	}
}


.brand-title {
	font-size: 1cm;
    margin: .5rem;
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
}

@media (min-width: 800px) {
	.brand-title {
		display: none;
	}
}


 h1 {
	font-family: Calibri light;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	letter-spacing: 1px;
}

.navbar h1 {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 1.3cm;
	margin-left: auto;
	margin-right: auto;
}



.banner {
		font-family:Georgia, 'Times New Roman', Times, serif;
		font-size: 1.3cm;
		font-style: italic;
		margin-left: auto;
		margin-right: auto;
		color: wheat;
}

@media (max-width: 800px) {
	.banner {
		display:none;
	}
}



@media (max-width: 800px) {

	
* h2 {
	font-family: calibri light;
	font-size: 1.3rem;
	text-align: center;
}
}

.about h2 {
	font-size: 30px;
	font-family: calibri light;
	text-align: center;
}



.contact h2 {
	font-size: 30px;
}


.info h2 {
	font-size: 30px;
}

.service2 h2 {
	font-size: 30px;
	font-family: calibri light;
	text-align: center;
}

* p {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	text-align: left;
}


.navbar {
    display: flex;
    align-items:center;
	justify-content: space-between;
    color: white;
	background-color: #778F67;
	opacity: 1;
	padding: .5cm;
	border: 1px solid whitesmoke;

}

.navbar:hover {
	background-color:#778F67;
	opacity: 1;
	transition: 1s;
}



.navbar-links ul {
    display: flex;
	position:relative;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}


.navbar-links li a {
    display: block;
    text-decoration: none;
    color: whitesmoke;
    padding: .6rem;
	font-family: candara;
	font-size: 1rem;
}


.navbar-links li a:hover {
	border: 1px solid whitesmoke ;
}



.toggle-button {
    position: absolute;
    top: 6.5rem;
	right: 1.5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 10px;
}


@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
		padding: 1cm;
		gap: 1cm;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
		bottom: .5cm;

    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links.active {
        display: flex;
    }
}

header img {
	width: 3cm;
	height: 3cm;
	border-radius: 20px;
}




.current {
	background-color: #9F9443;
}


.pimg1, .pimg2, .pimg3 {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pimg1, .pimg2, .pimg3 {
	color: white;
	width: 100%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.ptext img {
	border-radius: 30px;
}


.ptext a {
	color: yellow;
}

.pimg1 {
		background-image: url("./images/index 1.jpg");
		min-height: 900px;
}


.pimg2 {
		background-image: url("./images/index 2.jpg");
		min-height: 900px;
}

.pimg3 {
		background-image: url("./images/index 3.jpg");
		min-height: 700px;
}

.index {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: whitesmoke;
}

@media (max-width: 800px) {
.ptext img {
		border-radius: 50%;
	}


	.pimg1 {
		background-image: none;
		background-color: #fdf9ee ;
}

	.pimg2 {
		background-image: none;
		background-color: #fdf9ee ;

}

	.pimg3 {
		background-image: none;
		background-color: #fdf9ee ;

}
}


@media (max-width: 800px) {
    .pimg3 img {
        width: 240px;
    }
}

.dark {
	border-top: 1px solid black;
	border-bottom: 1px solid black ;
}

.dark a {
	color: #064596;
}

.ptext {
	background-color: #778F67;
	opacity: 1;
	width: 65%;
	padding: 1cm;
	border-radius: 50px;
	border-bottom: 1px solid whitesmoke;
	border-right: 1px solid whitesmoke;
	box-sizing: border-box;
	position: absolute;
	top: 25%;
	left: 17.5%;
	letter-spacing: 1px;
	text-align: center;
}

.ptext:hover{
	background-color:#778F67;
	opacity: 1;
	transition: 800ms;
}
.ptext p {
	text-align: center;
}



@media (max-width: 800px) {
	.ptext {
		opacity: 1;
		position: absolute;
		top: 10%;
		left: 5%;
		width: 90%;
	}

	.ptext p {
		text-align: left;
	}
}



@media (max-width: 800px) {
	.ptext h1 {
		font-size: .7cm;
}
}




.dark {
	margin: auto;
	width: 80%;
}

.dark p {
	color: black;
	text-align: center;
	min-height: 10vh;
}


.testimonial {
	display: flex;
	flex-direction: row;
	max-width: 60%;
	justify-content: center;
	margin: auto;
	margin-top: 50px;
	background-color: #778F67;
	opacity: 1;
	color: white;
	border-radius: 30px;
	border-right: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
	padding: 30px;
	gap: 1vw;
}

.testimonial:hover {
	opacity: 1;
	transition: 1s;
}


.testimonial h2 {
	font-size: 30px;
}

.testimonial p {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.testimonial a {
	color: yellow;
}

.nwu {
	background-color: #778F67;
	position:relative;
	opacity: 1;
	align-items: center;
	max-width: 50%;	
	padding: 40px;
	border-radius: 50px;
	border-right: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
	margin: auto;
	margin-top: 50px;
	color: white;
	gap: 2vw;
}

.nwu:hover {
	opacity: 1;
	transition: 1s;
}


@media (max-width: 1600px) {
	.testimonial {
		flex-direction: column;
		max-width: 90%;
		align-items: center;
	}
	.text {
		max-width: 70%;
	}
	.nwu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 90%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	gap: 2vw;
}
}

.testimonial p {
	padding: 10px;
	font-size: 1rem;
	text-align: left;
	letter-spacing: .04rem;
	line-height: 1.6rem;
}

.service ol {
	font-size: 1rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
}

.service img {
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial img {
	border-radius: 30px;
	margin: auto;
}

@media (max-width: 800px) {
	.t1 img {
		width: 230px;
		height: 307px;
	}
	
	.t2 img {
		width: 230px;
		height: 281px;
	}
	}



.about {
	background-image: url("./images/index 3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 800px) {
	.about {background-image:none;
			background-color: #fdf9ee ;

}
}

.cred1 {
	width:fit-content;
	margin-left: auto;
	margin-right: auto;
}

.contact {
		background-color: #779B97;
		background-image: url("./images/index 3.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	@media (max-width: 800px) {
		.contact {background-image:none;
				background-color: #fdf9ee ;
	
	}
	}
	
	

table, tr, th, td {
  margin: auto;
  border: 1px solid white;
  border-collapse: collapse;
  padding: .3cm;
  font-size: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table th {
	font-size: 30px;
}

table {
	min-width: 100%;
}


.service {
	display: flex;
	flex-direction: row;
	max-width: 50%;
	padding: 1cm ;
	border-radius: 30px;
	border-right: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
	box-sizing: border-box;
	align-items: center;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #778F67;
	opacity: 1;
	color: white;
}

.service p {
	text-align: left;
}



@media (max-width: 800px) {
	.service1 img {
		width: 230px;
		height: 322px;
	}
}

.disclaimer {
	background-color: #778F67;
	opacity: .9;
	color: white;
	max-width: 40%;
	padding: .5cm;
	border-radius: 30px;
	border-right: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.disclaimer:hover {
	opacity: 1;
	transition: 1s;
}


.disclaimer p {
	text-align: center;
}

@media (max-width: 1200px) {
	.disclaimer { max-width: 85%;
	}
}

hr {
	color: white;
	width: 80%;
}

@media (max-width: 1600px) {
	.service {
		display: flex;
		flex-direction: column;
		max-width: 50%;
		align-items: center;
	}
	}
	
	@media (max-width: 800px) {
	.service {
		display: flex;
		flex-direction: column;
		max-width: 90%;
		align-items: center;
	}
	}


.service1 {
	flex: 1;
}

.service2 {
	flex: 1;
}

.service3 {
	flex: 1;
}


.contact h2 {
	margin-top: 50px;
	text-align: center;
	font-family: calibri light;
}

.services {
	background-color: #779B97;
	background-image: url("./images/index 3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.service:hover {
	background-color:#778F67;
	opacity: 1;
	transition: 1s;
}

@media (max-width: 800px) {
	.services {
		background-image:none;
		background-color: #fdf9ee ;
}
}



.text {
	background-color: #779B97;
	max-width: 50%;
	margin: auto;
	margin-top: 50px;
	padding: 35px;
	color: white;
	border-radius: 25px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	opacity: 0.9;

}

@media (max-width: 800px) {
	.text {
		max-width: 60%;
	}
	
}



.csc {
	background-color: #778F67;
	opacity: .9;
    max-width: 60%;
		margin: auto;
		color: white;
		padding: 50px;
		border-radius: 30px;
		border-right: 1px solid whitesmoke;
		border-bottom: 1px solid whitesmoke;	
		margin-top: 50px;
}

.csc:hover {
	background-color:#778F67;
	opacity: 1;
	transition: 1s;
}


.csc a {
	color: yellow;
}

@media (max-width: 1600px) {
	.csc {
		    	max-width: 90%;
				padding: 30px;

	}
	}

.nwu img {
	border-radius: 50%;
	padding-top: 20px;

}

form {
	max-width: 50%;
	padding: 30px;
	border-radius: 30px;
	border-right: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #778F67;
	opacity: 1;
	color: white;
}

form:hover {
	opacity: 1;
	transition: 1s;
}


@media (max-width: 1000px) {
	form {
		max-width: 90%;
	}
}



input[type=email] {
  width: 100%;
  padding: .6rem;
  border-radius: 15px;
  font-family: gadugi;
}

input[type=text] {
  width: 100%;
  padding: .6rem;
  margin: 8px 0;
  border-radius: 15px;
  box-sizing: border-box;

}

input[type=reset] {
  	width: 100px;
	padding: 5px;
	border-radius: 15px;
	background-color: #9AAEBB;
	font-family: ebrima;
	font-size: 1rem;
	margin-right: 2vw;
	font-weight: 500;
}

button {
	width: 100px;
	border-radius: 15px;
	background-color: #e43f76;
	font-family: ebrima;
	font-size: 1rem;
	font-weight: 500;
}

.knop {
	display: flex;
	justify-content: center;
	max-width: 50%;
	margin: auto;
}

.info {
	background-color: #9AAEBB;
}

.imp {
	border: 3px solid whitesmoke;
	border-radius: 30px;
	background-color: #346C87;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	color: white;
	padding: 20px;
}

@media (max-width: 800px) {
	.imp {
		width: 90%
	}
}


footer {
	background-color: #334B49;
	margin-top: 50px;
	padding: 15px;
	border-top: 1px solid whitesmoke;
}

footer img {
	position: relative;
	left: 50%;
	width: 25px;
	height: 25px;
	border: 1px solid white;
	padding: 4px;
	border-radius: 50%;
}

footer img:hover {
	border: 2px solid white;
}

footer p {
	text-align: center;
	font-family: ebrima;
	font-size: 1rem;
	color: white;
}

footer a {
	text-decoration: none;
	color: yellow;
}
