* {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	height: 100%;
	width: 100%;
	background-image: url(../images/IMG_1292.jpg);
	background-size: cover;
	background-position: right center;
	background-attachment: fixed;
}
#content {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#sidebar1, #sidebar2 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #222;
	float: right;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 10px;
	align-items: center;
}
#sidebar1 img, #sidebar2 img {
	border-radius: 30%;
	border: solid 3px rgba(160,82,45,1);
}
#story {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	background: rgba(51,153,153,0.7) url(../images/noise.png);
	float: left;
}
#story .textarea {
	color: #fff;
}
.logo-container, .contact {
	width: 100%;
}
.logo {
	margin: auto;
	padding: 10px;
	display: block;
}
.contact {
	vertical-align: middle;
}
.contact a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.phone-img, .mail-img {
	margin-right: 5px;
}
#story .textarea h1 {
	font-size: 26px;
	color: #fff;
}
#story .textarea p, #story .textarea ul li {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal; 
}