:root {
  --accent: #d8a33e;
  --header: #3f1c18;
  --header-dark: #2d1411;
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight:400;
	src: url(../fonts/Oswald-VariableFont_wght.ttf);
}

h1{
	color: var(--accent);
	font-size: 100pt;
}
h2{
	color: var(--accent);
	font-size: 30pt;
}
h3{color: var(--accent);}

#header{
	position: absolute;
	height: 400px;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #d8a33e;
	background-color: var(--header);
	text-align: center;
	font-family: 'Source Sans Pro';
}

#header_url {
	position: absolute;
	top: 0px;
	height: 50px;
	left: 500px;
	right: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
.link {
	float: left;
}
.link a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 13pt; 
  color: var(--accent);
}
.link a:hover {
  background-color: var(--header-dark);
  color: var(--accent);
 }


#header_logo{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 500px;
	font-size: 36pt;
}
#header_logo_img{
	width: 100px;
}

#header_img{
	background-image: url(../img/header.jpg);
	background-size: cover;
	backgroud-position-x: center;
	position: absolute;
	left: 500px;
	right: 0px;
	top: 50px;
	height: 400px;
}

#decobar{
	position: absolute;
	height: 7px;
	width: 100%;
	left: 0px;
	top: 400px;	
	background-color: var(--accent);
}

#content{
	font-family: Arial;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 407px;
	background-color: #ffffff;
}
#content_text{
	margin: auto;
	max-width: 1000px;
	padding: 30px;
	line-height: 150%;
	
}
#photo{
	float:right;
	width: 133px;
}
#contact_ul{
	list-style-type: none;
}