@charset "UTF-8";
@import url("GeneralLayout.css");

/* Hero Section */
.hero {
	display: inline-block;
	background-image: url("../images/bg_02.png");
	background-color: #B3B3B3;
	padding-top: 100px;
	background-size: 1920px;
	height: 620px;
	width: 100%;
	margin-top: 50px;
    background-repeat: no-repeat;
}
.hero_header {
	font-size: 40px;
    color: #87B4CC;
    text-align: right;
    margin-top: 150px;
    margin-right: 100px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 2px;
}
.hero_header a {
    border: 2px solid #87B4CC;
    color: #87B4CC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.hero_header a:hover {
	    border: 2px solid #FFFFFF;
}
.tagline {
	font-size: 20px;
    color: #BCBEBE;
    margin-top: 1px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* About Section */
.title_text {
    text-align: center;
    color: #0097A4;
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 2px;
}
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}

.parallax {
	color: #FFFFFF;
	text-align:center;
	padding-top: 80px;
	letter-spacing: 2px;
	margin-top: 0px;
}

.parallax_description {
	color: #FFFFFF;
	text-align: center;

	font-weight: lighter;
	line-height: 30px;
	margin-top: 40px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.gallery {
	clear: both;
	display: inline-block;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/	
	margin-top: 20px;
	margin-bottom: 20px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #0097A4;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
    background-color: #78A7AB;
    background-image: url(../images/parallax.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.work_column {
    width: 23%;
    text-align: center;
    padding-bottom: 30px;
	padding-left: 1%;
    padding-right: 1%;
    float: left;
	color: #0097A4;
}
.work_column:hover {
	background-color: #D7E6ED;
}
.work_text {
	text-align: left;
	color: #717070;
	padding-right: 30px;
	padding-left: 30px;
    line-height: 25px;
	letter-spacing: 1px;
}
.cards {
	width: 100%;
	height: auto;
}
/* Mobile */
@media (max-width: 767px) {
	
	/* Hero Section */
.hero {
	display: inline-block;
	background-color: #FFFFFF;
	padding-top: 100px;
	background-size: 0px;
	height: 200px;
	width: 100%;
	margin-top: 50px;
    background-repeat: no-repeat;
}
.hero_header {
	font-size: 40px;
    color: #87B4CC;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 2px;
}
.hero_header a {
    border: 2px solid #87B4CC;
    color: #87B4CC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.work_column {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
	padding-left: 1%;
    padding-right: 1%;
    float: left;
	color: #0097A4;
}
}