@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

body {
	margin: 0;
	background-color: #f6f6f6;
	/*background-image: url('https://scontent.fqpj1-1.fna.fbcdn.net/v/t1.6435-9/133130873_10159500451079386_1553925509228072186_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=s_daDOHhNAYQ7kNvwGS8DyE&_nc_oc=Adm6wDRbPoJ8ppW8KjEMqQUdoIRioJv5O_hUf5BaqEnzJUoh2hBnbtofVFUYKvv2vGSvmaVfNLobJyIvHhmKWroL&_nc_zt=23&_nc_ht=scontent.fqpj1-1.fna&_nc_gid=s-gvy4-sNe6CcN_ObSEeqw&oh=00_AfXtQx8IHdDfCpGv20vUyakAvWM62ScKakmEvDW-4N1aTA&oe=68CFE2C8');*/
	background-image: url('bg/belater4.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position-y: bottom;
	background-position-x: center;

}

#header {
	background-color: rgb(255 255 255/70%);
	width: 100%;
	height: 75px;
}

#logo {
	height: 100%;
	line-height: 75px;

	font-family: "Comfortaa", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;

	font-size: 32px;

	
}

#content {
	margin: 50px auto 0;
	padding: 20px;
	width: 1200px;
	min-height: 2000px;
	/*background-color: #ffffff;*/
	background-color: rgb(255 255 255/90%);
	box-shadow: 0 8px 16px 0 #000000;
}

#footer {
	width: 1200px;
	height: 200px;
	padding: 0 20px 0;
	margin: 0 auto;
	background-color: #525252;
}

#video {
	max-width: 1200px;
	
}
