html {
  background: rgba(26, 26, 26, 1);
  color: rgba(214, 214, 214, 1);
}

body {
	margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

/* Navigation */
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
.navigation li {
  float: left;
  border-right: 1px solid #bbb;
}
.navigation li:last-child {
  border-right: none;
  right: 0;
}
.navigation li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navigation li a:hover:not(.current) {
  background-color: #111;
}
.navigation form {
  display: block;
  float: right;
  height: auto;
}
.navigation form a {
  display: inline-block;
}
.search {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-grow: 2;
  float: right;
}
/* Navigation end */

.main-cont {
  min-height: calc(100vh - 120px);
}

/* Induvitial clip */
.clipInfo h1 {
  text-align: center;
}

.boxDiv {
  height: auto;
  padding-left: 15%;
  padding-right: 15%;
}

.clipDiv {
  display: flex;
  flex-wrap: wrap;
}

.floatDiv {
  flex: 1 1 25%;
  border: 2px solid #111;
}

.playerDiv {
  display: block;
  text-align: center;
  padding-top: 2%;
}
.videoPlayers {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* Induvitial clip end */

/* footer */
.footer {
  height: 40px;
  text-align: center;
}
/* footer end*/

