a {
	color: white;
}
.slogan {
	bborder: 1px solid black;
	background-color: #555;
	text-align: center;
	font-family: genomeThin;
	text-shadow: ;
	color: white;
	font-size: 3rem;
	margin-top: -7px;
}
.contents1Div {
	bborder: 1px solid grey;
	width: 100%;
	height: 65vh;
	margin-top: 2px;
}
.contents1Div img {
	width: 100%;
	height: 98%;
}
.contents2Div {
	bborder: 1px solid grey;
	width: 100%;
	height: 35vh;
	text-align: center;
	display: flex;
}
.cont2subContainer {
	bborder: 1px solid yellow;
	width: 75%;
	margin:0 auto;
}
.cont2sub {
	border: 1px solid white;
	position: relative;
	width: 33.3%;
	float: left;
}
.cont2sub img{
	width: 100%;
	height: 100%;
}
.cont3Div {
	bborder: 1px solid black;
	bbackground-color: brown;
	width: 100%;
	height: 30vh;
	display: flex; /* Every element inside follows the the flex display application, refering to the 6 cont3DivCont1 elements*/
}
.cont3DivCont1 {
	bborder: 1px solid red;
	bbackground-color: orange;
	width: 16.7%; /* of its container cont3Div */
	height: 100%;
}
.cont3DivCont1Sub001 {
	border: 1px solid $555;
	bbackground-color: green;
	width: 90%; /* 100 % of its container cont3Divcont1 */
	height: 100%;
	margin: 0 auto;	
}

.contSubTop {
	border: 1px solid #555;
	display: block;
	height: 100%;
}

.cont3DivCont1SubTop {
	border: 1px solid #555;
	background-color: #333;
	width: 100%;
	height: 35%;
	text-align: center;
	overflow: hidden;
}

.cont3DivCont1SubBottom {
	bborder: 1px solid #555;
	display: block;
	width: 80%;
	height: 65%;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
}
.cont3DivCont1SubBottom img {
	width: 100%;
	height: 80%;
}

.cont3DivCont2 {
	bborder: 1px solid red;
	position: absolute;
	width: 100%;
	height: 40vh;
	background-color: #a39d9c;
}
.contFooter {
	bborder: 1px solid green;
	width: 100%;
	height: 100%;
	position: relative;

}
.contFooterSpacer {
	bborder: 1px solid violet;
	width: 100%;
	height: 8vh;
}
.contFooterTop {
	bborder: 1px solid orange;
	background-color: #333;
	width: 100%;
	height: 10vh;
	position: relative;
}
.contFooterTopSub {
	bborder: 1px solid black;
	width: 25%;
	height: 100%;
	margin: 0 auto;
	/*display: flex;*/
	align-items: center;
}
.contFooterTopSubSM {
	bborder: 1px solid green;
	width: 20%;
	float: left;
}
.contFooterTopSubSM img {
	width: 100%;
	height: 100%;
}
.contFooterBottom {
	bborder: 1px solid yellow;
	background-color: #333;
}
.contFooterBottomTop {
	bborder: 1px solid white;
	bbackground-color: grey;
	width: 100%;
	height: 10vh;
	display: flex;
}
.contFooterBottomTopSub {
	bborder: 1px solid blue;
	bbackground-color: blue;
	width: 30%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contFooterBottomTopSubMe {
	bborder: 1px solid green;
	background-color: #555;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	color: white;
	width: 8.9rem;
	margin: 1 auto;
	margin-right: 1.5px;
	border-radius: .3rem;
}
.contFooterBottomBottom {
	bborder: 1px solid black;
	bbackground-color: #555;
	text-align: center;
}