@charset "UTF-8";
body {
    margin: 50px;
    padding: 0px;
    background-attachment: scroll;
    background-image: url("images/contact.jpg");
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover !important;
	width: auto;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.page-header {
	text-align: left;
}
.header-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.page-title {
	text-align: center;
	font-size: 3em;
	color: #A6DFFF;
}
h2 {
	color: #A6DFFF;
}
main {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	color: #A6DFFF;
	font-size: 18px;
}
a {
	color: chartreuse;
}
.page-content {
	padding-top: 200px;
	padding-bottom: 0px;
	font-size: 2em;
	text-align: center;
}
.entry-content {
	padding-top: 200px;
	padding-bottom: 0px;
	font-size: 1em;	
	text-align: center;
}
.site-footer {
	padding-top: 200px;
	padding-bottom: 0px;
	color: #A6DFFF;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}
@media (max-width:375px){
	body {
		background-size: cover;
	}
	h1 {
		font-size: large;
	}
	.header-container .page-title {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.header-container .page-title h2 {
		font-size: large;
	}
}
@media (max-width:414px){
	body {
		background-size: cover;
	}
	h1 {
		font-size: large;
	}
	.header-container .page-title {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.header-container .page-title h2 {
		font-size: large;
	}
}

@media (max-width:1024px){
	body {
		background-size: cover;
	}
	h1 {
		font-size: large;
	}
	.header-container .page-title {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.header-container .page-title h2 {
		font-size: large;
	}
	.main {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 100px;
	}
	.site-footer {
	padding-top: 500px;
	padding-bottom: 0px;
	font-size: 16px;
	}
}

@media (max-width:1366px){
}
