/* Importing Herr Von Muellerhoff and Wire One Fonts for menu text */
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap');

/*	@font for Montepetru	*/
@font-face {
	font-family: 'Montepetrum';
	font-style: normal;
	src: url(../_fonts/montepetrum/Montepetrum-regular.ttf);
}

/* This is the code for the css */
header,
a,
img,
li {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

/* Basic layout */
body {
	background-color: #a56000;
	color: #2a2a2a;
	font-family: Montepetrum, 'Wire One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
	background-image: url(../_images/bg1-brown-light.png);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat;
}

img {
	display: block;
	box-sizing: border-box;
}

ul {
	list-style-type: none;
	float: right;
}

li {
	display: inline-block;
	float: left;
}

nav {
	width: 960px;
	margin: 30px auto;
	letter-spacing: .1em;
}

section.stretch {
	float: left;
	height: 1500px;
	width: 100%;
}

section.stretch p {
	font-family: Montepetrum, 'Wire One', sans-serif;
	font-size: 300%;
	color: #000;
	text-align: left;
	position: relative;
	margin-top: 0;
	width: 70%;
}

section.stretch p.bottom {
	top: 100%;
}

header {
	position: fixed;
	font-family: 'Herr Von Muellerhoff', 'Wire One', sans-serif;
	background-color: #6E4600;
	background-color: #A56000;
	border-bottom: 3px solid #2a2a2a;
	float: left;
	width: 100%;
	z-index: 10;
}

header a:link,
header a:visited {
	color: #F9F3D1 !important;
	text-decoration: none;
	font-weight: bolder;
}

header a.active,
header a:hover {
	color: #E59729 !important;
	color: #ffc205 !important; /* light orange */

}

header li {
	font-family: Montepetrum, 'Wire One', sans-serif;
	font-size: 2.5em;
	margin-right: 40px;
}

header h6 {
	font-family: 'Herr Von Muellerhoff', 'Wire One', sans-serif;
}

/* Sizes for the bigger menu */
header.large {
	height: 100px;
}

header.large .logo a {
	font-size: 3em;
	line-height: .7em;
	margin-top: 50px;  
}

header.large li {
	margin-top: -25px;
}

/* Sizes for the smaller menu */
header.small {
	height: 70px;
}

header.small .logo a {
	font-size: 2em;
	margin-top: 30px;
}

header.small li {
	margin-top: -25px;
}
