nav {
  position: fixed !important;
  width: 100% !important;
  box-shadow: none !important;
  padding: 10px 100px !important;
  z-index: 100;
}
nav a {
  animation: ease 0.5s;
}
nav a:hover, nav a:valid {
  background: none !important;
  color: yellow !important;
}

.contents {
  padding: 150px 200px;
}
.contents p {
  margin: 20px 0px;
  font-size: 22px;
}
.contents blockquote {
  margin: 20px 70px;
  font-size: 25px;
  font-style: italic;
}
.contents img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.buttons {
  margin: 20px 0px;
}
.buttons a i {
  margin-left: 10px;
}

.comments {
  padding: 30px 0px;
}
.comments .columns {
  width: 100%;
  height: 250px;
  margin: 20px 0px;
  padding: 30px;
  border-radius: 10px;
  background: #f3f3f9;
}
.comments .columns img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.comments .columns p {
  font-size: 20px;
}

.comment {
  margin: 0px 10px;
}
.comment:nth-child(1) {
  margin-left: 20px;
}
.comment input {
  border: none !important;
  background: #f3f3f9;
  box-shadow: none;
  outline: none;
}
.comment textarea {
  border: none !important;
  background: #f3f3f9;
  box-shadow: none;
  outline: none;
  margin: 20px 0px;
  min-height: 200px;
}

footer {
  padding: 30px 100px;
  background: #000051;
}
footer h1 {
  color: #fff !important;
}
footer h1::after {
  content: "";
  display: block;
  margin: 7px 0px;
  width: 70px;
  height: 3px;
  background: #9b0202;
}
footer div a, footer div p {
  color: #8e8e8f !important;
}
footer div a {
  animation: all ease-in 0.2sec i;
  animation-margin: 5px 10px;
}
footer div a:hover {
  color: #dcdce0 !important;
}
footer div:nth-child(3) img {
  width: 100rem;
  height: 150px;
}
footer div:nth-child(4) img {
  width: 55px;
  height: 40px;
  opacity: 0.6;
}
footer div:nth-child(4) img:hover {
  opacity: 1;
}
footer div:nth-child(4) span {
  display: inline-block;
  position: relative;
  top: -15px;
  font-size: 15px;
  color: #8e8e8f;
}

/*# sourceMappingURL=single_new.css.map */
