
body {
	font-family: sans-serif;
}



/* ===================== start header ===================== */

header {
	width: 100%;
	height: 100%;
	position: relative;
	position: fixed;
	margin: 0;
	padding: 0;
	perspective: 4500px;
}

.back_img {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	background-image: url("../images/photo-1549858670-d4fb4a5e0e18.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s linear;
	z-index: -2
}

/* ===================== End header ===================== */

/* ===================== start menu ===================== */

.menu {
	height: 0%;
	width: 120%;
	background: #000;
	transition: 0.4s ease-in-out;
	position: absolute;
	top: -10%;
	left: -10%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	perspective: 1500px;
	font-family: sans-serif;
}

.menu ul {
	display: flex;
	flex-flow: row;
	transition: 1s linear;
	margin-top: -5%;
	margin-left: -4%;
}

.menu a {
	text-decoration: none;
}

.menu li {
	color: #fff;
	padding: 20px;
	list-style: none;
	font-size: 30px;
	margin-left: 20px;
	font-weight: 900;
	transition: 0.4s ease-in-out;
}

.menu li:hover {
	border-bottom: 4px solid #00ffcc;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.start_Dropmenu .DropDown {
	display: flex;
	flex-flow: row;
	transition: 1s ease-in-out;
	margin-top: 0% !important;
	position: absolute;
	margin-left: 0% !important;
	display: none;
	/* display: none !important; */
}

.start_Dropmenu .DropDown .Dropmenu_Items {
	margin-top: 1.5%;
	padding: 20px 10px;
	margin-left: 2%;
}

.start_Dropmenu .DropDown .Dropmenu_Items li {
	color: #fff;
	padding: 20px;
	list-style: none;
	font-size: 30px;
	margin-left: 20px;
	font-weight: 900;
	transition: 0.4s ease-in-out;
}

.start_Dropmenu .DropDown .Dropmenu_Items li:hover {
	color: #00ffcc;
	border: none;
	transition: 0.4s linear;
}

.start_Dropmenu:hover .DropDown {
	display: block;
}

.menu h1 {
	color: #00ffcc;
	list-style: none;
	font-size: 30px;
	margin-top: 5%;
}


#menu_icon {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 40px;
	margin-left: 90%;
	z-index: 3;
}

.header_icon {    /* This is the cancel icon by the chactere ((X)) *_* ♥ */
	position: absolute;
	color: #fff;
	font-size: 60px;
	float: right;
	margin-top: 32px;
	margin-left: 90.2%;
	z-index: 3;
	font-family: sans-serif;
	display: none;
	cursor: pointer;
}

/* ===================== start header content ===================== */

.back_img .header_content {
	margin-top: 10%;
	margin-left: 10%;
	position: absolute;
	width: 80%;
}

.back_img .header_content h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.back_img .header_content h5 span {
	color: #fff;
	font-size: 20px;
	margin-right: 40px;
}

.back_img .header_content h5 span::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #ff0000;
	margin-left: 7px;
	margin-top: 12px;
}

.back_img .header_content h1 {
	font-size: 200px;
}

.back_img .header_content .learn_more::before{
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #ff0000;
	margin-left: 0px;
	margin-top: -5px;
}

.back_img .header_content .race_red {
	color: #ff0000;
	margin-top: 10px;
}

.back_img .header_content .female {
	text-shadow: 0 5px 10px rgba(0, 0, 0, 1);
	/* color: rgb(255, 230, 230); */
	color: #fff;
	/* mix-blend-mode: overlay; */
	margin-top: -250px;
	margin-bottom: 0px;
}


.back_img .header_content p {
	color: #fff;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;

	margin-top: -10px;
	font-weight: 700;
	font-size: 17px;
}
