/* line 4, ../scss/cinemawedding.scss */
.footer-head {
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
}

/* line 10, ../scss/cinemawedding.scss */
.first-ul > .drop-link {
  font-size: 10px;
}

/* line 18, ../scss/cinemawedding.scss */
.dropdown {
  display: none;
  position: absolute;
  z-index: 3000;
  background-color: white;
  width: 150px;
  height: 100px;
}

/* line 30, ../scss/cinemawedding.scss */
.drop:hover > .dropdown {
  display: block;
}

/* line 35, ../scss/cinemawedding.scss */
.group1 img {
  max-width: 100%;
}

/* line 41, ../scss/cinemawedding.scss */
.pic-button:hover {
  background-color: white;
  color: black;
}

/* line 46, ../scss/cinemawedding.scss */
.col1:hover {
  opacity: 0.8;
}

/* line 51, ../scss/cinemawedding.scss */
.pic-button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-size: 20px;
}

/* line 59, ../scss/cinemawedding.scss */
.section2 {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 66, ../scss/cinemawedding.scss */
.col2 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
  text-align: center;
}
/* line 72, ../scss/cinemawedding.scss */
.col2 img {
  width: 25%;
  text-align: center;
}
/* line 76, ../scss/cinemawedding.scss */
.col2 p {
  text-align: left;
}

/* line 80, ../scss/cinemawedding.scss */
.col2:first-child {
  margin-left: 0;
}

/*  GROUPING  */
/* line 83, ../scss/cinemawedding.scss */
.group2:before,
.group2:after {
  content: "";
  display: table;
}

/* line 85, ../scss/cinemawedding.scss */
.group2:after {
  clear: both;
}

/* line 86, ../scss/cinemawedding.scss */
.group2 {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF THREE  */
/* line 88, ../scss/cinemawedding.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 89, ../scss/cinemawedding.scss */
.span_2_of_3 {
  width: 66.13%;
}

/* line 90, ../scss/cinemawedding.scss */
.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 94, ../scss/cinemawedding.scss */
  .col2 {
    margin: 1% 0 1% 0%;
  }

  /* line 95, ../scss/cinemawedding.scss */
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }
}
/* line 99, ../scss/cinemawedding.scss */
p {
  font-family: 'Open Sans', sans-serif;
}

/* line 104, ../scss/cinemawedding.scss */
h1 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/*  SECTIONS  */
/* line 116, ../scss/cinemawedding.scss */
.section1 {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 123, ../scss/cinemawedding.scss */
.col1 {
  display: block;
  float: left;
  margin: 1% 0 1% 0%;
  position: relative;
}

/* line 129, ../scss/cinemawedding.scss */
.col1:first-child {
  margin-left: 0;
}

/*  GROUPING  */
/* line 132, ../scss/cinemawedding.scss */
.group1:before,
.group1:after {
  content: "";
  display: table;
}

/* line 134, ../scss/cinemawedding.scss */
.group1:after {
  clear: both;
}

/* line 135, ../scss/cinemawedding.scss */
.group1 {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWO  */
/* line 137, ../scss/cinemawedding.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 140, ../scss/cinemawedding.scss */
.span_1_of_2 {
  width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 147, ../scss/cinemawedding.scss */
  .col1 {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 153, ../scss/cinemawedding.scss */
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
}
/* line 170, ../scss/cinemawedding.scss */
.my-nav {
  height: 100px;
}

/* line 174, ../scss/cinemawedding.scss */
.logospecial {
  width: 35%;
  max-width: 250px;
  max-height: 100px;
  margin: 20px;
}

/* line 182, ../scss/cinemawedding.scss */
.first-ul {
  display: none;
}

/* line 186, ../scss/cinemawedding.scss */
.second-ul {
  width: 50%;
  z-index: 2;
  position: absolute;
  margin-left: 100px;
  background-color: white;
  margin-top: 0px;
  border-top: 2px solid red;
  height: 0px;
  padding: 0px;
  display: none;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 205, ../scss/cinemawedding.scss */
.second-ul li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 211, ../scss/cinemawedding.scss */
.second-ul a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

/* line 220, ../scss/cinemawedding.scss */
.second-ul.open {
  height: 150px;
  display: block;
}

/* line 226, ../scss/cinemawedding.scss */
.mobile-menu {
  display: block;
  width: 30px;
  height: 50px;
  float: right;
  cursor: pointer;
  margin: 20px;
}

/* line 235, ../scss/cinemawedding.scss */
.my-form input {
  width: 100%;
  border: 1px solid red;
  margin-bottom: 10px;
}

/* line 241, ../scss/cinemawedding.scss */
.left-foot {
  width: 80%;
  margin: 0 auto;
}

/* line 246, ../scss/cinemawedding.scss */
.row9 > .socialbox img {
  width: 20%;
}

/* line 250, ../scss/cinemawedding.scss */
.right-foot {
  width: 80%;
  float: none;
  margin: 0 auto;
}
/* line 254, ../scss/cinemawedding.scss */
.right-foot img {
  width: 20%;
  float: left;
  margin-right: 20px;
  height: 40px;
}
/* line 261, ../scss/cinemawedding.scss */
.right-foot p {
  float: right;
  width: 70%;
  font-size: 14px;
}
/* line 267, ../scss/cinemawedding.scss */
.right-foot div {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 272, ../scss/cinemawedding.scss */
footer {
  background-color: #e4e5e6;
  padding-bottom: 20px;
}
/* line 275, ../scss/cinemawedding.scss */
footer h1 {
  text-align: center;
}

/* line 280, ../scss/cinemawedding.scss */
.row4 img, .row5 img, .row6 img, .row7 img, .row8 img {
  width: 100%;
}

/* line 284, ../scss/cinemawedding.scss */
.right-foot > .socialbox {
  margin-top: 20px;
}
/* line 286, ../scss/cinemawedding.scss */
.right-foot > .socialbox img {
  width: 15%;
  margin-right: 5%;
}

/* line 291, ../scss/cinemawedding.scss */
body, html {
  margin: 0;
  padding: 0;
}

/* line 295, ../scss/cinemawedding.scss */
.greyme {
  background-color: #e4e5e6;
}

/* line 298, ../scss/cinemawedding.scss */
.inside-pic {
  position: absolute;
  z-index: 1000;
  text-align: center;
  margin-top: 50px;
  margin-left: 20px;
  top: 0;
}
/* line 305, ../scss/cinemawedding.scss */
.inside-pic h1 {
  color: black;
  text-align: center;
  background-color: white;
}
/* line 310, ../scss/cinemawedding.scss */
.inside-pic p {
  color: black;
  background-color: white;
  font-size: 20px;
}

/* line 317, ../scss/cinemawedding.scss */
.inside-pic2 {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  right: 0;
  margin-top: 50px;
  margin-right: 100px;
}
/* line 327, ../scss/cinemawedding.scss */
.inside-pic2 h1 {
  color: black;
  text-align: center;
  background-color: white;
}
/* line 332, ../scss/cinemawedding.scss */
.inside-pic2 p {
  color: black;
  background-color: white;
}

/* line 337, ../scss/cinemawedding.scss */
.row1 {
  width: 80%;
  padding: 1em;
  margin: 0 auto;
}
/* line 341, ../scss/cinemawedding.scss */
.row1 img {
  width: 100%;
}

/* line 345, ../scss/cinemawedding.scss */
#myvideo {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100px;
  width: auto;
  height: auto;
  margin-top: 250px;
  border-bottom: 1px solid red;
}

/* line 357, ../scss/cinemawedding.scss */
.text-box {
  z-index: 2;
  position: absolute;
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.5;
  margin-top: 250px;
  text-align: center;
}
/* line 369, ../scss/cinemawedding.scss */
.text-box p {
  color: red;
}
/* line 372, ../scss/cinemawedding.scss */
.text-box h1 {
  color: red;
  text-align: center;
  font-size: 3em;
  margin: 21px auto;
}

/* line 379, ../scss/cinemawedding.scss */
.my-container {
  max-height: 500px;
  overflow: hidden;
  border-bottom: 2px solid red;
}

/* line 389, ../scss/cinemawedding.scss */
.my-nav ul.open {
  height: auto;
  display: block;
}

/*  SECTIONS  */
/* line 397, ../scss/cinemawedding.scss */
.section {
  clear: both;
}

/*  COLUMN SETUP  */
/* line 402, ../scss/cinemawedding.scss */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

/* line 407, ../scss/cinemawedding.scss */
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
/* line 409, ../scss/cinemawedding.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 411, ../scss/cinemawedding.scss */
.group:after {
  clear: both;
}

/* line 412, ../scss/cinemawedding.scss */
.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWO  */
/* line 414, ../scss/cinemawedding.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 417, ../scss/cinemawedding.scss */
.span_1_of_2 {
  width: 49.2%;
}

/* line 420, ../scss/cinemawedding.scss */
.img1 {
  position: relative;
}
/* line 422, ../scss/cinemawedding.scss */
.img1 img {
  min-height: 250px;
  width: 100%;
}

/* line 427, ../scss/cinemawedding.scss */
.img2 {
  margin-top: -5px;
}
/* line 429, ../scss/cinemawedding.scss */
.img2 img {
  min-height: 250px;
  width: 100%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 436, ../scss/cinemawedding.scss */
  .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 441, ../scss/cinemawedding.scss */
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  /* line 446, ../scss/cinemawedding.scss */
  .section2 {
    width: 80%;
    margin: 0 auto;
    padding: 1em;
  }

  /* line 453, ../scss/cinemawedding.scss */
  .overlay1 {
    display: none;
    position: absolute;
    z-index: 3000;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: black;
  }

  /* line 464, ../scss/cinemawedding.scss */
  .img1:hover > .overlay1 {
    display: block;
  }

  /* line 468, ../scss/cinemawedding.scss */
  .row9 {
    width: 80%;
    padding: 1em;
    margin: 0 auto;
  }

  /* line 473, ../scss/cinemawedding.scss */
  .row4, .row5, .row6, .row7, .row8 {
    width: 80%;
    padding: 1em;
    margin: 0 auto;
  }
  /* line 478, ../scss/cinemawedding.scss */
  .row4 h1, .row5 h1, .row6 h1, .row7 h1, .row8 h1 {
    text-align: center;
  }
  /* line 482, ../scss/cinemawedding.scss */
  .row4 p, .row5 p, .row6 p, .row7 p, .row8 p {
    width: 80%;
    padding: 1em;
    margin: 0 auto;
  }
  /* line 487, ../scss/cinemawedding.scss */
  .row4 img, .row5 img, .row6 img, .row7 img, .row8 img {
    width: 100%;
  }

  /* line 491, ../scss/cinemawedding.scss */
  .wed-section1, .wed-section2 {
    width: 80%;
    padding: 1em;
    margin: 0 auto;
  }
  /* line 495, ../scss/cinemawedding.scss */
  .wed-section1 h1, .wed-section2 h1 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
  }

  /* line 501, ../scss/cinemawedding.scss */
  .my-form input {
    width: 100%;
    border: 1px solid red;
    margin-bottom: 10px;
  }

  /* line 507, ../scss/cinemawedding.scss */
  .left-foot {
    width: 70%;
    float: left;
  }

  /* line 511, ../scss/cinemawedding.scss */
  .right-foot {
    width: 20%;
    float: right;
  }
  /* line 514, ../scss/cinemawedding.scss */
  .right-foot img {
    width: 20%;
    float: left;
    margin-right: 20px;
  }
  /* line 519, ../scss/cinemawedding.scss */
  .right-foot p {
    float: right;
    width: 70%;
    font-size: 14px;
  }
  /* line 525, ../scss/cinemawedding.scss */
  .right-foot div {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (min-width: 800px) {
  /* line 536, ../scss/cinemawedding.scss */
  .inside-pic {
    position: absolute;
    z-index: 1000;
    text-align: center;
    margin-top: 150px;
    margin-left: 20px;
  }
  /* line 542, ../scss/cinemawedding.scss */
  .inside-pic h1 {
    color: black;
    text-align: center;
    background-color: white;
  }
  /* line 547, ../scss/cinemawedding.scss */
  .inside-pic p {
    color: black;
    background-color: white;
    font-size: 20px;
  }

  /* line 554, ../scss/cinemawedding.scss */
  .inside-pic2 {
    position: absolute;
    z-index: 2;
    text-align: center;
    right: 0;
    margin-top: 150px;
    margin-right: 100px;
  }
  /* line 563, ../scss/cinemawedding.scss */
  .inside-pic2 h1 {
    color: black;
    text-align: center;
    background-color: white;
  }
  /* line 568, ../scss/cinemawedding.scss */
  .inside-pic2 p {
    color: black;
    background-color: white;
  }

  /* line 578, ../scss/cinemawedding.scss */
  .first-ul {
    display: block;
    float: right;
    margin-right: 150px;
  }
  /* line 584, ../scss/cinemawedding.scss */
  .first-ul li {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    list-style-type: none;
  }
  /* line 590, ../scss/cinemawedding.scss */
  .first-ul a {
    font-size: 24px;
    text-decoration: none;
    color: black;
  }
  /* line 595, ../scss/cinemawedding.scss */
  .first-ul .drop-link {
    font-size: 18px;
    position: absolute;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 607, ../scss/cinemawedding.scss */
  .text-box {
    z-index: 2;
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    opacity: 0.5;
    margin-top: 250px;
    text-align: center;
  }
  /* line 619, ../scss/cinemawedding.scss */
  .text-box p {
    color: red;
  }
  /* line 622, ../scss/cinemawedding.scss */
  .text-box h1 {
    color: red;
    text-align: center;
    font-size: 5em;
    margin: 21px auto;
  }

  /* line 635, ../scss/cinemawedding.scss */
  .headingbox {
    width: 80%;
    margin: 0 auto;
    padding: 1em;
  }
  /* line 640, ../scss/cinemawedding.scss */
  .headingbox h1 {
    text-align: center;
  }

  /* line 647, ../scss/cinemawedding.scss */
  .mobile-menu {
    display: none;
  }

  /* line 650, ../scss/cinemawedding.scss */
  .left-foot {
    width: 70%;
    float: left;
  }

  /* line 654, ../scss/cinemawedding.scss */
  .right-foot {
    width: 20%;
    float: right;
  }
  /* line 657, ../scss/cinemawedding.scss */
  .right-foot img {
    width: 20%;
    float: left;
    margin-right: 20px;
  }
  /* line 662, ../scss/cinemawedding.scss */
  .right-foot p {
    float: right;
    width: 70%;
    font-size: 14px;
  }
  /* line 668, ../scss/cinemawedding.scss */
  .right-foot div {
    display: inline-block;
    margin-bottom: 10px;
  }
}
