html,body
{
	scroll-behavior:smooth;
}
body
{
	background:lightblue;
}
.navbar
{
	background:#f88379;
}
.navbar-brand
{
	color:black;
}
.nav-link img
{
	border:black 2px solid;
	border-radius:4px;
}
.nav-link:hover img
{
	border:darkblue 2px solid;
}
.nav-link
{
	color:black;
}
.anchor
{
	display:block;
	position:relative;
	top:-70px;
	visibility:hidden;
}
#splash
{
	height:70vh;
	background:url('splash_bg.jpg') center;
	margin-bottom:30px;
}
.gallerimg
{
	margin-top:30px;
	max-width:100%;
	border:#000000 3px solid;
	border-radius:3px;
	transition-duration:.15s;
}
.gallerimg:hover
{
	border:#ffffff 3px solid;
}
footer
{
	margin-top:200px;
	height:20px;
	width:100%;
	background:black;
}
#kotlogo, #ginoplogo
{
	position:fixed;
	bottom:0;
}
#kotlogo {
right: 0;height: 250px;
}
#ginoplogo {
left: 0;width: 500px;
}
@media(max-width:1000px)
{
	#kotlogo
	{
		height:150px;
    bottom: 89px;
	}
	#ginoplogo
	{
		width: 300px;
    left: auto;
    right: 0;
	}
	footer
	{
		margin-top:200px;
		height:20px;
		width:100%;
		background:black;
	}
}