/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 * Modified by D.
 */
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777 !important;
}
.text-primary {
  color: #fed136 !important;
}
p {
  line-height: 1.75;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}

p a, h3 a, h4 a, h6 a {
  color: #FF9E08;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4em;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: #333;
  background-color: #ffd308;
  border-color: #fed136;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.btn-xl:active:focus,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
#mainNav {
  background-color: #222222;
  border-color: transparent;
}
#mainNav .container {
  padding: 0;
}
#mainNav .container .navbar-brand {
  color: #FF9E08;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;


}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1em;
  }  
}

#mainNav .container .navbar-brand:hover,
#mainNav .container .navbar-brand:focus,
#mainNav .container .navbar-brand:active,
#mainNav .container .navbar-brand.active {
  color: #fec503;
}
#mainNav .container .btn-toggle {
  padding: .75em;
  font-size: 80%;
}

#mainNav .hamburger {
  color: #fff;
}

#mainNav .container .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  padding: 0.75em 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #231f20;
}

@media (min-width: 768px) {
  #mainNav .container .navbar-nav .nav-item .nav-link.cta {
    border: 1px solid #231f20;
    padding-left: .5em;
    padding-right: .5em
  }
}

@media (max-width: 767px) {
  #mainNav .container .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
}

#mainNav .container .navbar-nav .nav-item .nav-link:hover,
#mainNav .container .navbar-nav .nav-item .nav-link.active {
  color: #FF9E08;
}

@media (min-width: 768px) {
  #mainNav {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.2em 0.4em !important;
  }
  #mainNav.navbar-shrink {
    background-color: #222222;
    padding: 5px 0;
  }

  #mainNav.navbar-shrink .container .navbar-nav .nav-item .nav-link {
    color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    padding: 0.65em 0;
    font-size: 1.25em;
  }
}

header {
  text-align: center;
  margin: 50px 0 0 0;
}

@media (min-width: 768px) {
  header {
    text-align: center;
    margin: 100px 0 5em 0;
  }
}

header .container {
  padding: 0;
}

.main-img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px
}

section {
  padding: 3em 0;
}

@media (min-width: 768px) {
  section {
    padding: 5em 0;
  }
}

section img {
  max-width: 100%;
}

section h2.section-heading {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 15px;
}

.section-subheading {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 4rem;
  font-size: 1.1rem
}

.subhead {
  text-align: center;
  margin: 2em 0 .8em;
  border-top: 1px solid #333;
  padding-top: 2em;
  font-size: 1.7em;
}

@media (max-width: 768px) {
  section h3.section-subheading {
    margin-bottom: 2em;
  }
}

/* Section Backgrounds */

#about {
  background: #fef9f0; 
}

#inauguration {
  background: #fef9f0;
}

/* About */

#about .section-subheading {
  margin: 2em 0 0;
}

#about p:first-of-type {
  margin-top: 2em;
}

/* Puerto Rico Album */

#puerto-rico .album {
  max-width: 450px;
  margin: 0 auto 2em auto;
}

/* Inauguration */

#inauguration h4 {
  text-transform: none;
}

#inauguration h4 span {
  font-weight: normal;
  font-size: 70%;
}

#inauguration .text-xs-center p:first-of-type {
  margin-top: 2em;
}

#inauguration .text-xs-center p:last-of-type {
  margin-bottom: 2em;
}

#inauguration .hidden-sm-up {
  margin-top: 2em
}

/* Performers */

.performer {
  text-align: center;
  margin-bottom: 50px;
}
.performer img {
  margin: 0 auto;
  border: 7px solid white;
}
.performer h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.performer p {
  margin-top: 0;
}

/* Thanks */

.thanks h3 {
  font-size: 1.45em;
}

.thanks ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}


/* Contact */

section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}

section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}

/* Footer */

footer {
  padding: 25px 0;
  text-align: center;
}

footer .copyright {
  font-size: 90%;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}
