p {
  color: Gainsboro;
  font-size: 20px;
  font-family: "Times New Roman";
  padding-left: 40px;
  padding-right: 40px;
}

h1 {
  color: white;
  font-size: 40px;
  text-shadow: 0px 10px brown;
  font-style: italic;
  padding-left: 20px;
}

ul {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding:0;
  background-color: #333;
  padding-left: 20px;
  padding-right: 20px;
}


.buttons {
  text-align: center;
  background-color: #666;
  color: white;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}

.buttons li {
  width: 180px;
  padding: 0;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.buttons li.active {
  background: #4e4e4e;
}

.buttons li a {
  color: white;
  text-decoration: none;
}

.buttons li:hover {
  background-color: #111;
}

html, body {
  background-attachment: fixed;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(65, 58, 58)), to(black));
}

nav ul li ul, .SubSocialMedia {
  display: inline-block;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  display: none;
  width: 180px;
}

nav ul li ul hr, .SubSocialMedia hr {
  margin: 0;
}

nav ul li:hover ul {
  display: block;
  text-decoration: none;
  background-color: #666;
  z-index: 1;
}

nav ul li ul li a {
  padding: 8px 8px;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

* {
  color:rgb(237, 241, 245);
}

footer {
  padding: 80px 0;
  text-align: center;
}

div{
  background-color: grey;
}

.pic1{
  border: solid grey 1px;
  width:400px;
  margin-left: 50px;
}

.pic3{
  border: solid grey 1px;
  width:400px;
  margin-left: 40px;
}

.pic5{
  width:400px;
  margin-left: 40px;
}

.bg{
  width:1000px;
  height:250px;
}

.li1{
  background-color: grey;
  color: Gainsboro;
  font-size: 20px;
  font-family: "Times New Roman";
  padding-left: 40px;
  padding-right: 40px;
}

#slider{
  font-style: italic;
  text-align: right;
  margin-right: 80px;
}

.ball1{
  float:left;
  width: 300px;
  margin-right: 50px;
}

#ball2{
  float:right;
}

#sport{
  width:500px;
  float:right;
  margin-left: 20px;
  margin-right: 20px;
}

.line{
  width:100px;
  margin-left: 20px;
}

span{
  font-size: 50px;
}
