@media all and (min-width: 951px) {
	#header {
		position: sticky;
		top: 0;
		height: 150px;
		width: 100%;
		border-top: 2px solid #EAECFE;
		border-bottom: 1px solid #EAECFE;
		border-radius: 20px;
		background: rgba(0, 0, 0, 1);
		text-align: right;
		margin: 0;
	}

	.headertext {
		margin: 30px 30px 0 0;
	}

	.logo {
		height: 150px;
		width: 150px;
		margin: 0;
		float: left;
	}

	img {
		height: 100%;
		width: 100%;
		margin: 0;
	}

	#header a {
		text-decoration: none;
		font-family: 'Cormorant Garamond', serif;
		font-size: x-large;
		color: #EAECFE;
		float: right;
		padding-left: 5%;
	}

	#file_zvit {
		width: 70%;
		height: 1148px;
		margin-left: 15%;
	}

	#contacts p {
		font-size: 2em;
		margin-right: 54%;
	}
}

@media all and (max-width: 950px) {

	#header {
		position: sticky;
		top: 0;
		height: 120px;
		width: 100%;
		border-top: 2px solid #EAECFE;
		border-bottom: 1px solid #EAECFE;
		border-radius: 20px;
		background: rgba(0, 0, 0, 1);
		text-align: right;
		margin: 0;
	}

	.logo {
		height: 120px;
		width: 120px;
		margin: 0;
		float: left;
	}

	img {
		height: 100%;
		width: 100%;
		margin: 0;
	}

	.headertext {
		padding-left: 30%;
		margin: 20px 20px 0 0;
		font-size: 12px;
	}

	.headertext a {
		text-decoration: none;
		font-family: 'Cormorant Garamond', serif;
		font-size: 20px;
		color: #EAECFE;
		float: right;
		padding-left: 3.5%;
	}

	#about p {
		font-size: 1.75em;
	}

	#file_zvit {
		width: 100%;
		height: 524px;
	}

	#contacts p {
		font-size: 1.75em;
	}
}

@media all and (max-width: 376px) {

	#header {
		position: sticky;
		top: 0;
		height: 120px;
		width: 100%;
		border-top: 2px solid #EAECFE;
		border-bottom: 1px solid #EAECFE;
		border-radius: 20px;
		background: rgba(0, 0, 0, 1);
		text-align: right;
		margin: 0;
	}

	.logo {
		height: 120px;
		width: 120px;
		margin: 0;
		float: left;
	}

	img {
		height: 100%;
		width: 100%;
		margin: 0;
	}

	.headertext {
		padding-left: 30%;
		margin: 25px 10px 0 0;
		font-size: 11px;
	}

	.headertext a {
		text-decoration: none;
		font-family: 'Cormorant Garamond', serif;
		font-size: 18px;
		color: #EAECFE;
		float: right;
		padding-left: 2.5%;
	}

	#about p {
		font-size: 1.25em;
	}

	#file_zvit {
		width: 100%;
		height: 424px;
	}

	#contacts p {
	font-size: 1.75em;
	}
}

@media all and (max-width: 320px) {

	#header {
		position: sticky;
		top: 0;
		height: 120px;
		width: 100%;
		border-top: 2px solid #EAECFE;
		border-bottom: 1px solid #EAECFE;
		border-radius: 20px;
		background: rgba(0, 0, 0, 1);
		text-align: right;
		margin: 0;
	}

	.logo {
		height: 100px;
		width: 100px;
		margin: 10px 0 0 0;
		float: left;
	}

	img {
		height: 100%;
		width: 100%;
		margin: 0;
	}

	.headertext {
		padding-left: 30%;
		margin: 25px 10px 0 0;
		font-size: 10px;
	}

	.headertext a {
		text-decoration: none;
		font-family: 'Cormorant Garamond', serif;
		font-size: 16px;
		color: #EAECFE;
		float: right;
		padding-left: 3%;
	}

	#about p {
		font-size: 1.5em;
	}

	#file_zvit {
		width: 100%;
		height: 364px;
	}

	#contacts p {
		font-size: 1.25em;
	}
}

body {
	margin: 0;
	padding: 0;
	background: url("../media/background.jpg") no-repeat center center fixed; 
	background-size: cover;
}

h1, h2 {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 1px;
	color: #EAECFE;
}

h2 {
	font-size: 3.5em;
}

#header a:hover {
	color: #4D59FE;
}

#about, #zvit, #contacts {
	width: 96%;
	height: 100%;
	margin: 1.5%;
	padding-top: 5%;
	padding-left: 0.5%;
}

#about {
	text-align: left;
}

#about p {
	font-size: 2.25em;
	font-family: 'Cormorant Garamond', serif;
	padding: 1.25%;
	color: #EAECFE;
	border-top: 2px solid #EAECFE;
	border-bottom: 2px solid #EAECFE;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.8);
}

#contacts a {
	text-decoration: none;
	color: #EAECFE;
}

#contacts a:hover {
	text-decoration: underline;
	color: #4D59FE;
}

#contacts p {
	font-family: 'Cormorant Garamond', serif;
	padding: 1.25%;
	color: #EAECFE;
	border-top: 2px solid #EAECFE;
	border-bottom: 2px solid #EAECFE;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.7);
}
