article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }

button {
  background: transparent;
  border: 1px solid black;
  transition: 0.1s; }
  button:hover {
    background: gold; }

.hidden {
  display: none; }

main {
  display: flex;
  justify-content: space-around; }

.mobileTitle {
  display: none; }
  .mobileTitle h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-style: italic;
    border-bottom: 2px solid gold;
    padding: 0 20px;
    margin: 40px 10px; }

aside {
  border: 2px solid black; }

.asideBlock {
  border: 1px solid black;
  background: white;
  padding: 10px;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; }
  .asideBlock h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0;
    font-size: 2.8rem;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 10px; }
  .asideBlock h3 {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .asideBlock h4 {
    font-family: 'Playfair Display', serif;
    padding: 10px 0 0 0; }
  .asideBlock h5 {
    margin: 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .asideBlock img {
    height: 70px;
    margin: 10px; }

.wall {
  border: 2px solid black;
  width: 70%; }
  .wall button {
    margin: 20px 10px;
    padding: 10px;
    font-style: italic;
    font-family: 'Playfair Display', serif; }

.wallTitle {
  font-family: 'Playfair Display', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  background: white; }
  .wallTitle h2 {
    padding: 20px;
    font-size: 2rem; }

.commentContainer {
  display: flex;
  justify-content: space-between;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  background: white; }
  .commentContainer h3 {
    font-style: italic;
    border-bottom: 2px solid gold; }
  .commentContainer p {
    font-size: 0.8rem; }

.commentTitle {
  display: flex;
  justify-content: center;
  width: 15%; }
  .commentTitle img {
    width: 80px;
    height: 80px; }

.commentContent {
  margin: 10px;
  width: 70%; }

.removeContainer {
  position: relative; }
  .removeContainer button {
    margin: 40px 45px;
    width: 70px; }

.removeCheck {
  display: none; }

.checkButtons {
  display: flex;
  justify-content: space-between; }
  .checkButtons button {
    width: 70px;
    margin: 40px 0 40px 10px; }

#cancelButton {
  box-shadow: 2px 2px gold, -2px -2px gold; }

#modalForm {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6); }

.formContainer {
  flex-direction: column;
  background-color: white;
  width: 50%;
  padding: 25px 50px;
  border: 2px solid black; }
  .formContainer h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    padding: 2px;
    border-bottom: 2px solid gold; }
  .formContainer button {
    margin: 10px 20px 10px 0;
    width: 80px;
    padding: 10px;
    font-style: italic;
    font-family: 'Playfair Display', serif; }

.entryBox {
  display: flex;
  flex-direction: column;
  padding: 10px 0; }
  .entryBox label {
    font-family: 'Playfair Display', serif;
    margin: 10px 0; }

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
  border-bottom: 5px solid black;
  font-family: 'Playfair Display', serif; }
  header h1 {
    font-size: 5rem;
    border-bottom: 3px solid gold; }
  header h3 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-style: italic; }

.logoContainer {
  display: flex;
  flex-direction: row;
  height: 250px;
  width: 250px;
  padding: 10px;
  margin: 0 20px;
  justify-content: space-between; }

@media (max-width: 960px) {
  header h1 {
    font-size: 3.4rem; }
  header h3 {
    font-size: 1.2rem; }
  .wallTitle h2 {
    font-size: 1.4rem; }
  .commentTitle img {
    height: 60px; } }

@media (max-width: 760px) {
  main {
    flex-direction: column; }
  aside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .asideBlock {
    width: 45%; }
  .wall {
    width: 100%; }
  .formContainer {
    width: 80%; }
    .formContainer input, .formContainer textarea {
      border: 1px solid black; } }

@media (max-width: 480px) {
  header {
    height: 100vh;
    flex-direction: column; }
    header h1 {
      font-size: 2.4rem; }
    header h3 {
      font-size: 0.9rem; }
  .title {
    padding: 10px; }
  .mobileTitle {
    display: block; }
  aside {
    height: 100vh;
    border: none;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: space-around; }
  .asideBlock {
    width: 40%; }
    .asideBlock h1 {
      font-size: 2rem; }
    .asideBlock h3 {
      font-size: 0.9rem; }
    .asideBlock h5 {
      font-size: 0.75rem; }
  .wall {
    border: none; }
  .wallTitle h2 {
    display: none; }
  .commentContainer {
    flex-direction: column; }
  .commentContent {
    width: 100%;
    margin: 0; }
  .commentTitle {
    display: none; }
  .removeContainer button {
    font-size: 0.9rem;
    margin: 0;
    padding: 2px;
    width: 60px; }
  .formContainer {
    width: 100%; }
    .formContainer input, .formContainer textarea {
      border: 1px solid black; } }
