@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Raleway, sans-serif;
}

body p {
	font-family: Lato, sans-serif;	
	font-size: 18px;
}


#return {
	position: fixed;
	z-index: 2;
	top: 47.5%;
	color: #fff;
	background-color: #111;
	border: 1px solid #111;
	border-left: none;
	opacity: 0.65;
	padding: 15px 30px;
	transition-property: color;
	transition-duration: 0.4s;
	font-size: 16px;
	letter-spacing: 3px;
	
}

#return:hover {
	cursor: pointer;
	color: #DE2910;
	border-color: #DE2910;
}

#myBtn {
	display: none;
	position: fixed;
	z-index: 2;
	bottom: 20px;
	right: 30px;
	border: 1px solid #111;
	outline: none;
	background-color: #111;
	color: white;
	cursor: pointer;
	padding: 15px 25px;
	border-radius: 50%;
	font-size: 30px;
	opacity: 0.65;
	transition-duration: 0.3s;
	transition: ease-in-out;
}

#myBtn:hover {
	transition-duration: 0.4s;
	color: #DE2910;
	border-color: #DE2910;
	opacity: 0.8;
}


#banner {
	height: 100%;	
}

/*#banner img {
	width: 100%;
}*/

#banner-content {
	text-align: center;
	color: #000;
	padding: 15px 30px;
}

#banner-content span{
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}

.parallax {
	position: relative;
	background-image: url(../../Images/QHKSApics/Group.jpg);
	height: 100%;
	width: 100%;
	opacity: 0.65;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	
	/* Creates parallax scrolling */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

/* Exec Details */


#par2 {
	background-image: url(../../Images/QHKSApics/GroupSilly.jpg);
}

#exec-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#exec-wrap h2 {
	margin-top: 5%;
}

.exec-grid {
	width: 100%;
	height: 100%;
}

.exec-grid article {
	margin: 5% auto;
	width: 80%;
	display: flex;
	align-items: flex-start;
}

.exec-grid img {
	width: 45%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #5B5B5B;
}

.exec-details-right {
	margin-left: 3%;
}

.exec-details-left {
	text-align: right;
	margin-right: 3%;
}

.vertical img {
	width: 40%;
	height: auto;
	margin: 0 2.5%;
}