* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial Bold, sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #010101;
}

p, a {
  text-decoration: none;
  color: #010101;
}

a:visited, a:hover {
  text-decoration: none;
  color: #010101;
}

#message-board {
  margin-top: 15em;
}

textarea, input {
  border: none;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow-y: hidden;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.02rem;
  color: #010101;
}

textarea:focus {
  outline: none;
  color: #010101;
}

input:focus {
  outline: none;
  color: #010101;
}

button {
  background: none;
  border: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  line-height: 13px;
  letter-spacing: -0.02rem;
  color: #a9a9a9;
}

button:hover {
  color: #909090;
}

#edit-Button, #successMessage {
  color: #a9a9a9;
}

#message-info {
  color: #a9a9a9;
}

#message-board:hover #edit-button {
  opacity: 1;
}

#edit-button {
  opacity: 0;
}

.success-message {
  color: #a9a9a9;
}

.hidden {
  display: none;
}

.col {
  float: left;
  padding: 10px;
}

.info {
  width: 45%;
  display: block;
}
.info .ls {
  position: fixed;
  width: inherit;
}

.grey {
  color: #a9a9a9;
}

.content {
  width: 55%;
}
.content .pr {
  padding-bottom: 450px;
}
.content .last {
  padding-bottom: 0;
}
.content img, .content video, .content .right {
  float: left;
  width: 94%;
}
.content .text_and_img {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}
.content .text_and_img .grey {
  color: #a9a9a9;
}
.content .num {
  float: left;
  width: 6%;
  min-width: 55px;
}

.row {
  display: flex;
  width: 100%;
}

#bg-video {
  width: 50%;
  height: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(25px);
}

@media only screen and (max-width: 790px) {
  body {
    margin: 10px;
    font-size: 13px !important;
    letter-spacing: -0.01rem;
  }
  #message, #editButton, #saveButton, #successMessage {
    font-size: 13px;
  }
  .row {
    display: block;
    padding: 0;
  }
  .row .ls {
    position: relative;
  }
  .row .msg {
    margin-top: 10em;
  }
  .col {
    padding: 0;
    width: 100%;
  }
  .info {
    padding: 0;
  }
  .info #i {
    position: relative;
  }
  .content {
    width: 100%;
    padding: 0;
    margin-top: 250px;
  }
  .content img, .content video, .content .right {
    float: left;
    width: 85%;
  }
  .content .num {
    float: left;
    width: 15%;
  }
  .content .pr {
    padding-bottom: 350px;
  }
  .content .last {
    padding-bottom: 0;
  }
  .content .text_and_img #scrolling-text {
    width: 100%;
  }
  .content .text_and_img #tt {
    display: none;
  }
  #bg-video {
    width: 75%;
    height: 75%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(20px);
  }
  img, video {
    filter: none;
  }
}/*# sourceMappingURL=main.css.map */