@charset "UTF-8";
/* CSS Document */


footer {
	height: auto;
	background-color: rgba(245,245,245,1.00);
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 0px;
	margin-top: 100px;
	clear: both;
}
footer p {
	font-weight: 100;
	font-size: 13px;
	line-height: 3px;
	color: black;
	text-decoration: none;
}
footer p:hover{
	font-weight: 300;
}
footer img {
	margin-right: 20px;
	margin-left: 20px;
}
h6 {
	font-weight: 400;
	margin-bottom: 25px;
	font-style: italic;
	color: black;
	text-decoration: none;
}
h6:hover {
	font-weight: 600;
}
footer a {
	text-decoration: none;
}
footer img {
	align-content: center;
	margin-bottom: 20px;
}
footer img:hover {
	transform: scale(1.1,1.1);
}
.bg-body-tertiary {
	height: 125px;
    background-color: rgba(245,245,245,1.00)!important;
}

.textalignleft {
	text-align: left;
}
.textalignright {
	text-align: right;
}
.textaligncenter {
	text-align: center;
}
@media (max-width: 575.98px){
  .textalignleft {
		text-align: center;
		}
}
@media (max-width: 575.98px) {
  	.textaligncenter {
	text-align: center;
	}
}
@media (max-width: 575.98px) {
  	.textalignright {
		text-align: center;
	}
}
/*
.container {
	width: 1150px;
}*/

.nav-link {
	font-weight: 200;
	font-size: 20px;
}
.copyright {
	text-align: center;
	font-style: italic;
	font-size: 6px;
	line-height: 30px;
}
/*
.contact {
	text-align: right;
}*/
h3 {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 30px;
	margin-bottom: 30px;
}
h4 {
	font-size: 16px;
	font-weight: 300;
	margin-top: 30px;
}
main p {
	font-size: 14px;
	font-weight: 200;
}
.beeldabout {
	bottom: 0;
	left: 0;
	width: 100%;
}
.navbar {
	margin-bottom: 50px;
}
h2 {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
.beeldwork {
	
	padding: 25px;
	transition: opacity .2s ease;
}
.beeldwork:hover {
	opacity: 50%;
}
.beeldwork img {
	width: 100%;
	height: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right:0px;
    padding-left: 40px;
}
/*.col-4{
	background-color: aqua;
}*/
h1 {
	text-align: center;
	margin: 20px 0px 20px 0px;
	font-size: 30px;
	font-weight: 400;
}
.margin0 {
	margin: 0px;
	text-align: center;
}
.captionhome {
	color: white;
	text-decoration-color: white;
	text-decoration: none;
	font-size: 50px;
	text-shadow:  1px 1px 10px rgba(111,111,111,.40);
}
h5:hover {
	font-size: 52px;
	transition: .3s ease;
	text-decoration: none;
}
main a {
	text-decoration: none;
}
hr {
	margin-top: 50px;
	border: 2px solid rgba(168,168,168,1.00);
}
.pabouthome {
	text-align: center;
	font-size: 30px;
	margin: 50px 0px 0px 0px;
}
.dropdown-menu[data-bs-popper] {
    top: auto;
	left: auto;
    margin-top: var(--bs-dropdown-spacer);
}
.caption {
	color: white;
	text-decoration-color: white;
	text-decoration: none;
	font-size: 40px;
	font-weight: 200;
	text-shadow:  1px 1px 10px rgba(111,111,111,.40);
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
}
.caption:hover {
	color: white;
	font-weight: 30;
	text-shadow:  1px 1px 10px rgba(64,64,64,1.00);
}
.thumbnail {
	position: relative;
}
.quote {
	margin-top: 60px;
}
main a {
	color: black;
	text-decoration: none;
	font-weight: 200;
}
main a:hover{
	font-weight: 400;
}
.backgreen {
	background-color: rgba(238,238,238,1.00);
}
.centertextfooter col-12 {
	text-align: center;
}
.galery {
	padding: 25px;
}
.goback {
	font-size: 20px;
}
.goback:hover {
	font-weight: 400
}
.designedfor {
	font-size: 12px;
	margin-top: 20px;
}
.compbeeld {
	transition: opacity .2s ease;
	border-radius: 50% 50% 0% ;
	opacity: 65%;
}
.captioncomp {
	color: black;
	text-decoration-color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
}
.captioncomp:hover {
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-shadow:  1px 1px 4px rgba(26,26,26,1.00);
}





