@charset "UTF-8";
/* Body */
body {
	background-color: #113F67;
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBEAE9;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #113F67;
	border-bottom: 1px solid #353635;
}
.logo {
	width: 45%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.intro h1 {
	/* Styling for main headings */
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 4px;
	margin-top: 10px;
}


.thumbnail {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 35px;
    background-color: #F8F8F8;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #6DC7D0;
    height: 350px;

}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
	font-family: "Trebuchet MS";
	line-height: 1.25em;
	font-size: 12pt;
}
.gallery .thumbnail a:link {
	color: #113F67;
	font-weight: bold;
	text-decoration: none;
}
.gallery .thumbnail a:visited {
	color: #A62124;
	font-weight: bold;
	text-decoration: none;
}
.gallery .thumbnail a:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.gallery .thumbnail a:hover {
	color: #590202;
	font-weight: bold;
	text-decoration: underline;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.square {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
}
.intro .column p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
    margin-top: 4%;
    font-family: "Trebuchet MS";
    line-height: 1.25em;
    font-size: 12pt;
    color: #FFFFFF;
}

.intro .column a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.intro .column  a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.intro .column  a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.intro .column  a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.button {
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	line-height: 1.25em;
    font-size: 12pt;
}
.button a:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.button a:link {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.button a:visited {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.button a:active {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.clear {
	clear: both;
}
footer {
	background-color: #113F67;
	padding-top: 20px;
	padding-bottom: 20px;
}
.intro {
	display: inline-block;
	background-color: #4799E0;
}
.profile {
	width: 100%;
}
.gallery .thumbnail .tag {
    color: #303031;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
/* 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: 0;
	}
	.intro .column p {
		width: 80%;
		margin-left: 0px;
	}
	.text_column {
		padding-left: 20px;
	}
	.thumbnail {
		width: 100%;
		height: 350px;
	}
	.column {
		width: 100%;
		margin-top: 0px;
	}
	.hero_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%;
    height: 350px;
	}
	.column {
		width: 100%;
		margin-top: 0px;
	}
	.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: left;
    padding-left: 0px;
	}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	.text_column {
		width: 100%;
	}
	.thumbnail {
    width: 48%;
    height: 350px;
	}
	.text_column {
		width: 90%;
		margin: 0;
		padding: 20px;
	}
	.intro .column p {
		width: 80%;
	}
}
