@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
    width: 85%;
	min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
	height: auto;
}

.PageWrapper {
	background-color: #000000;
	width: 100%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.Header{
	width: 100%;
}
.HeaderImageContainer{
	padding-top: 20px;
	display: flex;
	width: 100%;

}
.Image{
	width: 100%;
	max-width: 500px;
}
.HeaderImageContainer img{
	width: 100%;
	height: auto;
}
.HeaderImageContainer h1{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    width: 50%;
    color: darkgoldenrod;
    font-style: italic;
    text-transform: uppercase;
    word-spacing: 1rem;
    text-shadow: 0 0;
}
.Nav{
	display:flex;
	float: right;
	justify-content: space-between;
	width: 100%;
	margin-top: 1rem;

}
.LinkWrapper{
	text-align: center;
	margin: 4px;
	border: none;
	border-color: #7B7373;
	background-color: #000000;
	width: 100%;
	

}
.LinkWrapper a{
	width: 100%;
	color: #373FD0;
	text-decoration: none;
	justify-content: center;
	transition: 1s;
	font-size: 20px;
	
}
.LinkWrapper:hover {
	background-blend-mode: color-burn;
}
.LinkWrapper a:hover {
	color: white;
	border-bottom: solid #9C6C09;
}
.MainContact{
	margin-left: 300px;
    display: flex;
    color: floralwhite;
}
.MainContact h3{
	color: darkgoldenrod
}
.ContactsSection{
	margin-top: 50px;
	width: auto;
	height: 700px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.ContactsContainer{
	display: grid;
	grid-template-columns: 1fr 1fr;
	
}
.ContactsContainer h3{
	color: floralwhite;
}
.ContactsContainer h4{
	color: darkgoldenrod
}
.ContactsContainer li{
	color: floralwhite;
}
.ContactPhoto{
	width: 90%;
}
.ContactPhoto img{
	width: 100%;
}

.Letter{
	color: floralwhite;
	margin: 50px;
}


@media (max-width: 1150px){
	.ContactsContainer h3{
		font-size: 18px;
	color: floralwhite;
}
.ContactsContainer h4{
	font-size: 15px;
	color: darkgoldenrod;
}
.ContactsContainer li{
	font-size: 12px;
	color: floralwhite;
}
	
}

@media (max-width: 1070px){
	.LinkWrapper a{
		color: white;
		font-size: 20px;}
}