.copyright p{
	text-align: center;
}

/* Back to Top Button */
/* by Monte Trumbull */
.btn-scroll-to-top {
    background-color: rgb(80, 80, 80);
    display: none;
    position: fixed;
    bottom: 85px;
    right: 5px;
	border: 1px solid;
	height: 40px;
	width: 40px;
	border-radius: 5%; 
    text-align: center;
	line-height: 37px;
	vertical-align: middle;
    text-decoration: none;
    color:#97c222;
	z-index: 3;
}
.btn-scroll-to-top:hover {
    text-decoration: none;
    color:#ffffff;
}

/* witte rand en schaduw voor foto's in de pagecopy */
.the__copy img {
   border: 10px solid white;
   box-shadow:2px 2px 5px #AAAAAA;
}

/* set height of pym iframe */
.pym iframe {
	height: 500px;
}

/* legenda in CRG pages */
#legend {
    display: block;
	border: 1px solid;
    border-color: #a1c036;
    padding-left: 10px;
    padding-right: 10px;	
	box-shadow:2px 2px 5px #AAAAAA;
}

/* highlight selected menu-item */
.selected {

background-color: rgb(80, 80, 80) !important;

color: white !important;

}

/* add shadow to vegas inline slideshow */
.gallery.vegas-container {
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

/* footer font size */
.copyright {
	font-size: 15px;
}
/* footer height */
.page__pallet__bottom {
	height: 80px;
}
/* fontsize social media buttons */
.page__pallet__top > .content > ul > li, .page__pallet__top > .content > ul > li#widget-container > ul > li {
	font-size: 1.25rem;
}

