@charset "UTF-8";
/* Body */
body {
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	
	width: 1200px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #fff;
}
.logo {
	text-color: black;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 2em;
	font-size: 22px;
}
.columnside {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:35px;
	padding-top: 70px;
	text-align: center;
	padding-right: 25px;
	
}
.thanks{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-weight: bolder;
	font-size: 25px;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	color: #4E4A4A;
}
.about{
	border-bottom: 1px solid #E19414;
}

.about .aboutus h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
}
.about .column1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	font-size: 30px;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;

}

.about .column2 h4{
	text-align: center;
	text-transform: uppercase;
}

.about .column2 h3{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: red;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px; 
}
.column {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	float: left;
}


.box {
	align: right;
	padding-left: 50px;
	display: inline;
}


.intro .column h3 {
	color:#000000;
	text-transform: uppercase;
	text-align: center;
}
.intro .column p {
	color: black;
 	text-align: center;
	font-size: 20px;
}

.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 2px solid #000000;
	color: #000000;
	transition: all 0.3s linear;
}

.copyright {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1E1D1D;
	color: #FFFFFF;
	text-transform:"";
	font-weight: medium;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #fff;
	Border-top: 5px solid #c19763;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-flex;
	border: 5px solid #3e767a;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/bannerbg.svg");
}
.banner {
	width: 50%;
	background-color: white;
}


/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0px;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
	.thanks_header{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
