body {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: center;
  z-index: 999;
  position: relative;
  top: 85px;
}

nav {
  width: 980px;
  display: flex;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 36px;
  color: white;
}

.pointer {
  cursor: pointer;
}

.nav-bar {
  width: 845px;
  box-sizing: border-box;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr;
  font-size: 13px;
}

footer a {
  text-decoration: none;
  color: #08c;
}

.nav-bar a {
  padding: 10% 0;
  box-sizing: border-box;
  border-left: 1px rgb(68, 67, 67) solid;
  text-align: center;
  display: inline-block;
  height: 36px;
  background-color: gray;
  background-image: linear-gradient(rgb(119, 119, 119) 50%, rgb(109, 109, 109) 50%);
  border: rgb(97, 95, 95) 1px ridge;
  box-shadow: rgb(19, 18, 18) 0 0 1px;
}

.nav-bar *:hover {
  background: none;
  background-origin: content-box;
  background-color: rgb(54, 54, 54);
}

.nav-bar div:hover {
  background: none;
  background-origin: content-box;
  background-color: rgb(54, 54, 54);
}

.logo-nav {
  display: flex;
  justify-content: center;
}

.nav-bar .logo-container {
  box-sizing: border-box;
  height: 36px;
  width: auto;
  display: flex;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: gray;
  background-image: linear-gradient(rgb(119, 119, 119) 50%, rgb(109, 109, 109) 50%);
  border: rgb(97, 95, 95) 1px ridge;
  box-shadow: rgb(19, 18, 18) 0 0 1px;
}

.apple-logo {
  margin: auto;
  height: 23px;
  width: 23px;
}

.input-div {
  box-sizing: border-box;
  background-color: gray;
  width: 132px;
  max-height: 36px;
  height: 100%;
  background-image: linear-gradient(rgb(119, 119, 119) 50%, rgb(109, 109, 109) 50%);
  border: rgb(97, 95, 95) 1px ridge;
  box-shadow: rgb(19, 18, 18) 0 0 1px;
  align-self: center;
  display: inline-block;
  padding: 10px 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

input {
  background: none;
  box-sizing: border-box;
  height: 19px;
  width: 106px;
  border: black 1px solid;
  border-radius: 25px;
  padding: 2px 4px;
  box-shadow: inset -2px 1px 0.5px rgb(90, 87, 87);
}

.search-icon {
  position: relative;
  top: -15px;
  left: 4px;
}

.first-section {
  position: absolute;
  top: 0;
  width: 1396px;
  height: 540px;
  left: 50%;
  right: auto;
  margin-left: -698px;
  background: url(../assets/hero.jpg) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  text-align: center;
  overflow: hidden;
}

main .billboard {
  top: 32%;
  position: relative;
}

main .billboard .m-1,
.m-2 {
  margin-bottom: 15px;
}

aside {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: 31em;
  padding-top: 10px;
  box-sizing: border-box;
}

aside .clickbaite {
  display: flex;
  box-sizing: border-box;
  width: 1396px;
}

aside .img {
  box-sizing: border-box;
  width: 25%;
  height: 200px;
}

#special img {
  width: 348.3px;
  height: 200px;
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  font-size: 9px;
  color: #6e6e6e;
}

footer .container {
  width: 980px;
  display: flex;
  height: auto;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

footer ul {
  display: flex;
  align-items: center;
}

footer .left {
  display: block;
  width: 50%;
  box-sizing: border-box;
  float: right;
}

footer .down {
  margin: 10px 4px 0 0;
}

footer .left .down {
  position: relative;
  display: inline-block;
}

footer .right li {
  padding: 0 2px;
}

footer .right .this {
  padding-left: 30px;
}


.container {
  position: relative;
  text-align: center;
  color: white;
}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}