@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	background-image: url(../images/keyboard-621830_640.jpg);
	background-attachment: fixed;
	/* [disabled]background-position: 34% center; */
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	/* [disabled]background-color: #FFFFFF; */
}
/* About Section */
.text_column {
	width: 29%;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #761A1B;
	background-color: #EEBD60;
	font-size: large;
	margin-bottom: 36px;
	margin-top: -8px;
}
.about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #EEBD60;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
/* Stats Gallery */
.stats {
	background-color: #FFFFFF;
	border-radius: 201px;
	padding-left: 0px;
	margin-top: -41px;
	margin-right: 109px;
	margin-left: 109px;
	color: #EEBD60;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #EEBD60;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #761A1B;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #983500;
}
/* Parallax Section */
.banner {
    background-color: #761A1B;
    height: 238px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    /* [disabled]margin-bottom: 30px; */
    /* [disabled]margin-top: 15px; */
}
.parallax {
	color: #EEBD60;
	text-align: center;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	font-size: xx-large;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -8px;
}
.parallax_description {
    color: #761A1B;
    text-align: center;
    float: right;
    font-weight: bold;
    line-height: 23px;
    background-color: #EEBD60;
    font-size: large;
    padding-top: 37px;
    padding-right: 37px;
    padding-bottom: 37px;
    padding-left: 37px;
    display: inline-block;
    /* [disabled]margin-bottom: 1px; */
}
/* Mobile */
@media (max-width: 320px) {

.thumbnail {
	width: 33%;
	display: inline-block;
}
.text_column {
	margin-top: 0px;
	/* [disabled]margin-right: 0px; */
	margin-bottom: 0px;
	margin-left: 0px;
	width: 68px;
	display: none;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	/* Stats Gallery */
.stats {
	background-color: #EEBD60;
	border-radius: 193px;
	padding-left: 0px;
	color: #EEBD60;
	float: right;
	width: 14px;
	text-align: center;
	display: inline-block;
	margin-left: 31px;
	margin-right: 47px;
	margin-top: -10px;
}
.gallery {
	clear: both;
	background-color: #EEBD60;
	padding-bottom: 23px;
	padding-top: 0px;
	/* [disabled]display: inherit; */
	margin-left: auto;
	margin-right: auto;
}
.thumbnail {
	/* [disabled]width: 51%; */
	text-align: center;
	float: left;
	margin-top: auto;
	/* [disabled]height: 22px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #761A1B;
	font-size: small;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #983500;
	font-size: x-small;
}
/* Parallax Section */
.banner {
    background-color: #761A1B;
    height: 247px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-top: -175px;
}
.parallax {
	color: #EEBD60;
	text-align: center;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	font-size: x-small;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -6px;
}
.parallax_description {
	color: #761A1B;
	text-align: justify;
	float: right;
	font-weight: bold;
	line-height: 23px;
	background-color: #EEBD60;
	font-size: small;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	display: inline-block;
}
	.footer_column {
	display: none;
		
	}
}

/* Small Tablets */
@media (min-width:321px) and (max-width:767px){

.
.thumbnail {
	width: 33%;
	display: inline-block;
}
.text_column {
	margin-top: 0px;
	/* [disabled]margin-right: 0px; */
	margin-bottom: 0px;
	margin-left: 0px;
	width: 165px;
	font-size: small;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	/* Stats Gallery */
.stats {
	background-color: #FFFFFF;
	border-radius: 193px;
	padding-left: 0px;
	color: #EEBD60;
	float: right;
	width: 0px;
	text-align: center;
}
.gallery {
	clear: both;
	background-color: #EEBD60;
	padding-bottom: 23px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #761A1B;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #983500;
}
/* Parallax Section */
.banner {
	background-color: #761A1B;
	height: 247px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}
.parallax {
	color: #EEBD60;
	text-align: center;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	font-size: xx-large;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -8px;
}
.parallax_description {
	color: #761A1B;
	text-align: center;
	float: right;
	font-weight: bold;
	line-height: 23px;
	background-color: #EEBD60;
	font-size: small;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	display: inline-block;
}
	.footer_column {
	display: none;
		
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.thumbnail {
	width: 33%;
	display: inline-block;
}
.text_column {
	width: 28%;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	/* Stats Gallery */
.stats {
	background-color: #EEBD60;
	border-radius: 201px;
	padding-left: 0px;
	margin-top: -41px;
	margin-right: 109px;
	margin-left: 109px;
	color: #EEBD60;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #EEBD60;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
#about .gallery .thumbnail {
}

.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #761A1B;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #983500;
}
/* Parallax Section */
.banner {
	background-color: #761A1B;
	height: 247px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
color: #EEBD60;
	text-align: center;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	font-size: xx-large;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -8px;
}
.parallax_description {
	color: #761A1B;
	text-align: center;
	float: right;
	font-weight: bold;
	line-height: 23px;
	background-color: #EEBD60;
	font-size: large;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	display: inline-block;
}
	.footer_column {
	display: none;
		
	}
}
