@charset "utf-8";

/* CSS Document */
body, html {
  height: 100%;
}

body {
  color: #c5bbec;
  background-color: #0e0315;
  line-height:1.6;

}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  text-transform: uppercase;
  font-weight:700;
  text-shadow: 1px 1px 5px #060109, 0 0 25px #7033ac;
}

a {
  font-weight: 500;
  color: #d2aa2f;

}

a:hover, a:focus {
  color: #239e33;
}

.main a, footer a, .about a {
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}



strong {
  color: #fff;
  font-weight: 600;
}

.green {color:#239e33;}
.gold {color:#d2aa2f;}
.purple {color:#7033ac;}

.btn {
  padding: 12px 18px;
  background-color: #239e33;
  border: transparent;
  text-transform: uppercase;
	font-size:14px;
}

a.btn {
  text-decoration: none;
}


.navbar-brand {
  padding: 18px 15px;
}

.navbar-brand img {
  max-height: 35px;
  margin: 0;
  padding: 0;
}

.mp-nav {
  background-color: #0e0315;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.mp-nav>li>a {
  font-weight: 600;
}

.hero {
  position: relative;
  padding: 96px 16px 96px;
  text-align: center;
  background-color: #060109;
  background-image: linear-gradient(rgba(0, 0, 0, .50), rgba(0, 0, 0, .50)), url(../images/MaskCouple.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.page {
  position: relative;
  padding: 64px 0;
  background-color: rgba(5, 5, 11, 1);
  background: linear-gradient(rgba(0, 0, 0, .50), rgba(0, 0, 0, .50)), url(../images/MaskCouple.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  text-transfrom: uppercase;
  background-attachment: scroll;
}

.page h2 {
  margin: 0;
}

.hero h2 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
}

.hero h2 span {
  font-size: 84px;
  display: block;
  color: #d2aa2f;
}

.hero .date {
  margin-bottom: 10px;
  margin-top: 0;
}

.hero .tagline {
  margin-top: 10px;
}

.hero .tagline, .hero .date {
  color: #fff;
}

.hero h3.tagline span, .hero h3.date span {
  color: #c5bbec;
}

.hero .logo {
	width:100%;
	max-width:850px;
	height:auto;
	margin: 0 auto;
}

/* Toggle Button */
.mp-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}

.mp-nav .navbar-toggle {
  border-color: #7033ac;
  background-color: rgba(0, 0, 0, 0);
}

.mp-nav .navbar-toggle:focus,
.mp-nav .navbar-toggle:hover {
  background-color: #7033ac;
}

.mp-nav .navbar-toggle:hover .icon-bar,
.mp-nav .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.mp-nav .navbar-nav>li.current-menu-item>a:link,
.mp-nav .navbar-nav>li.current-menu-item>a:visited {
  color: #239e33;
  font-weight: 600;
}

/* Main Content */
.main {
  padding: 64px 12px;

}

.main h1 {
  margin-top: 0;
  text-align: center;
  color: #fff;
}

.main h2, .main h3, .main h4 {
  margin-top: 32px;
}

.main p.first {
  font-size: 24px;
  font-weight: 600;
  margin: 32px auto 24px;
  text-transform: none;
  color: #fff;
  font-style: italic;
  line-height:1.2;
}

.sideImage {
  width:100%;
  height:auto;
  max-width:480px;
}

/* Timer */
.timer {
  background-color: #000;
  padding: 64px 16px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/mask.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-shadow: 1px 2px 5px #060109;
}

.timer h2 {
  margin-top: 0px;
}

.timer #clock {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.timer #clock span {
  font-size: 36px;
  color: #c5bbec;
}

.timer #clock span.message {
  color: #c5bbec;
}

/* About */
.about {
  padding: 64px 24px 32px;
}

.about h2 {
  margin-top: 0;
}

/* Show Highlights */
.highlights {
  padding: 32px 0 0;
}

.highlights .highlight {
  margin-bottom: 64px;
}

.highlights .highlight h4 {
  font-size: 28px;
  text-transform: uppercase;
}

.highlights .highlight img, .circle-img {
  border-radius: 50%;
  border-top: 6px #7033ac solid;
  border-bottom: 6px #7033ac solid;
  border-right: 6px #d2aa2f solid;
  border-left: 6px #239e33 solid;
  /*border: 6px solid #7033ac;*/
  width: 100%;
  max-width: 480px;
  margin: 0 auto 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
  /*transform:scale(1);
  transition:ease .3s;*/
}

.borderGold {border-color:#d2aa2f !important;}
.borderGreen {border-color:#239e33 !important;}

/*.highlights .highlight a:hover img {transform:scale(.9);}*/

/* Circle Images */
.circle-img { margin: auto;}

/* Contact */
.contact {
  background-color: ##0e0315;
  padding: 64px 12px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/colourful-masks.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.contact {
  text-transform: uppercase;
}

.contact h2, .contact h3 {
  margin: 0 0 16px;
}

.contact h3 {
  font-size: 36px
}

.contact h2 {
  color: #fff;
  font-size: 48px;
}

.plusHST {
  font-size:12px;
}
/* Footer Styles */
footer {
  text-align: center;
  font-size: 16px;
  padding: 32px 12px;
}

footer p {
  margin-bottom: 0;
}

/* Footer Links */
.footer-links ul:before, .footer-links ul:after {
  content: "";
  display: table;
}

.footer-links ul:after {
  clear: both;
}

.footer-links ul {
  *zoom: 1;
  text-align: center;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  display: inline;
  padding-left: 0;
  margin-left: -4px
}

.footer-links ul li a {
  padding: 0 12px 0;
  border-right: thin solid #c5bbec;
  margin-left: 0;
}

.footer-links ul li:first-child a {
  padding-left: 0;
}

.footer-links ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/* Footer Navigation */
.footer-navigation ul:before, .footer-navigation ul:after {
  content: "";
  display: table;
}

.footer-navigation ul:after {
  clear: both;
}

.footer-navigation ul {
  *zoom: 1;
  text-align: center;
}

.footer-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 32px;
}

.footer-navigation ul li {
  display: inline;
  padding-left: 0;
  margin-left: -4px
}

.footer-navigation ul li a {
  padding: 0 12px 0;
  margin-left: 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
  font-weight:600;
}

.footer-navigation ul li a:hover {
	color:#c5bbec;
}

.footer-navigation ul li:first-child a {
  padding-left: 0;
}

.footer-navigation ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/* Age Warning */
.warning {
  font-style: italic;
  margin: 0 0 32px;
  color: #fff;
}

.warning i {
  color: #ffc107;
}

/* Sponsor Logos */
.logos {
  margin: 0 0 32px;
}

.logos a:link {
  opacity: 0.85;
}

.logos a:hover, .logos a:focus {
  opacity: 1;
}

/* Social Media Icon List */
.social-nav {
  list-style: none;
  margin: 0 0 32px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: #c5bbec;
}

.social-nav li {
  margin: 0 12px;
  padding-right: 0;
  display: inline-block;
}

.social-nav .fa {
  font-size: 3rem;
}

.social-nav a {
  padding: 6px;
  color: #c5bbec;
}

.social-nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 25px #7033ac;
}

hr {
  margin: 16px auto;
  border: solid 1px #7033ac;
  width: 100px;
}


@media (max-width:991px) {
  .hero {
    text-align: center;
    padding: 64px 0;
  }

  .hero h2 {
    font-size: 36px;
  }

  .hero h2 span {
    font-size: 48px;
  }

  .hero h3.tagline, .hero h3.date {
    font-size: 24px;
  }

  .circle-img {
    margin-top: 32px;
  }

	.button-margin {margin-bottom:32px;}

  .timer #clock {
    font-size: 36px;
  }

  .timer #clock span {
    font-size: 30px;
  }

  .nav > li > a {padding-right:10px;}
}

@media (max-width:767px) {
  h2 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 36px
  }

  .page h2 {
    font-size: 36px
  }

  .page {
    padding: 48px 0;
    background-position: center center;
    background-attachment: scroll;
  }

  .timer #clock {
    font-size: 30px;
  }

  .timer #clock span {
    font-size: 24px;
  }

  .footer-navigation ul {
    margin-bottom: 22px;
  }
  .footer-navigation ul li {
    display: block;
    margin-bottom:10px;
  }
  .footer-navigation ul li a {
    padding: 0;
    font-size:14px;
  }
  .mp-nav {font-size:16px; font-weight:600; text-align:center;}
  .nav>li>a {padding-right:15px;}
}

@media (max-width:600px) {
  .hero {
    background-position: top center;
    padding: 50px 0;
  }

  .hero h2 {
    font-size: 28px;
  }

  .page h2 {
    font-size: 24px
  }

  p {
    font-size: 16px;
  }

  .contact h2 {
    font-size: 28px;
  }

  .timer p {
    font-size: 32px;
  }

  .hero h2 span {
    font-size: 36px;
  }

  .hero h3.date {
    font-size: 18px;
  }

  .hero h3.tagline {
    font-size: 18px;
  }

  .contact h2 {
    font-size: 32px;
  }

  .contact h3 {
    font-size: 28px;
  }

  footer {
    font-size: 14px;
  }

  .main {
    padding: 48px 12px;
  }

  .main h1 {
    font-size: 32px;
  }

  .about {
    padding: 32px 18px 24px;
  }

  .highlights .highlight {
    margin-bottom: 32px;
  }

  .highlights .highlight h4 {
    font-size: 24px;
  }

  .contact {
    padding: 32px 24px;
  }

  .highlights .highlight img {
    max-width: 360px;
  }

  .timer #clock {
    font-size: 16px;
  }

  .timer #clock span {
    font-size: 16px;
  }
}
