@charset "UTF-8";
/* Body */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #000000;
	margin: 0;
	text-decoration: none;
}

p_instructions {
    color: white;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}

a:link {
    text-decoration: none;
	color: white;
}

a:visited {
    text-decoration: none;
	color: white;
}

a:hover {
    text-decoration: none;
	color: cornflowerblue;
}

a:active {
    text-decoration: none;
	color: white;
}

/* Container */
.container {
	width: 100%;
	background-color: #000000;
	height: auto;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #5D5E5D;
	border-bottom: 1px solid #353635;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}

.hero_header_2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 20px;
	letter-spacing: 4px;
}


/* About Section */
.text_column {
	width: 100%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}


.text_column_2 {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background: #FFFFFF;
}

.text_column_3 {
	width: 50%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background: #FFFFFF;
}

.text_column_4 {
	width: 40%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background: #FFFFFF;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #000000;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
    background-image: inherit;
    /* [disabled]position: relative; */
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.gallery_iframe {
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.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 #E6007E;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #009FE4;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

.header_column {
	width: 100%;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 30px;
	background-attachment: scroll;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	padding-right: 30px;
	margin-bottom: -5px;
	background-image: url(/elements/bkgd_grid.png);
}


.header_column_center {
	width: 90%;
	float: none;
	padding-left: 30px;
	padding-top: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 30px;
	background-attachment: scroll;
	height: auto;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	padding-right: 30px;
	margin-bottom: -5px;   
}

.column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 400px;
}
.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: 90%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	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;
}
.button:hover {
	background-color: #009FE4;
	color: #FFFFFF;
	cursor: pointer;
}


.button_nav {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	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;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button_nav:hover {
	background-color: #009FE4;
	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;
	width: 100%;
}

footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60px;
	text-decoration: none;
	width: 100%;
	
}
.intro {
	display: inline-block;
	background-color: #009FE4;
}
.profile {
    width: 60%;
    height: auto;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* 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%;
}
.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%;
}
.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: 31%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}

#main_content {
    clear: both;
    display: inline-block;
    width: 100%;
    height: auto;
    /* [disabled]background-color: #000000; */
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: inherit;
    /* [disabled]text-align: center; */
    margin-right: 0px;
    margin-left: 0px;
}


#main_content_2 {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: inherit;
	/* [disabled]text-align: center; */
	margin-right: 10px;
	margin-left: 10px;
}


.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 75%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.content_img{
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    margin-bottom: 30px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}
