body {
  background-color: #f5f5f5;
}
.page-section {
overflow-x: hidden;
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.middle {
  height: 840px;
  background-image: url("../img/FCC_main_header_1920x840_r1-2.jpg");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ContainLG {
  width: 90%;
  margin: auto;
}
button {
padding: 15px 15px;
transition: 0.3s;
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 1.1rem;
color: #fff;
width: 100%;
border: 3px solid #00095B;
background-color: #00095B;
text-transform: uppercase;
margin-bottom: 20px;
}
.bottom {
    Background-color: #00095B;
    width: 100%;
    padding: 10px;
    /*border-top: 3px solid #000;*/
    margin-bottom: 0;

    overflow-x: hidden;
}
.bottom p {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px !important;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}
a {
    text-decoration: none;
}
.Contain {
width: 55%;
/*background-image: url("../img/content-background.jpg");*/
background-color: #d3d3d3;
margin: auto;
margin-top:45px;
border: 2px solid #00095B;
padding: 45px;
}
.Buttons {
width: 90%;
margin: auto;
padding-top: 80px;
background-color: #f5f5f5;
}
.line {
border-top: 3px solid #00095B;
}
.About {
width: 100%;
padding-top: 15px;
}
.ChatRep {
width: 90%;
margin: auto;
padding-top: 45px;
padding-bottom: 45px;
}
.FAQ {
width: 90%;
margin: auto;
padding-top: 45px;
padding-bottom: 45px;
}
.FAQs {
margin-top: 15px;
width: 80%;
}
.MainText p {
font-family: "Open Sans", sans-serif;
font-size: 1.7rem;
font-weight: 300;
text-align: center;
color: #000;
}
.SubText p, ul {
font-family: "Open Sans", sans-serif;
font-size: 1.3rem;
font-weight: 300;
color: #000;
}
.ChatText p {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: #fff;
}
.CallMail {
width:60%;
margin: auto;
margin-top: 45px;
}
.SeatMap {
width: 75%;
margin: auto;
margin-top: 65px;
}
.FAQHead {
  background-color: #00095B;
  color: #000000;
  padding-top: 5px;
}
.FormText p {
font-family: "Open Sans", sans-serif;
font-size: 1.4rem;
font-weight: 300;
color: #000;
text-align: center;
}
.Lists ul {
font-family: "Open Sans", sans-serif;
font-size: 1.3rem;
font-weight: 300;
color: #000;
}

h2 {
color: #00095B;
font-family: "Open Sans", sans-serif;
font-weight: 700;
}
h3 {
color: #00095B;
font-family: "Open Sans", sans-serif;
font-weight: 700;
}
hr {
border: 1px solid #00095B;
margin-top: 45px;
opacity: 1;
}
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0%;
  top: 75%;
  width: 100%;
  height: 30%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 2px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 768px) {
  .Contain {
  width: 100%;
  }
  .CallMail {
  width:100%;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0%;
    top: 85%;
    width: 100%;
    height: 24%;
    overflow: auto;
    background-color: black;
  }
}

@media only screen and (max-width: 576px) {
  .middle {
    height: 325px;
  }
  .Contain {
  width: 100%;
  }
  .CallMail {
  width:100%;
  }
  .SeatMap {
  width: 100%;
  }
  .FAQs {
  width: 100%;
  }
  .reveal{
    position: relative;
    transform: none;
    opacity: 1;
    transition: 1s all ease;
  }
  .modal {
    display: none!important;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0%;
    top: 38%;
    width: 100%;
    height: 65%;
    overflow: auto;
    background-color: black;
  }
}
