/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: 'amaranthregular';
  /*padding-top: 60px;*/
  padding-bottom: 30px;
  color: #5a5a5a;
}



@font-face {
    font-family: 'amaranthregular';
    src: url('amaranth-regular-webfont.woff2') format('woff2'),
         url('amaranth-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.facebook-button {
  background: url('img/facebook.ico') left center no-repeat;
  padding-left: 15px;
}

.youtube-button {
  background: url('img/youtube.ico') left center no-repeat;
  padding-left: 15px;
}

.linkedin-button {
  background: url('img/linkedin.ico') left center no-repeat;
  padding-left: 15px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-brand {
  font-size: 120%;
}


.navbar-wrapper {
  font-size: 155%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar .container {

}

.dropdown-menu {
  font-size: 100%;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  font-size: 200%;
  margin-bottom: 40px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {

  z-index: 10;
}

.carousel-inner{
  font-size: 300%;

}

/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 10px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Audio
------------------------- */




/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/*MP3 Player ---------------------------------------------------------------------- */

.playa input[type="range"] {
  background-color: #ddd;
  border: 1px solid #bbb;
  border-radius: 0.5em;
  opacity: 0.5;
  height: 1em;
  top: 2px;
  position: relative;
}

.playa  .thumbnail  {
    width:100%;
}

/* sliders and buttons need a uniform height */
.playa .btn-group .btn {
    display:inline-block;
    float:none;
    height: 2.2em;
}

/*  contains the attribution link */
.playa .row:nth-child(4) {
  overflow: hidden;
}

/* Acknowledgements:
To Glyphicons (http://glyphicons.com/) for the Halflings glyphs font */

/* .spin is used to rotate glyphicon glyphicon-refresh */
.spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* --------------------------------------------------------------------------------------- */




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 15px;
  }
  .navbar-wrapper .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 7px;
  }

  /* Bump up size of carousel content */
  .carousel-caption h1{
    font-size: 70px;

  }
  .carousel-caption h2{
    margin-bottom: 20px;
    font-size: 40px;

  }
  .carousel-caption h3{
    margin-bottom: 20px;
    font-size: 30px;

  }
  .carousel-caption p{
    font-size: 35px;
    margin-bottom: 20px;
  }
  .carousel-caption a{
    margin-bottom: 20px;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (max-width: 768px) {
  .carousel {
    margin-top: 50px;
  }
  .carousel-caption h1{
    font-size: 45px;
  }
  .carousel-caption h2{
    margin-bottom: 15px;

  }
  .carousel-caption h3{
    margin-bottom: 15px;

  }
  .carousel-caption p{
    font-size: 20px;
    margin-bottom: 20px;

  }
  .carousel-caption a{
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .carousel {
    margin-top: 50px;
  }
  .carousel-caption h1{
    font-size: 25px;
  }
  .carousel-caption h2{
    font-size: 20px;
    margin-bottom: 8px;

  }
  .carousel-caption h3{
    font-size: 12px;
    margin-bottom: 8px;

  }
  .carousel-caption p{
    font-size: 15px;
    margin-bottom: 7px;

  }
  .carousel-caption a{
    font-size: 15px;
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .carousel-caption h1{
    font-size: 100px;

  }
  .carousel-caption h2{
    margin-bottom: 25px;
    font-size: 55px;

  }
  .carousel-caption h3{
    font-size: 45px;

  }
  .carousel-caption p{
    font-size: 60px;
    margin-bottom: 30px

  }
  .carousel-caption a{
    font-size: 35px;
    margin-bottom: 30px;

  }

}
