body {
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
h1,
h2 {
  font-size: 20px;
  text-align: center;
}

.top {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
.top > p span {
  display: none;
}
/* #link-bar {
  left: 100px;
  top: 300px;
} */
.link-list {
  flex-direction: column;
  background: none;
}
#link-bar li {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 10px;
  margin: 5px;
  display: flex;
  justify-content: center;
}
#link-bar li:hover {
  background: rgba(0, 0, 0, 0.9);
}
#link-bar li a {
  align-self: center;
  color: white;
}
.row-1,
.row-2 {
  flex-direction: column;
}
.row-1 div,
.row-2 div {
  width: 100%;
  padding: 20px 20px;
}
.box {
  border-radius: 0;
}

.principal-inside {
  flex-direction: column;
}
.small {
  height: 100px;
  width: 100px;
}
.pr {
  height: 170px;
  width: 170px;
  align-self: center;
}
.principal {
  border-left: none;
  border-top: 2px solid var(--box-1);
  padding-left: 0;
}
.sidebar {
  display: none;
}
.society-box img {
  height: 150px;
}
.sb {
  flex-direction: column;
  margin-top: 20px;
  align-self: center;
}
.society-box {
  flex-direction: column;
}
.society-box {
  margin-bottom: 200px;
  margin-top: 100px;
}
.arrow {
  margin: 0;
  margin-left: 20px;
  margin-top: 50px;
  align-self: center;
}
.sb > div {
  padding-bottom: 0;
  padding-top: 10px;
}
.arrow {
  flex-direction: row;
  margin-bottom: 50px;
}
.para {
  margin: 20px 0;
}
.sb h1 {
  margin: 10px 0;
}
.contact-two {
  flex-direction: column;
  margin: 20px 30px;
}

.contact-one ul {
  display: none;
}
.contact-three {
  margin-top: 20px;
}
.right,
form {
  transform: translateX(0);
  animation: none;
}
/* .contact-one,
.contact-two,
.left,
.right,
form {
  flex: 1;
} */
#contact {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
}
#options {
  background: none;
}
.footer-2 {
  display: none;
}
.footer-1 {
  flex: 1;
}
.right > div {
  width: 100%;
  border-top: 2px #333 solid;
}
.contact-two {
  margin: 0 30px;
}

.contact-one h2 {
  margin: 20px;
}
