* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 17px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color: #444;
  overflow-x: hidden;
}
a {
  color: #0340a3;
}
a:hover {
  color: rgba(0, 43, 95, 0.9);
  text-decoration: none;
}
h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.text p {
  margin-bottom: 10px;
}
.text p:last-child {
  margin-bottom: 0;
}
.mainContainer {
  position: relative;
}
.divider {
  margin: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}
.divider__heartsWrapper {
  width: 150px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -75px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.divider__hearts {
  height: 20px;
  position: absolute;
  z-index: 0;
}
.notice {
  font-size: 1.3rem;
  text-align: center;
  margin: 1rem 0;
  width: 100%;
}
.textAlignLeft {
  text-align: left;
}
section {
  padding: 50px 0;
  text-align: center;
}
#generalInfo {
  padding-top: 80px;
}
.names {
  display: block;
  margin: 4rem auto;
  width: 95%;
}
p {
  margin: 0;
}
button {
  background: #002b5f;
  color: #fff;
  padding: 10px 30px;
  margin: 1rem auto;
  cursor: pointer;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  display: block;
  font-size: 1.1rem;
}
button:hover {
  background: #0340a3;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
button:not(:hover) {
  background: #002b5f;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
nav ul {
  list-style-type: none;
  margin-bottom: 0;
}
nav li {
  padding: 5px 0;
}
nav li:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
nav li:not(:hover) {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
nav a {
  color: #fff;
  font-size: 2rem;
}
nav a:hover {
  color: #fff;
}
#activeLink {
  color: #0340a3;
}
#start_screen {
  background: url(../img/navy_bg.png);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  z-index: 100000;
}
#start_screen p {
  position: relative;
  z-index: 1;
}
#start_screen .topInfo {
  font-size: 1.1rem;
  width: 65%;
  margin: 0 auto;
}
.leaves {
  position: absolute;
  width: 250px;
  z-index: 0;
}
#leaves_top {
  top: 0;
  right: 0;
}
#leaves_bottom {
  bottom: 0;
  left: 0;
}
.photoCollage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.photoCollage__photo {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 270px;
}
.photoCollage_photo1 {
  width: -webkit-calc(70% - 10px);
  width: calc(70% - 10px);
  margin-bottom: 10px;
}
.photoCollage_photo2 {
  width: 30%;
  margin-bottom: 10px;
}
.photoCollage_photo3 {
  width: -webkit-calc(35% - 10px);
  width: calc(35% - 10px);
}
.photoCollage_photo4 {
  width: 65%;
}
.photoCollage_big {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
}
.photoCollage_big .photoCollage__photo {
  height: 300px;
}
.photoCollage_big .photoCollage_photo1 {
  width: -webkit-calc(30% - 10px);
  width: calc(30% - 10px);
  margin-bottom: 10px;
}
.photoCollage_big .photoCollage_photo2 {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.photoCollage_big .photoCollage_photo3 {
  width: 20%;
  margin-bottom: 10px;
}
.photoCollage_big .photoCollage_photo4 {
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px);
}
.photoCollage_big .photoCollage_photo5 {
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
}
.photoCollage_big .photoCollage_photo6 {
  width: 35%;
}
.photoCollage_dress {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
}
.photoCollage_dress .photoCollage__photo {
  height: 300px;
}
.photoCollage_dress .photoCollage_photo1 {
  width: -webkit-calc(30% - 10px);
  width: calc(30% - 10px);
  margin-bottom: 10px;
}
.photoCollage_dress .photoCollage_photo2 {
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
  margin-bottom: 10px;
}
.photoCollage_dress .photoCollage_photo3 {
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
  margin-bottom: 10px;
}
.photoCollage_dress .photoCollage_photo4 {
  width: 20%;
}
.photoCollage_dress .photoCollage_photo5 {
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
}
.photoCollage_dress .photoCollage_photo6 {
  width: -webkit-calc(30% - 10px);
  width: calc(30% - 10px);
}
.photoCollage_dress .photoCollage_photo7 {
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px);
}
.photoCollage_dress .photoCollage_photo8 {
  width: 25%;
}
.timerPic {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timerWrapper {
  background: rgba(0, 43, 95, 0.9);
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.3rem;
}
.timerWrapper #countdownText_1,
.timerWrapper #countdownText_0,
.timerWrapper #countdownText_11 {
  display: none;
}
.timerWrapper .timer_number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}
.timerWrapper .timer_label {
  font-size: 1.2rem;
}
.timerdescription {
  margin-bottom: 1rem;
}
#faceControl ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.textMapContainer {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#map {
  width: 100%;
  position: relative;
  margin-top: 1rem;
  height: 270px;
}
.openGcard {
  background: rgba(0, 43, 95, 0.9);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10000;
  padding: 5px 10px;
}
.picBgAndText {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.picBg {
  width: 80%;
  height: 500px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.colorWrapper {
  width: 700px;
  background: rgba(0, 43, 95, 0.9);
  padding: 2.5rem;
  position: absolute;
  color: #fff;
  bottom: 2rem;
  right: 0;
}
.colorWrapper .places {
  margin-top: 10px;
}
.colorWrapper .places__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.colorWrapper .places__item:last-child {
  margin-bottom: 0;
}
.colorWrapper .places p {
  margin-top: 5px;
}
.colorWrapper .places p:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.colorWrapper .places p:not(:hover) {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.colorWrapper .places p {
  text-align: center;
  width: 100%;
}
.colorWrapper button {
  background: #0340a3;
  margin: 0;
  margin-top: 1rem;
}
.colorWrapper button:hover {
  background: #024cc5;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.colorWrapper button:not(:hover) {
  background: #0340a3;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.eventItem {
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 35%;
  line-height: 1.2;
}
.eventItem:last-child {
  margin-bottom: 0;
}
.eventItem img {
  width: 55px;
  margin-right: 1rem;
}
.eventItem__time {
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}
.eventItem__wrapper {
  margin-bottom: 2.5rem;
}
.eventItem__smallWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkInInfo {
  width: 70%;
  margin: 0 auto;
}
.dressColorsWrapper {
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dressColorsWrapper__item {
  margin-right: 1.5rem;
}
.dressColorsWrapper__item:last-child {
  margin-right: 0;
}
.dressColorsWrapper__item img {
  width: 130px;
}
footer {
  background: #0f1828;
  padding: 4rem 0 3rem;
  color: #fff;
  text-align: center;
  position: relative;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #007bff;
}
footer .divider {
  margin: 1rem auto;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  width: 50%;
}
footer .footerBottomLeaves {
  width: 500px;
  margin-top: 1rem;
  margin-bottom: -3rem;
}
.menu {
  position: absolute;
  background: rgba(0, 43, 95, 0.9);
  width: 50px;
  height: 50px;
  position: fixed;
  left: 10px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
.menu #menuIcon {
  width: 29.41176471px;
}
.menu #navWrapper {
  display: none;
}
.menu .close__icon {
  display: none;
}
.menu_big {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000000;
  cursor: auto;
  position: fixed;
  background: rgba(0, 43, 95, 0.9);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.menu_big #navWrapper {
  display: block;
}
.menu_big #menuIcon {
  display: none;
}
.menu_big .close__icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu_big #closeNav {
  width: 29.41176471px;
}
.toTop {
  background: rgba(0, 43, 95, 0.9);
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10000;
}
.toTop:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.toTop:not(:hover) {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.toTop img {
  width: 29.41176471px;
}
.anchor {
  display: block;
}
.smallNames {
  display: none;
}
/************ animate start ***************/
@media only screen and (min-width: 769px) {
  h2,
  .divider,
  .text {
    opacity: 0;
  }
  footer .divider {
    opacity: 1;
  }
  .photoCollage {
    opacity: 0;
  }
  #map {
    opacity: 0;
  }
  .eventItem__wrapper,
  #day_4__wrapper {
    opacity: 0;
  }
  .picBg,
  #attractions .colorWrapper {
    opacity: 0;
  }
  .text_1 {
    opacity: 0;
  }
  button {
    opacity: 0;
  }
}
/************ animate end ***************/
/*************** media queries start ***********/
@media only screen and (max-width: 1300px) {
  #start_screen .topInfo {
    width: 60%;
  }
  .names {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .leaves {
    width: 230px;
  }
  #start_screen .topInfo {
    width: 50%;
  }
  .eventItem {
    width: 40%;
  }
  footer .footerBottomLeaves {
    width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .leaves {
    width: 180px;
  }
  #start_screen {
    font-size: 1.1rem;
  }
  #start_screen .topInfo {
    font-size: 0.9rem;
  }
  section,
  #generalInfo {
    padding: 35px 0;
  }
  .divider {
    margin: 1.5rem 0;
  }
  .timerPic {
    height: 400px;
  }
  .menu {
    width: 40px;
    height: 40px;
  }
  .menu_big {
    width: 100%;
    height: 100%;
  }
  .toTop {
    width: 40px;
    height: 40px;
  }
  .menu #menuIcon,
  .menu_big #closeNav,
  .toTop img {
    width: 25px;
  }
  nav a {
    font-size: 1.5rem;
  }
  nav li {
    padding: 3px 0;
  }
  .notice {
    font-size: 1.2rem;
  }
  .photoCollage {
    margin-top: 15px;
  }
  .photoCollage__photo {
    height: 250px;
  }
  .eventItem {
    width: 50%;
  }
  .eventItem img {
    width: 45px;
  }
  .picBg {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .colorWrapper {
    width: 90%;
    position: relative;
    padding: 1.5rem;
    bottom: auto;
    right: auto;
  }
  .photoCollage_big .photoCollage__photo {
    height: 250px;
  }
  .photoCollage_big .photoCollage_photo2 {
    width: -webkit-calc(45% - 10px);
    width: calc(45% - 10px);
  }
  .photoCollage_big .photoCollage_photo3 {
    width: 25%;
  }
  footer .footerBottomLeaves {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .timerWrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .leaves {
    width: 100px;
  }
  .bigNames {
    display: none;
  }
  .smallNames {
    display: block;
  }
  .names {
    width: 90%;
  }
  .textAlignLeft {
    text-align: center;
  }
  #leaves_top {
    width: 170px;
  }
  section,
  #generalInfo {
    padding: 20px 0;
  }
  #start_screen {
    z-index: 10010;
  }
  #start_screen .topInfo {
    display: none;
  }
  h2 {
    font-size: 1.5rem;
  }
  .menu {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 10000;
    background: #002b5f;
  }
  .menu_big {
    width: 100%;
    z-index: 1000000000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anchor {
    padding-top: 40px;
  }
  #totopscroll {
    padding: 0;
  }
  nav a {
    font-size: 1.3rem;
  }
  .menu__icon {
    margin-left: 10px;
  }
  .timerPic {
    height: 300px;
  }
  #countdownText {
    line-height: 1.1;
    font-size: 1.1rem;
  }
  .timerWrapper .timer_number {
    font-size: 4rem;
  }
  .photoCollage__photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .photoCollage__photo:last-child {
    margin-bottom: 0;
  }
  .eventItem {
    width: 50%;
  }
  .eventItem__wrapper {
    margin-bottom: 2rem;
  }
  #checkInDivider {
    margin-bottom: 0;
  }
  .picBg {
    height: auto;
    padding: 1rem 0;
  }
  .colorWrapper {
    text-align: center;
  }
  .colorWrapper .places__item {
    display: block;
    margin-bottom: 0;
  }
  .colorWrapper .places__item p {
    margin-bottom: 5px;
  }
  #faceControl ul {
    text-align: left;
  }
  #faceControl .photoCollage {
    margin-bottom: 1rem;
  }
  .dressColorsWrapper {
    margin: 1rem auto;
    width: 80%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dressColorsWrapper__item {
    margin: 1rem 0;
  }
  .dressColorsWrapper__item img {
    width: 100px;
  }
  .photoCollage_big .photoCollage__photo,
  .photoCollage_dress .photoCollage__photo {
    width: 100%;
    height: 450px;
  }
  #photos {
    padding-bottom: 50px;
  }
  .toTop {
    width: 100%;
    left: 0;
    bottom: 0;
    background: #002b5f;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #start_screen {
    font-size: 0.9rem;
  }
  .topInfo {
    display: none;
  }
  .leaves {
    width: 120px;
  }
  .names {
    margin: 1.5rem auto;
  }
  h2 {
    font-size: 1.5rem;
  }
  .timerPic {
    height: 300px;
  }
  .timerWrapper {
    font-size: 1.1rem;
  }
  .timerWrapper .timer_number {
    font-size: 4rem;
  }
  .textAlignLeft {
    text-align: center;
  }
  .eventItem {
    width: 35%;
  }
  .dressColorsWrapper__item img {
    width: 100px;
  }
  .notice {
    font-size: 1.1rem;
  }
  footer {
    z-index: 1001;
  }
  nav a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
  html {
    font-size: 13px;
  }
}
/*************** media queries end ***********/
