*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Teko', sans-serif;
}

html
{
	scroll-behavior: smooth;
}

body
{
	background: #ccc;
}

/*Top*/
	.filter-shadow
	{
		filter: drop-shadow(1px 1px 1px );		
	}
	/*Navbar*/
	#nav
	{
		background-color:#01467a;						
	}

	#nav a
	{
		font-size: 20px;
		color: #fff;
	}

	#nav a:hover
	{
		color: #cea449;
		transition: 250ms;
		background-color: #01467a;
	}

	.dropdown-menu
	{
		background-color: #01467a;
	}
			
	/*Navbar */
/*Top*/

/*toTop*/
.to-top
{
	background-color: black;
	position: fixed;
	bottom: 16px;
	right: 32px;
	width: 50px;
	height: 50px;
	padding-top: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition:all .4s;
	z-index: 1;
}

.to-top.active
{
	bottom: 32px;
	pointer-events: auto;
	opacity:1;
	color: white;
}




/*toTop*/

/*Content*/

.content
{
	background-color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

.content p
{
	margin: 10px;
}

/*Content*/

/*Footer*/

#footer
{
	color: white;
	letter-spacing: 1px;
}

#footer li
{
	list-style: none;
}

#footer a
{
	text-decoration: none;
	color: white;
}

#footer a:hover
{
	color: #cea449;
	transition: 250ms;
}


#bottom-menu
{
	background-color: #01467a;
	font-size: .80rem;
}	
/*Footer*/



/*Contact*/

#contact p
{

	font-family: monospace;
}
/*
.ikon
{
	padding: 6px;
	font-size: 16px;
	border-radius: 5px;
	background: #01467a;
	color: #cea449;
	margin-right: 3px;
	text-align: center;
}
*/

/*Contact*/







