/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
}

/*custom fonr aldo*/
@font-face {
    font-family: 'aldosemibold';
    src: url('../fonts/aldo_pc-webfont.woff2') format('woff2'),
         url('../fonts/aldo_pc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jurademibold';
    src: url('../fonts/jura-demibold-webfont.woff2') format('woff2'),
         url('../fonts/jura-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background: url(../img/hp_banner_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'aldosemibold','Quicksand', sans-serif;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  /*background: rgba(48, 53, 70, 0.5);*/
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-masthead {
  text-align: center;
  display: block;
}

.nav-masthead .nav-link {
  display: inline-block;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}

.cover-heading {
  font-weight: 500;
  text-transform: uppercase;
/*  letter-spacing: 10px;
  font-size: 2rem;*/

  font-size: 4rem;
  letter-spacing: -2px;
  /*margin-bottom: 5rem;*/
}

@media (min-width: 768px) {
  .cover-heading {
/*    font-size: 3.4rem;
    letter-spacing: 15px;*/
  font-size: 6.41rem;
  letter-spacing: -2px;
  }
}



.cover-copy {
  max-width: 500px;
  margin: 0 auto 4em;
  font-family: 'jurademibold';
  font-weight: 600;
  font-size: 2em;
  color: #c3e0ef;
}


.red {
  color: #fc446c;
}

.light-red {
  color: #faa2b5;
}

.blue {
  color: #3dc2ec;
}

.light-blue {
  color: #64d3f6;
}

.dark-blue {
  color: #1188ad;
}

.mail-link:hover {
  text-decoration: none;
}

.mid-content {
  font-size: 2.3em;
  font-family: 'PT Sans';
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 4em;
  line-height: 44px;
}

.mid-content .top-mid {
  font-size: 1.24em;
  letter-spacing: 0px;
}

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Subscribe modal box
 */
#subscribeModal .modal-content {
  background-color: #303546;
  color: #fff;
  text-align: left;
}

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0;
}

#subscribeModal .close {
  color: #fff;
}

#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#subscribeModal .form-control:focus {
  border-color: #49506a;
}

@media (max-width: 425px) {
  .cover-heading {
    font-size: 4em;
    letter-spacing: -2px;
  }

  .cover-copy {
    font-size: 1.24em;
  }

  .mid-content {
    font-size: 1.28em;
    line-height: 1.2em;
  }

  .bottom-content a img {
    height: 1.8em;
  }
}

@media (max-width: 320px) {
  /*.cover-heading {
    font-size: 4em;
    letter-spacing: -2px;
  }

  .cover-copy {
    font-size: 1.24em;
  }*/

  .mid-content {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  /*.bottom-content a img {
    height: 1.8em;
  }*/
}

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px;
  }
}

