@charset "utf-8";

.vertical-center {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.twoCol {
	width: 42%;
	height: 100%;
	position: relative;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}

.leftCol {
	margin-right: 2.5%;
}

.rightCol {
	margin-left: 2.5%;
}

.bacgkround {
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}

.hide {
	display: none;
}

@media (max-width: 839px) {
	.twoCol{
		height: 50%;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.rightCol{
		height: 40%;
	}
}

/* --- Parallax Stuff --- */
.bg {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: -20;
}

.bgFixed{
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	background-attachment: unset !important;
}

#mainContainer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll;
}

.caption{
    color: #d3d3d3;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.titleStyle {
    background-color: #111;
    color:#fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    opacity: 0.7;
    line-height: 2.0;
}

.contentBg{
    background-color: #2b2b2b;
}

.content{
    text-align: left;
    padding-left: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
}

.text {
    color: #d3d3d3;;
    font-weight: bold;
    font-size: 16.5px;
}
