* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Mulish', sans-serif;
}

.hr {
	display: none;
}

.header {
	width: 100%;
	height: 75px;
	background-color: #222222;
	color: white;
	line-height: 75px;
	padding-left: 50px;
	padding-right: 70px;
	overflow-y: hidden;
	position: fixed;
	z-index: 2;
}

.logo {
	width: 25%;
	float: left;
}

.logo a {
	text-decoration: none;
	color: white;
}

.navContainer {
	width: 75%;
	list-style-type: none;
	float: right;
	text-align: right;
}

.navContainer li {
	display: inline-block;
	padding-left: 40px;
	font-size: 18.5px;
}

.navContainer a {
	text-decoration: none;
	color: white;
}

.navContainer a:hover {
	color: orange;
}

.intro {
	width: 100%;
	height: 1000px;
	color: white;
	line-height: 850px;
	text-align: right;
	background-image: url("./Images/cube background.jpg");
	background-size: cover;
}

.introTextbox { 
	width: 40%;
	height: 100%;
	float: right;
	text-align: center;
	line-height: 50px;
	padding-top: 400px;
	margin-right: 50px;
	font-size: 20;
	font-family: 'Mulish', sans-serif;
}

.mainContent {
	width: 100%;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer {
	width: 100%;
	height: fit-content;
	padding-left: 340px;
	padding-right: 440px;
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #222222;
	color: white;
	display: flex;
}

.row1 {
	display: flex;
	padding-top: 125px;
	padding-bottom: 50px;
	padding-right: 50px;
}

.row2 {
	display: flex;
	padding-top: 75px;
	padding-left: 235px;
	padding-right: 235px;
}

.col {
	width: 330px;
	margin-left: 50px;
	text-align: center;
}

.col p {
	margin-top: 30px;
}

.colfooter {	
	padding-left: 170px;
}

.colfooter a {	
	color: white;
}

.colfooter p {
	padding-top: 15px;
}

.specialTitle {
	letter-spacing: 10px;
}

.hoverContainer {
	width: 100%;
	height: 375px;
	margin-top: 75px;
	display: flex;
}

.hoverbox {
	width: 30%;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 20px;
	text-align: center;
	overflow-y: hidden;
	cursor: pointer;
}

.hoverbox img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.hoverbox:hover img {
	border-radius: 50%;
	width: 80%;
	height: 75%;
}

.hoverbox h2 {
	margin-top: 35px;
}

.hoverbox a {
	color: black;
}

#hoverbox {
	width: 30%;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 20px;
	text-align: center;
	overflow-y: hidden;
	cursor: pointer;
}

#hoverbox img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

#hoverbox:hover img {
	width: 80%;
	height: 75%;
}

#hoverbox h2 {
	margin-top: 35px;
}

#hoverbox a {
	color: black;
}

.button {
	background-color: black;
	color: white;
	padding: 20px;
	height: 65px;
	margin: auto;
	border-style: solid;
	border-width: 2px;
	transition: 0.2s;
	cursor: pointer;
	text-align: center;
}

.button:hover {
	background-color: white;
	color: black;
}

.button a {
	text-decoration: none;
	color: white;
}

.button:hover a {
	color: black;
}

.para {
	text-align: justify;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}

.figContainer {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

.figContainer .figure {
	width: 35%;
	text-align: right;
	margin: auto;
}

.pointer {
	position: absolute;
	top: 40%;
	right: 640px; 
	z-index: 2;
}

.figContainer .label {
	width: 65%;
	text-align: center;
	margin: auto;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.figContainer .labelAlt {
	width: 65%;
	text-align: center;
	margin: auto;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	display: none;
}

.figContainer .label > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.figContainer .labelAlt > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.figContainerP {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}

.figContainerP .figure {
	width: 45%;
	text-align: right;
	margin: auto;
	z-index: 1;
}

.figContainerP .label {
	width: 55%;
	text-align: left;
	padding-left: 100px;
	font-size: 20px;
	margin: auto;
	z-index: 1;
}

.figContainerP .labelAlt {
	width: 55%;
	text-align: left;
	padding-left: 100px;
	font-size: 20px;
	margin: auto;
	z-index: 1;
	display: none;
}

.figContainerP .label > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.figContainerP .labelAlt > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.heading {
	margin-top: 50px;
	font-size: 28px;
}

.figContainer2 {
	width: fit-content;
	margin: auto;
	margin-top: 50px;
}

.figContainer2 .figure {
	text-align: center;
}

.figContainer2 .label { 
	text-align: center;
	vertical-align: text-top;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	margin: auto;
}

.row { 
	display: flex;
	vertical-align: text-top;
}

.subheading {
	margin-top: 50px;
	font-size: 24px;
}	
	
.currentPage {
	color: orange;
}

#currentPage {
	color: orange;
}

#navContMob {
	position: fixed;
	top: 75px;
	right: 0;
	height: 100%;
	background-color: black;
	color: white;
	display: none;
	line-height: 50px;
	padding: 30px;
}

#navContMob ul {
	position: relative;
	text-align: center;
	transform: translateY(50%);
}

#navContMob a {
	text-decoration: none;
	color: white;
}

.hamMenuIcon {
	width: 20%;
	display: none;
	text-align: right;
	padding-top: 17px;
}

@media screen and (max-width: 800px) {
	.hamMenuIcon {
		display: block;
	}
	
	.header {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.logo {
		width: 80%;
		font-size: 11px;
	}
	
	.navContainer {
		display: none;
	}
	
	.intro {
		height: fit-content;
		background-color: white;
		color: black;
		background-image: none;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.introTextbox {
		width: 100%;
		height: fit-content;
		float: none;
		padding-top: 100px;
		padding-bottom: 40px;
		margin-right: 0;
	}
	
	.hr {
		display: inline-block;
		height: 1px;
		width: 100%;
		background-color: black;
	}
	
	.mainContent {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer {
		height: fit-content;
		display: block;
		padding: 20px;
	}
	
	.colfooter {
		padding-left: 0;
		text-align: center;
	}
	
	.row {
		display: block;
	}
	
	.figContainer {
		display: block;
	}
	
	.figContainer .figure {
		width: 100%;
		text-align: center;
	}
	
	.figContainer .labelAlt {
		width: 100%;
		font-size: 18px;
		display: block;
	}
	
	.figContainer .label {
		display: none;
	}
	
	.pointer {
		display: none;
	}
	
	.figContainerP {
		display: block;
	}
	
	.figContainerP .figure {
		width: 100%;
		text-align: center;
	}
	
	.figContainerP .labelAlt {
		width: 100%;
		font-size: 18px;
		text-align: center;
		padding-left: 0;
		display: block;
	}

	.figContainerP .label {
		display: none;
	}
	
	.row2 {
		display: block;
		padding-top: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.col {
		width: 100%;
		margin-left: 0;
		margin-top: 70px;
	}
	
	.col p {
		margin-bottom: 30px;
	}
	
	.hoverContainer {
		width: 100%;
		height: auto;
		margin-top: 0;
		display: block;
	}
	
	.hoverbox {
		width: 100%;
		height: 80%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}
	
	#hoverbox {
		width: 100%;
		height: 80%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}
	
	.hoverbox img {
		width: 100%;
		height: 70%;
		border-radius: 50%;
		transition: 0s;
	}
	
	#hoverbox img {
		width: 100%;
		height: 70%;
		transition: 0s;
	}
	
	#title {
		margin-bottom: 50px;
	}
	
	.suc {
		height: 30%;
	}
}







