#rush-white-block {
	background: white;
	width: 101.6%;
	height: 100%;
	z-index: 98;
	position: relative;
	bottom: 0px;
	right: 8px;
	padding: 5px;
}

#rush * {
	box-sizing: border-box;
}

#rush {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: white;
	font-family: 'Montserrat', sans-serif;
}

#rush a {
	color: #c4041b;
	text-decoration: none;
	font-weight: normal;
}

#rush a:hover {
	color: #c4041b;
}

#rush img {
	max-width: 100%;
	height: auto;
}

#rush ul {
	margin: 0;
	padding: 0;
}

#rush nav {
	color: white;
	padding: 4px;
	height: 50px;
	width: 100%;
	font-size: 15px;
	z-index: 10;
	position: relative;
}

#rush #nav-bg {
	background: #c4041b;
	margin: 0;
	height: 40px;
	width: 100%;
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 20px black;
}

#rush nav a {
	color: white;
}

#rush nav a:hover {
	color: white;
}

/* Home - Rush */
#rush #icon-position {
	position: relative;
  width: 40%;
  height: 0px;
  margin: 20px auto;
}

#rush #icon-rhombus {
	position: absolute;
	width: 130px;
	height: 130px;
	top: -170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #c4041b;
	box-shadow: 0px 0px 20px black;
	transform: rotate(45deg);
	display: block;
}

#rush #icon-avi {
	width: 55px;
	height: 55px;
	position: relative;
	top: 65px;
	left: 30px;
	filter: drop-shadow(0px 0px 1px white);
	z-index: 5;
	transform: rotate(-45deg);
}

#rush #icon-youtube {
	position: relative;
	bottom: 45px;
	left: 5px;
	width: 32px;
	height: 32px;
	display: block;
	z-index: 20;
}

#rush #nav-links {
	list-style: none;
	margin: 0;
	margin-top: -90px;
	padding: 0;
	width: 100%;
	text-align: center;
}

#rush #nav-links li {
	display: inline;
	padding: 0;
	margin-left: 8px;
	margin-right: 15px;
}

#rush #nav-links li:nth-child(1) {
	margin-left: 5px;
}

#rush #nav-links li:nth-child(3) {
	margin-left: 160px;
}

#rush header {
	margin: 0;
	z-index: 100;
	height: 50px;
	width: 100%;
}

#rush #container {
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 5px;
}

#rush #intro {
	background: url("rush/cod-bo4-quad.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
	bottom: 20px;
}

#rush #intro-block {
	z-index: 3;
	padding: 20px;
	padding-top: 90px;
	margin: 0 auto;
}

#rush #main-block {
	background: white;
	color: black;
	position: absolute;
	top: 350px;
	left: 2.5%;
	z-index: 6;
}

#rush #welcome {
	font-size: 40pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: black;
}

#rush #clan-link {
	font-size: 40pt;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#rush #wrapper {
	min-height: 100%;
	position: relative;
	z-index: 0;
	height: 635px;
}

/* Mobile navigation */

#rush #hamburger-btn {
	position: relative;
}

#rush #hamburger-btn {
	cursor: pointer;
	position: absolute;
	bottom: 65px;
	right: 10px;
	z-index: 98;
}

#rush .bar {
    height: 4px;
    width: 25px;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
  }

#rush .user-link {
	display: block;
}

#rush .nav-link {
	display: none;
}

/* Mobile Navigation END */

#rush h3 {
	font-size: 25pt;
	padding: 0;
	margin: 0px;
	margin-bottom: 15px;
}

#rush .btn {
	border-radius: 15px;
	background: #c4041b;
	color: white;
	font-size: 15pt;
	cursor: pointer;
	box-shadow: 0 0 15px #BFBFBF;
	text-align: center;
	display: block;
	width: 200px;
	padding: 5px;
	margin: 0px auto;
}

#rush .btn:hover, #rush .btn:focus {
	color: white;
}

#rush .btn a {
	color: white;
}

#rush .btn a:hover, #rush .btn a:focus {
	color: white;
}

#rush .our-latest-video {
	width: 600px;
	height: 330px;
}

@media screen and (max-width: 1080px) {
	#rush .our-latest-video {
		width: 100%;
		height: 370px;
	}

	#rush .latest-wrap {
		width: 80%;
		margin: 0 auto;
	}

	#rush h3 {
		text-align: center;
		font-size: 20pt;
	}

	#rush #container {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 950px) {
	#rush .our-latest-video {
		height: 380px;
	}

}

@media screen and (max-width: 900px) {
	#rush .our-latest-video {
		height: 370px;
	}
}

@media screen and (max-width: 850px) {
	#rush .our-latest-video {
		height: 340px;
	}
}

@media screen and (max-width: 800px) {
	#rush .our-latest-video {
		height: 320px;
	}
}

@media screen and (max-width: 700px) {
	#rush .our-latest-video {
		height: 270px;
	}
}

@media screen and (max-width: 600px) {
	#rush .our-latest-video {
		height: 300px;
	}

	#rush .latest-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	#rush .our-latest-video {
		height: 270px;
	}
}

@media screen and (max-width: 500px) {
	#rush .our-latest-video {
		height: 240px;
	}
}

@media screen and (max-width: 450px) {
	#rush .our-latest-video {
		height: 220px;
	}
}

@media screen and (max-width: 400px) {
	#rush .our-latest-video {
		height: 200px;
	}
}

@media screen and (max-width: 350px) {
	#rush .our-latest-video {
		height: 180px;
	}
}

#rush #intro-text {
	display: none;
}

#rush #intro-arrow {
	display: none;
}

/* Displays only on mobile */
#rush #intro-btn {
	display: none;
}

@media screen and (max-width: 22280px) {
   #rush #main-block {
		 position: relative;
		 top: 0px;
   }

	 #rush #welcome, #rush #clan-link {
		 margin: 0px auto;
		 max-width: 400px;
		 text-align: center;
	 }

	 #rush #about-us {
		 display: none;
	 }

	 #rush #intro-arrow {
		 display: block;
		 color: #c4041b;
		 font-size: 50pt;
		 width: 35px;
		 height: 35px;
		 background: transparent;
		 border-left: 7px solid #c4041b;
		 border-top: 7px solid #c4041b;

		 position: absolute;
		 bottom: 50px;
		 left: 0;
		 right: 0;
		 margin: auto;

		 animation: intro-arrow 3s infinite;
	 }

	 @keyframes intro-arrow {
	  0%   { transform: translateY(0px) rotate(225deg); }
		50%   { transform: translateY(15px) rotate(225deg); }
	  100% { transform: translateY(0px) rotate(225deg); }
	}

	 #rush #intro-text {
		 display: block;
		 margin: 0 auto;
		 max-width: 600px;
		 font-size: 18pt;
		 margin-top: 30px;
		 text-align: center;
	 }

	 #rush #intro-btn {
		 display: block;
		 margin-top: 20px;
	 }

}

@media screen and (max-width: 935px) {
	#rush .left-50 {
		width: 95%;
	}

	#rush .right-50 {
		width: 95%;
	}
}


@media screen and (max-width: 700px) {
	/* Menu Navigation becomes accessible */

	#rush #nav-links {
		display: none;
	}

	#rush #mobile-nav-links {
		display: block;
	}

	#rush .nav-link {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	#rush #clan-name {
      font-size: 50pt;
	}

	#rush #clan-desc {
      font-size: 15pt;
	}

	#rush #intro-text {
		font-size: 16pt;
	}
}

@media screen and (max-width: 450px) {
	#rush #welcome {
      font-size: 30pt;
	}

	#rush #clan-link {
      font-size: 30pt;
	}

	#rush #intro-block {
    width: 100%;
	}

	#rush #intro-text {
		font-size: 14pt;
	}
}

@media screen and (max-width: 350px) {
	#rush #welcome {
      font-size: 25pt;
	}

	#rush #clan-link {
      font-size: 25pt;
	}

	#rush #intro-arrow {
		bottom: 75px;
	}

	#rush #user-info {
		width: 90%;
	}
}

@media only screen and (max-width: 750px) and (orientation: landscape) {
	#rush #welcome {
      margin-top: 25px;
	}

	#rush #intro-btn, #rush #intro-text {
	}

	#rush #intro-block {
		padding-top: 60px;
	}

	#rush #intro-arrow {
		bottom: 100px;
	}
}
