
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url("https://lolstatic-a.akamaihd.net/game-info/1.1.9/images/champion/backdrop/bg-syndra.jpg");
	opacity: 1;
	background-repeat: repeat-x;
}


/*top navigation bar */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/*drop down */
.drop {
	float: left;
	overflow: hidden;
}

.drop .dropper{
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	margin: 0;
}

/* Change the color of links on hover */
.topnav a:hover, .drop:hover .dropper {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
#active {
  background-color: #c200f1;
  color: white;
}

.drop-content {
	top:3.5em;
	 display: none;
	 position: absolute;
	 background-color: #f9f9f9;
	 min-width:160px;
	 box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	 z-index: 1;
}

.drop-content a {
	float:none;
	color:black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.drop-content a:hover {
	background-color: #ddd;
}

.drop:hover .drop-content {
	display: block;
}



/*---------------------------------------------------------------------------------------------------------------------------------*/
/*The introduction section */
#title{
	text-align: right;
	color: silver;
	font-size: 60;
	
}
#subtitle{
	text-align: center;
	color: silver;
	font-size: 40;
}

.spacer{
	height:400px;
}
.wrapper{
	margin: auto;
}
/*The introduction section */
.introduction{
	background-color: #d2d2d2;
	overflow:hidden;
	border-style: solid;
	border-color: #CC99FF;
	width: 90%;
	margin: auto;
}
.introduction p{
	text-align: justify;
	padding: 0px 100px;
	font-size: 20px;
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*The middle section */
.vid {
	width: 45%;
	height: 60%;
	text-align: center;
	display: inline-block;
	clear:right;
}
.description{
	width: 600px;
	display: inline-block;
	text-align: justify;
	padding: 0px 20px;
	font-size: 20;
}
.content{
	margin: auto;
	border-style: solid;
	border-color: CC99FF;
	background-color: #d2d2d2;
	width: 90%
}
/*---------------------------------------------------------------------------------------------------------------------------------*/

.conclusion{
	margin: auto;
	background-color: #d2d2d2;
	border-style: solid;
	border-color: #CC99FF;
	overflow:hidden;
	width: 90%;
}
.conclusion p{
	text-align: justify;
	padding: 0px 100px;
	font-size:20;
}
.footer {
	height: 100px;
}
















