body { 
	background-color: black;
}

.menu {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 80px;
	background-color: black;
}

.logoContainer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	float: left;
	width: 190px;
}

.logoPosition {
	position:relative;
	float: left;
}

.myName {
	color: white;
	font-family: 'Roboto Thin', sans-serif;

	position: absolute;
	float: left;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 2px;
	font-size: 14px;
}

.myEmail {
	position: relative;
	color: white;
	font-family: 'Roboto Thin', sans-serif;
	letter-spacing: 2px;

	float: right;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
}

.topPadding {
	padding-top: 70px;
}

.bottomPadding {
	padding-bottom: 70px;
}

.leftPadding {
	padding-left: 90px;
}
.rightPadding {
	padding-right: 90px;
}

.fullScreenContainer {
    position: absolute;
	top:80px;
	left:0;
	width: 100%;
	overflow-x: hidden;
	background-color: #272727;
}

.modularSection {
	position: relative;
	float: left;
	width: 100%;
}

.col_1of4 {
	float: left;
	width: 25%;
	background-color: #272727;
}

h2 {
	font-family: 'Roboto Black', sans-serif;
	letter-spacing: 2px;
	color: white;
	font-size: 1rem;
	padding-bottom: 1rem;

}

h3 {
	color: #C4C6C8;
	font-family:'Roboto Bold', sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1rem;
}

.lightGreyBG {
	background-color: #383938;
}

p {
   	color: #C4C6C8;
	font-family: 'Roboto Bold', sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1rem;
}

.centeredTextModule {
	line-height: 2rem;
	width: 60%;
	left: 20%;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 90px;
}

.offsetLeftTextModule {
	position: absolute;
	line-height: 2rem;
	width: 35%;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-right: 90px;
	padding-left: 90px;
}

.offsetRightTextModule {
	position: absolute;
	line-height: 2rem;
	width: 35%;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-right: 90px;
	padding-left: 90px;
	right: 0px;
}

.rightModuleImage {
	max-height: 700px;
	float: right;
}

.leftModuleImage {
	max-height: 700px;
	float: left;
}

.centeredModuleImage {
	margin: auto;
	width: 100%;
	margin-top: 0;

}

.footer {
	height: 80px;
	background-color: black;
	width: 100%;
}

a {
	text-decoration: none;
	color: white;
}

.footerContent {
	position: relative;
	color: white;
	font-family: 'Roboto Thin', sans-serif;
	letter-spacing: 2px;
	top: 50%;
	transform: translateY(-50%);
	float: right;
	padding-right: 40px;
	font-size: 14px;
}

@media screen and (max-width: 1450px){
	.col_1of4 {
		width: 30%;
	}
}

@media screen and (max-width: 1380px){
	.offsetLeftTextModule {
		margin-top: 0vw;
		background: rgba(0,0,0,0.7);
		height: 100%;
	}

	.offsetRightTextModule {
		margin-top: 0vw;
		background: rgba(0,0,0,0.7);
		height: 74.4%;
	}
}


@media screen and (max-width: 1100px){
	.col_1of4 {
		width: 40%;
	}	
}

@media screen and (max-width: 800px){
	.offsetRightTextModule {
		left:0;
		width: 75%;
		padding-right: 120px;
		height: 74.4%;
	}
	.offsetLeftTextModule {
		width:75%;
		padding-right: 120px;
	}
	.centeredTextModule {

	}
}


@media screen and (max-width: 720px){
	.col_1of4 {
		width: 100%;

	}
	.offsetRightTextModule {
		padding-left: 40px;
		padding-top: 40px;
		height: 100%;
	}
	.offsetLeftTextModule {
		padding-left: 40px;
		padding-top: 40px;
	}
	.centeredTextModule {
		padding-left: 40px;
	}
	.leftPadding {
		padding-left: 40px;
	}
	h2 {
		font-size: 0.6rem;
	}
	h3 {
		font-size: 0.6rem;
	}
	p {
		font-size: 0.6rem;
	}
}

}
