@font-face {
	font-family: "Cormorant";
	src:  url("CormorantInfant-VariableFont_wght.ttf") format("truetype");
}

body, html {margin:0; padding:0;}
body{background:#fdfbee;}

#topmenu
	{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
	background:#000000;
	color:#fdfbee;
	z-index:1001;
	opacity:0.8;
}

#wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-x: hidden;
}

#top
{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	background-image:url("banner.jpg");
	background-size:cover;
	background-position:center;
	justify-content: center;
	align-items: center;
}

#logo
{
	display:block;
	width:320px;
	height:320px;
	background-image:url("logo.svg");
	background-repeat: no-repeat;
	background-position:center;
	background-size:350px;
	
}

.content
{
	display: flex;
	justify-content: center;
	align-items: center;
	background:#fffef7;
	margin:90px 0px 30px 0px;
	box-shadow: 4px 4px 7px #999;
}

.content p
{			
	margin-right: 70px;
}

.content_body
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top:40px;
}

.content_text
{
	display:block;
	width:90%;
	text-align:center;
	
}

.content_top
{
	display:block;
	width:600px;
	padding:0px 10px;
	
}

h1, h2, p, span
{
	font-family: "Cormorant", serif;
	font-weight:normal;
	margin:0px;
	padding:5px 0px;
}

h1 {font-size:30px;}
h2, .subtitle {font-size:25px;}
p {font-size:20px;}
a {color:#000;}
#topbar_left, #topbar_right
{
	position:absolute;
	height:40px;
	top:10px;
	line-height: 40px;
}
#topbar_left {left:50px; text-align:left;width:75%;}
#topbar_right {right:50px; text-align:right;width:25%;}
#topbar_left p {padding:0px; font-size:18px;}

#insta{
	display:block;
	float:right;
	width:40px;
	height:40px;
	background-image:url("insta.svg");
	background-size:40px;
}


@media only screen and (max-width: 900px) {
	.content{display:block; float:left;}
	#logo{width:100%;}
	.content_top {width: 80%; padding: 10%; text-align: center;}
	.content p, p {padding:10px 0px; margin:0px;}
	#topbar_left {left:10px; text-align:left;}
	#topbar_right {right:10px; text-align:right;}
}