@font-face
{
	font-family:'adventpro';
	src:url('alegreya-sans-sc.regular.ttf') format('truetype');
}
html,body
{
	scroll-behavior:smooth;
	font-family:'adventpro' !important;
}
body
{
	background:rgb(52,70,91);
	color:rgb(22,221,128);
}
.navbar
{
	background:rgb(245,245,245);
}
.navbar-brand
{
	color:black;
}
.nav-link img
{
	border:rgb(42,83,156) 2px solid;
	border-radius:8px;
	transition-duration:.15s;
	height:25px;
}
.nav-link:hover img
{
	border:rgb(22,221,128) 2px solid;
}
.nav-link
{
	color:rgb(42,83,156) !important;
	transition:.1s;
	font-family:'adventpro' !important;
	font-size:20px;
	font-weight:100;
	transition-duration:.15s;
}
.nav-link:hover
{
	color:rgb(22,221,128) !important;
}
.anchor
{
	display:block;
	position:relative;
	top:-70px;
	visibility:hidden;
}
.prodlogo
{
	height:150px;
	margin-top:-40px;
	margin-bottom:-30px;
}
#splash
{
	margin:0;
	height:100vh;
	background:url('splash_bg.jpg') center;
	background-size:cover;
}
#splash h1
{
	text-shadow:0px 0px 6px rgb(22,221,128);
	color:white;
	display:inline;
	padding:20px;
	border-radius:25px;
}
.gradborder
{
	display:inline-block;
	background-image:linear-gradient(to right,rgb(22,221,128),rgb(42,83,156));
	padding-left:2px;
	padding-bottom:2px;
	margin-bottom:10px;
}
.container h1
{
	display:inline-block;
	background:rgb(52,70,91);
	padding-left:10px;
	margin:0;
}
.container p
{
	font-size:18px;
}
.gallerimg
{
	border:rgb(52,70,91) 3px solid;
	transition-duration:.15s;
	max-width:100%;
}
.gallerimg:hover
{
	border:rgb(22,221,128) 3px solid;
}
ol
{
	background:rgba(52,70,91,0.75);
}
footer
{
	margin-top:100px;
	padding-top:5px;
	height:100px;
	width:100%;
	background-image:linear-gradient(to right,rgb(22,221,128),rgb(42,83,156));
	text-align:center;
}
footer img
{
	max-height:100%;
}
#contact a {
	color: rgb(22,221,128);
}
#kotlogo
{
	position:fixed;
	bottom:0;
	right:0;
	height:200px;
}
iframe {
	width: 100%;
	height: 300px;
}
@media(max-width:1000px)
{
	footer
	{
		text-align:left;
		margin-top:40px;
	}
	.container p
	{
		font-size:14px;
	}
	.prodlogo
	{
		height:75px;
	}
	#splash h1
	{
		font-size:18px;
		padding:10px;
	}
	#kotlogo
	{
		height:150px;
	}
}
