@font-face{
	font-family: Riverland Font;
	src: url(PoiretOne-Regular.ttf);
}
body{
	background-color: rgb(255, 255, 240); /*floral white*/
	background-image: url("images/arches.png");
}
main{
	background-color: rgb(31, 73, 125); /*riverland blue*/
	width: 97%;
	margin: 0 auto;
	text-align: center;
}
header figure:last-child{
	display: none;
}
h1, h2, h3, nav ul li a{
	font-family: Riverland Font;	
}
h1{
	align-content: center;
	/*padding: 30px 0 0 100px;*/
	font-weight: bold;
	font-size: 4em;
	color: rgb(31, 73, 125); /*riverland blue*/	
}
p{
	text-align: left;
	color: white;
}
figure{
	/*margin: 15px;*/
	margin: 0;	
}
img.guestimage{
	max-width: 320px;
	max-height: auto;
}
img.photo{
	max-width: 320px;
	max-height: auto;
}
header, nav, section article, section aside{
	border: 8px groove rgb(155, 187, 89);  /*riverland green*/
}
header{
	background-color: rgb(255, 255, 240); /*floral white*/
	background-image: url("images/arches.png");
	display: flex;
	justify-content: space-between;
}
nav{
	text-align: center;
}
nav ul{
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
	padding: 2px;
	margin: 3px;
	list-style: none;
}
nav ul li{
	padding: 1px;
}
nav ul li a{
	display: block;
	padding: 10px 30px;
	background-color: rgb(255, 255, 255); /*white*/
	border: 1px rgb(31, 73, 125); /*riverland blue*/
	text-decoration: none;
	color: rgb(31, 73, 125); /*riverland blue*/
	font-size: 1.25em;
	font-weight: bold;
}
nav ul li a:hover{
	background-color: rgb(155, 187, 89);  /*riverland green*/
	background-image: url("images/arches.png");
	color: white;
}
section{
	/*display: flex;*/
	color: white;
}
section#propertypix img{
	width: 100%;
}
section article ul{
	list-style: none;
	line-height: 150%;
	padding: 0;
	/*text-align: center;*/
}
section article ul li a{
	color: white;	
}
section article{
	padding: 0 10px;
	margin-bottom: 10px;	
}
section aside{
	text-align: center;
	padding: 3px;
	border-left: 3px groove rgb(155, 187, 89) /*riverland green*/
}
section#asidephoto figure img{
		width: 100%;
		/*padding: 0;
		margin: -15px;*/
}
section aside p a{
	color: white;
}
footer{
   width: 100%;
   color: white;
   text-align: left;
}
footer ul{
	list-style: none;
}
footer ul li a{
	color: white;
	text-decoration: none;
}
@media screen and (min-width: 600px){
	h1{
		padding: 30px 0 0 100px;
	}
	header figure:last-child{
		display: inline-block;
	}
	nav ul{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 5px;
		/*list-style: none;*/
	}
	nav ul li{
		/*margin: 5px 0;*/
		width: 150px;
		padding: 2px;
	}
	figure{
		margin: 15px;
	}
	img.guestimage{
		min-width: 535px;
		height: auto;
	}
	img.photo{
		margin: 0;
		align-content: center;
		max-width: 50%;
		max-height: auto;
	}
	section{
		display: flex;
		/*color: white;*/
	}
	section#propertypix figure{
		margin: 20px;
	}
	section#propertypix figure img{
		width: 100%;
	}
	section.columns{
		columns: 300px 2;		
	}
	section aside{
		width: 160%;
		text-align: center;
	}
	section aside p{
		padding: 5px;
	}
	section#asidephoto figure img{
		width: 100%;
		margin: 0;
		padding: 2px;
	}
} /*end 575px*/