html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------- GLOBAL  ------------------------------------ */

/* ---------------------------- HEADER  ------------------------------------ */

.top-bar {
    display: none;
}

.top-bar-logo {
    max-height: 100px;
    max-width: 170px;
}

.popup-menu {
  position: absolute;
  max-width: 15rem;
}

.top-bar-popup-menu {
  position: fixed;
  z-index: 102;
  top: 90px;
  left: 9.5vw;
  max-width: 15rem;
}

header {
    height: 500px;
    width: 100%;
    background-image: url('../assets/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-container {
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.4);
}

.header-bar {
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo-img {
    max-width: 300px;
    height: auto;
}

.header-text {
    padding-top: 200px;
    float: right;
}

.contact-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/* ---------------------------- SECTIONS  ---------------------------------- */

.ui.vertical.stripe {
    padding: 4em 0em;
  }
  .ui.vertical.stripe h3 {
    font-size: 2em;
  }
  .ui.vertical.stripe .button + h3,
  .ui.vertical.stripe p + h3 {
    margin-top: 3em;
  }
  .ui.vertical.stripe .floated.image {
    clear: both;
  }
  .ui.vertical.stripe p {
    font-size: 1.33em;
  }
  .ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
  }

.facility {
  text-align: center;
}

.facility p {
    padding-top: 10px;
}

#secondary-slider {
  margin-top: 30px;
}

.apt-facility {
  max-width: 100px;
  max-height: 100px;
}

/* ---------------------------- CITY MAP  ---------------------------------- */

.city-map {
  width: 100%;
}

.itinary {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.city-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.city-point {
  position: absolute;
  cursor: pointer;
}

.city-point-icon {
  color: red;
  text-shadow: 2px 2px black;
}

.city-point-description {
  position: absolute;
  width: 200px;
  left: -80px;
  display: none;
  z-index: 200;
}

/* ---------------------------- CONTACT  ---------------------------------- */

.google-maps-wrapper {
  width: 100%;
  max-height: 500px;
  margin-top: 20px;
}

.google-maps {
  border: 0;
  width: 100%;
  height: 500px;
}

/* ---------------------------- FOOTER  ------------------------------------ */

.footer-banner {
  text-align: center;
  font-size: 16px;
  color: rgb(90, 90, 90);
}

.google-maps-footer {
  border: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------- COUNTDOWN  ------------------------------------ */

.countdown-wrapper {
  background-color: #1b1c1d;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.countdown {
  text-align: center;
  width: 90%;
  max-width: 600px;
}

.countdown-logo {
  max-width: 300px;
  height: auto;
}

.countdown-number {
  font-size: 48px !important;
}

.countdown-img {
  padding: 10px 0 10px 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 650px) {
  .countdown-wrapper {
    padding: 10px;
  }
  .ui.grid>.row>.column {
    padding: 0 !important;
  }
  .times {
    padding: 1rem 0.4rem !important;
  }
}