@charset "utf-8";

body,html{
	width:100%;
	height:100%;
	margin:0;
	color: #000;
	font-size:25px;
	font-family: 'Vollkorn', Tahoma, Arial, Helvetica, Verdana, Geneva;
	text-align: center;
	background: url('/img/wallpaper.jpg') center center no-repeat;
	background-size: cover;
}
img {
	border:0;
}
a:link,
a:visited {
	outline:0;
	color:#000;
	text-decoration:none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

a:hover {
	color:#8C4600;
	text-decoration: none;
}
hr {
	width:50%;
	height:1px;
	background:black;
	border:1px solid black;
}

.center {
	text-align: center;
}
.centerimg {
    display: block;
    margin: 0 auto;
    position: relative;
}
.mailcontainer, .fbcontainer, .instacontainer {
	transition: 0s all !important;
}
.socials {
	padding-top:10px;
	padding-bottom: 10px;
}

.iconmailsmall {
	background: url('/img/icon_mail_small.png') center top no-repeat;
	height:25px;
	width:25px;
	display: inline-block;
	margin-bottom:-5px;
}
.mailcontainer:hover .iconmailsmall{
	background-position: center bottom;
}

.iconfbsmall {
	background: url('/img/icon_fb_small.png') center top no-repeat;
	height:25px;
	width:25px;
	display: block;
	margin-bottom:-5px;
}
.fbcontainer:hover .iconfbsmall {
	background-position: center bottom;
}

.iconinstasmall {
	background: url('/img/icon_insta_small.png') center top no-repeat;
	height:25px;
	width:25px;
	display: inline-block;
	margin-bottom:-5px;
}
.instacontainer:hover .iconinstasmall{
	background-position: center bottom;
}

.iconyoutubesmall {
	background: url('/img/icon_youtube_small.png') center top no-repeat;
	height:25px;
	width:25px;
	display: inline-block;
	margin-bottom:-5px;
}
.youtubecontainer:hover .iconyoutubesmall{
	background-position: center bottom;
}
.biglogo {
	max-width:90vw;
	max-height:70vh;
}
