/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	/*	finised */
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
	/* ===================== start menu ===================== */

	.menu li {
		padding: 10px;
		font-size: 27px;
		margin-left: 0px;
	}

	.menu li:hover {
		border-bottom: 4px solid #00ffcc;
		margin-bottom: -5px;
		padding-bottom: 10px;
	}

	.start_Dropmenu .DropDown .Dropmenu_Items {
		margin-top: -10px;
	}

	.start_Dropmenu .DropDown .Dropmenu_Items li {
		padding: 10px;
		font-size: 25px;
		margin-left: 0px;
	}

	.menu h1 {
		font-size: 27px;
		margin-top: 50px;
	}

	#menu_icon {
		width: 40px;
		height: 40px;
	}

	.header_icon {    /* This is the cancel icon by the chactere ((X)) *_* ♥ */
		font-size: 50px;
	}

	/* ===================== End menu ===================== */

	/* ===================== start header content ===================== */

	.back_img .header_content h5 {
		margin-top: 10%;
	}

	.back_img .header_content h1 {
		font-size: 170px;
	}

	.back_img .header_content .race_red {
		margin-top: 40px;
		margin-bottom: 190px;
	}

	.back_img .header_content  .learn_more {
		margin-top: 50px;
	}

	/* ===================== End header content ===================== */
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	/* ===================== start header content ===================== */

	.back_img .header_content {
		margin-top: 130px;
	}

	.back_img .header_content h5 {
		font-size: 16px;
	}

	.back_img .header_content h5 span {
		font-size: 16px;
	}

	/* ===================== End header content ===================== */

	/* ===================== start menu ===================== */
	.menu {
		overflow: hidden;
	}
	.menu ul {
		display: flex;
		flex-flow: column;
		margin-top: 0px;
		padding: 0;
	}

	.menu li {
		padding: 10px;
		font-size: 27px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.menu li:hover {
		border-bottom: 2px solid #00ffcc;
		padding-bottom: 8px;
		margin-bottom: 8px;
		margin-top: 0px;
	}

	.start_Dropmenu .DropDown .Dropmenu_Items {
		margin-top: -10px;
		margin-left: 130px;
	}

	.start_Dropmenu .DropDown .Dropmenu_Items li {
		padding: 10px;
		font-size: 20px;
		margin-left: 0px;
	}

	.menu h1 {
		font-size: 20px;
	}

	#menu_icon {
		width: 30px;
		height: 30px;
	}

	.header_icon {    /* This is the cancel icon by the chactere ((X)) *_* ♥ */
		font-size: 40px;
	}

	/* ===================== End menu ===================== */

	/* ===================== start header content ===================== */

	.back_img .header_content h5 {
		margin-top: 10%;
	}

	.back_img .header_content h1 {
		font-size: 150px;
	}

	.back_img .header_content .race_red {
		margin-top: 70px;
		margin-bottom: 190px;
	}

	.back_img .header_content  .learn_more {
		margin-top: 70px;
	}

	/* ===================== End header content ===================== */

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	/* ===================== start header content ===================== */

	.back_img .header_content {
		margin-top: 150px;
	}

	.back_img .header_content h5 {
		font-size: 14px;
	}

	.back_img .header_content h5 span {
		font-size: 14px;
	}

	/* ===================== End header content ===================== */

	/* ===================== start menu ===================== */
	.menu {
		overflow: hidden;
	}

	#menu_icon {
		width: 25px;
		height: 25px;
	}

	.header_icon {    /* This is the cancel icon by the chactere ((X)) *_* ♥ */
		font-size: 35px;
	}

	/* ===================== End menu ===================== */

	/* ===================== start header content ===================== */

	.back_img .header_content h1 {
		font-size: 120px;
	}

	.back_img .header_content .race_red {
		margin-top: 70px;
		margin-bottom: 210px;
	}

	.back_img .header_content  .learn_more {
		margin-top: 80px;
		margin-bottom: 40px;
	}

	/* ===================== End header content ===================== */
}
