body {
   
  /* This takes away the white space from the sides of                element*/   
  margin: 0; 
    background-color: gainsboro;
}


header {
    
    background-color: #c5c1c0;
    width: 100%;
    height: 50px;
    padding-left: 0px;
    position: absolute;
    margin-top: 0px;
    z-index: 1;
}









/*          CODE FOR ALL PARALLAX
==============================================================================================================================================*/


#topimage {
    
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url("footballpic.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    font-size: 40px;
   margin-left: 0;
    color: white;
    margin-bottom: 0;
}

#topimagetwo {
    
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url("stadiumpic.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    font-size: 40px;
    padding-right: 20px;
    color: white;
    margin-bottom: 0;
    margin-top: 700px;
}



/*==========================================================================================================================================*/









/*                 NAVIGATION MENU
=============================================================================================================================================*/



ul {
    
    
    margin: 0;
    padding: 0;
    list-style: none;
   
}

ul li {
    
    float: right;
    padding: 5px 14px;
    width: 80px;
    height: 20px;
    background-color: inherit;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    
}

ul li a {
    
    text-decoration: none;
    color: black;
    display: block;
    text-transform: uppercase;
    word-spacing: inherit;
    
}



ul li ul li {
    
    display:none;
    
  
    
}

ul li:hover ul li{
    
    display: block;
    background-color: #c5c1c0;
    width: 90px;
    margin: 0;
    padding: 20px;
    box-shadow: 5px 10px 10px;
}


ul a::before {
    
    content: '';
    display: block;
    height: 5px;
    background-color: black;
    position: absolute;
    top: 0;
    width: 0%;
    transition: all ease-in-out 220ms;
    margin: 7px;
}

ul a:hover::before {
    
    width: 60%;
    
}

/*=========================================================================================================================================*/



.modal {
    
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    padding-top: 60px;  
    
}

modal-content {
    
   background-color: blue;
    margin: 5px auto;
    border: 1px solid black;
    width: 80%;

}

.close {
    
    position: absolute;
  right: 25px;
  top: 0; 
  color: #000;
  font-size: 35px;
  font-weight: bold;
    
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}


@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}





input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: black;
  color: white;
  padding: 12px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
    border-radius: 20px;
    margin-left: 5px;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 1px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}






/*              MAIN VIDEO SECTION
===========================================================================================================================================*/

h1 {
    
    margin-top: 100px;
    padding-left: 100px;
    display: inline-block;
}

.mainvideo {
    
   
    width: 80%;
    height:715;
    padding: 2px;
    margin-left: 150px;
    background-color: gray;
    float: left;
    color: black;
    margin-top: 300px;
    margin-bottom: 150px;
    border: 5px solid;
    
      
    
}


/*===========================================================================================================================================*/









/* Whats Trending Sesction
=============================================================================================================================================*/


#topnewstwo {
    
    height: auto;
    width: 350px;
    margin-top: 100px;
    margin: 1%;
    margin-left: 90px;
    display: block;
    float: left;
    background-color:
    margin-bottom: 0;
    padding-bottom: 0;
   
    
}



#top {
    
    width: 350px;
    height: 200px;
    background-image: url("playerpic.jpeg");
    transition: .4s ease-in-out;
}


#top:hover {
    
    transform:scale(1.1);
    
    
}

#topnewstwo p {
    
    
    padding: 10px 15px;
    margin: 0;
    background-color: white;
   
}

#topnewstwo h3 {
    
    border: none;
    background-color: gainsboro;
    padding-bottom: 2px;
    padding: 0px;
}

#topnewstwo #users {
    
   
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
    
}


#bottom {
    
    width: 350px;
    height: 30px;
    border-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    background-color: white;
    
}


#users {
    
    height: auto;
    width: 290px;
    margin-top: 30px;
    margin-left: 55px;
    display: block;
    float: left;
    padding: 0px; 
   
    
}



#usertop {
    
    width: 290px;
    height: 200px;
    background-image: url("playerpic.jpeg");
    transition: .4s ease-in-out;
    
    
}


#usertop:hover {
    
    transform:scale(1.1);
    
    
}

#users p {
    
    
    background-color: white;
    padding: 7px;
    width: 276px;
    margin: 0;
    
   
}

#users h3 {
    
    border: none;
    background-color: gainsboro;
    padding: 0px;
    width: 290px;
    padding-bottom: 2px;
}




#bottomtwo {
    
    width: 290px;
    height: 30px;
    border-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    background-color: white;
    
}


#readmore {
    
    background-color: white;
    padding-left: 12px;
    font-size: 20px;
    cursor: pointer;
    margin-left: 5px;
    color: black;
    
}

#readmore:hover {
    background-color: blanchedalmond;
    
}


/*=============================================================================================================================================*/









/*         MIDDLE IMAGE
==============================================================================================================================================*/


#middleimage {
    
    
        float: left;
		height: 470px;
		background-image: url(chalkboard-1337809_960_720.jpg);
		background-size: auto;
		font-size: 300%;
		text-align: center;
		display: table-cell;
		padding-top: 0;
		width: 100%;
        color: white;
    margin-top: 100px;
}

/*===========================================================================================================================================*/


