
html {
	scroll-behavior: smooth;
  } 

:root {
	--menu-start-color: rgb(86,109,145);
	--menu-end-color: rgb(37,141,200);
}

body {
	font-family: Helvetica;
	font-size: 1rem;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: lighter;
	line-height: 1.35rem;
	background: whitesmoke;
	width: 100vw;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #ddd;
	font-weight: bold;
}

div {
	padding: 15px;
}

.image {
	width: calc(15vw - 20px);
	max-width: 155px;
	height: auto;
	display: inline-flex;
	margin: 5px;
	border-radius: 10px;
	border: 2px solid rgba(200,200,200,0.75);
}

.imagebox {
	white-space: nowrap;
	text-align: center;
	margin: 20px auto;
	padding: 30px 0px;
}

blockquote {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 40px;
	color:#5b5b5b;
}

#welcome {
	background-image: url('./images/background.jpg');
	background-size: cover;
	background-position-y: center;

	max-height: 350px;
	height: 350px;
}

#introtext {
	font-size: 1.25rem;
	font-size: 1rem;
	color: #ddd;
	font-weight: lighter;
	margin: 10px auto 15px auto;
	margin-top: -120px;
}

.centerblock {
	max-width: 900px;
	margin: 30px auto 50px auto;
}

h3 {
	color: #677aa6;
	font-size: 2.5rem;
	font-weight: lighter;
	line-height: 2.5rem;
}
h4 {
	color: #677aa6;
	font-size: 1.4rem;
	font-weight: lighter;
	margin-bottom: 0px;
	line-height: 1.4rem;
}
#introtext h3 {
	font-size: 1.5rem;
}


.anchor {
	display:inline-block;
	margin-bottom: 0px;
}

#footer {
	color: #ddd;
	font-size: 0.75rem;
	background: rgb(37,141,200);
	background: -moz-linear-gradient(0deg, rgba(37,141,200,1) 0%, rgba(86,109,145,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(37,141,200,1) 0%, rgba(86,109,145,1) 100%);
	background: linear-gradient(0deg, rgba(37,141,200,1) 0%, rgba(86,109,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#258dc8",endColorstr="#566d91",GradientType=1);
	text-align: center;	
	position: fixed;
	bottom: 0px;
	padding: 10px;
	padding-bottom: 20px;
	width: 100%;
	height: 10px;
}

.dash {
	display: inline-block;
	width: 50px;
}

#menu {
	display: flex;
	justify-content: center;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
	height: 20px;

	background: rgb(37,141,200);
	background: -moz-linear-gradient(0deg, rgba(37,141,200,1) 0%, rgba(86,109,145,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(37,141,200,1) 0%, rgba(86,109,145,1) 100%);
	background: linear-gradient(0deg, rgba(37,141,200,1) 0%, rgba(86,109,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#258dc8",endColorstr="#566d91",GradientType=1);
}

#menu a {
	font-weight: lighter;
	display: inline-flex;
	margin: 0px 30px;
	white-space: nowrap;
}

#menu .social a {
	margin: 0px 10px;
}

#menu a:hover {
	color: white;
	opacity: 1;
}

#logo {
	margin: 100px auto;
	width: 208px;
	min-width: 208px;
	height: 80px;
}

#logo img {
	width: 208px;
	min-width: 208px;
	height: 80px;
	margin-top: -100px;
}

.adbanner::before {
	opacity:0.75;
	content: '';
	display: inline-block;
	position: absolute;
	top: -0px;
	right: -0px;
	/*box-shadow: 0px 0px 5px black;*/
  	width: 0;
      	height: 0;
      	/*border-top: 0px solid transparent;
      	border-right: 350px solid white;
      	border-bottom: 350px solid transparent;*/
      	border-top: 300px solid white;
	border-left: 300px solid transparent;
	-webkit-filter: drop-shadow(10px 10px 10px rgba(0,0,0,.5));
  	filter: drop-shadow(10px 10px 10px rgba(0,0,0,.5));
}



#maincontent {
	margin: 0px auto;
}

#contactdetails {
	text-align: center; 
	margin: 50px auto;
	color: #677aa6;
}

#contactdetails a {
	margin: 0px 15px;
	font-size: 1.25rem;
}

.contacts a {
	color: #677aa6;
	font-weight: lighter;
}

.social {
	float: right;
	position: absolute;
	right: 15px;
	margin-top:2px;
}

.social a {
	opacity: 0.5;
}

#menu .social a:hover {
	opacity: 1!important;
}

.unbreakonmobile {
	display: block;
}

@media only screen and (max-width: 1000px) {
	body {
		font-size: 0.8rem;
		line-height: 1.4rem;
	}
	#menu a {
		margin: 0px auto;
	}

	#contactdetails a {
		display: inline-flex;
		margin: 10px 10px;
		font-size: 1.1rem;
	}

	#footer {
		height: 20px;
		font-size: 0.6rem;
		padding-top: 5px;
		padding-bottom: 30px;
	}

	.dash {
		display: block;
	}

	.social {
		display: none;
	}

	.unbreakonmobile {
		display: inline;
	}
}
