body { 
	margin: 0;
	padding: 0;
	background-image: url('/assets/images/Background.png');
	overflow-x: hidden;
}

.navbar {
	background-image: url('/assets/images/navbar.png');
	border-image-repeat: no-repeat;
}
.fullImage {
	max-width:100%;
}
.header {
	background-image: url('/assets/images/headerbg.png');
	border-image-repeat: stretch;
}
.main {
	background-image: URL('/assets/images/body.png');
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	min-height:80%;
}


/** Nav Bar tweaks **/
.nav-link {
	color: #c79a35;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #c79a35;
}
.nav-link:hover, .nav-link:focus {
	background-color: #765714;
	color: #fff;
}

.modal-backdrop {
	z-index: -1;
}

.thumbnail {
	max-width:300px;
	max-height:300px;
}

.menuCollapsed {
	margin-left:25px; 
	margin-top:-75px;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/** Photo page **/
.photo {
	padding: 10 10 10 10;
	float: left;
	min-width: 300px;
	min-height: 250px;
}