
body {
  background-color: #111;
  background-image: url('/img/2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  margin: 0;
}

.wrap {
  width: 100%;
  height: 100%;
  background-color: #00000080;
  padding: 50px 0;
}

.logo {
    width: 100%;
    background-color: #111;
    text-align: center;
}

.logo img {
  height: 180px;
  width: auto;
  max-width: 100%;
}

#map {
 height: 400px;
 width: 100%;
}

.content-wrap {
  width: 80%;
  margin: 0px auto;
}
section {
    background-color: #000000c7;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    color: #ddd;
}

section:last-child {
    margin: 0px auto;
}

section h3 {
  text-align: left;
  font-size: 2em;
}

section ol {
  text-align: left;
  width: 60%;
  margin: 0px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}

.column {
  flex: 18%;
  max-width: 18%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  max-width: 200px;
}

ul li {
  list-style: none;
}


@media screen and (max-width: 750px) {
  section iframe {
    max-width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .column {
    flex: 1 1 18%;
    max-width: none;
  }
}



.flip-clock-divider .flip-clock-label {
color: #fff !important;
font-size: 15px;
}



.clock{
    display: inline-block;
    width: auto !important;
}
.clock-wrapper {
    text-align: center;
}

.date{
  text-align: center !important;
}