body {
  font-family: "myriad pro", "myriad-pro-1","myriad-pro-2", arial, sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  border-top: 13px solid #db402b;
  padding: 0;
}

a.image img {
  border: none;
}

a {
  color: #D41031;
}

h1 {
  font-size: 28px;
}

div.menu {
  position: absolute;
  background: red;
  width: 182px;
  top: 102px;
  left: -106px;
  color: white;
  font-size: 16px;
}

div.menu a.home {
  display: block;
  text-decoration: none;
  color: white;
  padding: 16px;
}

div.menu a.home h2 {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}

div.menu a.home h2 + h2 {
  margin-top: 1em;
}

div.menu div.links a {
  display: block;
  padding: 4px 10px 4px 30px;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
}

div.menu a.current {
  background: red;
}

div.container {
  width: 807px;
  margin: 0 auto 30px auto;
  padding: 5px 0 5px 0;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}

div.container2 {
  width: 625px;
  margin: 0 auto 10px auto;
  padding: 5px 5px 5px 5px;
  position: relative;
  background-color: black;
}

.statue {
  width: 700px;
  margin: auto;
  padding-top: : 5px;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}

div.content {
  margin-left: 94px;
  margin-right: 94px;
  position: relative;
}

div.content1 {
  margin-left: 94px;
  margin-right: 94px;
  position: relative;
  text-align: center;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 15px;
}

table.schedule {
  border-collapse: collapse;
}

table.schedule th, table.schedule td {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 3px;
}

table.schedule th {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
}

table.schedule h3 {
  margin: 18px 0 2px 0;
  font-size: 18px;
}

.text {
  margin-left: 50px;
  margin-right: 50px;
}

.owl-carousel {
  margin-top: 20px;
}

.item {
  margin: auto;
  height: 225px;
  width: 225px;
  background: black;
  padding: 5px;
  align: middle;
}

h4 {
  text-align: center;
  font-size: 2rem;
  line-height: 400px;
  margin-top: 0;
  align: middle;
}
/**
 * Media Queries
 **/
@media screen and (min-width: 320px) {
  .page::before {
    content: "320px";
    font-family: Arial, sans-serif;
    color: green;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    margin: 5px;
    font-size: 2rem;
    z-index: 9999;
  }

}

@media screen and (min-width: 480px) {
  .page::before {
    content: "480px";
    color: maroon;
  }
}

@media screen and (min-width: 620px) {
  .page::before {
    content: "620px";
    color: orange;
  }
}

@media screen and (min-width: 810px) {
  .page::before {
    content: "810px";
    color: black;
  }
}

@media screen and (min-width: 1400px) {
  .page::before {
    content: "1400px";
    color: red;
  }
}
