@import url('grayscale.css');

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Open+Sans+Condensed:300|Open+Sans:300|Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400i');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Allura|Parisienne|Pinyon+Script');
@import url('https://fonts.googleapis.com/css?family=Miss+Fajardose|Ruthie');

/* #E81C4F */

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {overflow: hidden;}
.fancy-title {
  font-family: 'Ruthie', cursive;
                text-transform: initial;
                font-size: 80px;
                color: #fb7739;
                cursor: default;
}
.booking-contacts {
padding-bottom: 100px;
}
.booking-contacts a {
  color:#fff;
}
#more-stuff .fancy-title {
color: #ffbd00;
}
.hidden {visibility: hidden;}
p a {
  white-space: nowrap;
}
.black {color:#111;}
.white {color:#eee;}
.brand-heading {
  font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
btn.focus, .btn:focus {
  box-shadow: 0 0 0 .2rem rgba(0,0,0,.25);
}
.social-buttons{font-size: 28px;color: #fff !important; cursor:default;}
.social-buttons a {opacity: .5;}
.social-buttons a:hover {opacity: 1;}
.dot {
  height: 32px;
  width: 32px;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.nav-link:hover {color:#fff;text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff;}

#news {background-color: #111;padding-bottom: 50px;box-shadow: inset 0px 20px 20px 0px rgba(0,0,0,1);}
.events-list .media img {
  border-radius: 10px;
}
#bio {
  background-color: #fff;
  color:#111;
background-image: url('../img/cello2.jpg');
background-repeat: no-repeat;
background-position: right bottom;
background-size: 40% auto;
}
#music{
  background-color: #000; /* #2b283b */
background-image: url('../img/cello3.jpg');
background-repeat: no-repeat;
background-position: left bottom;
background-size: 1200px;
min-height: 900px;
}
#more-stuff {
  background-color: #333;
  background-color: #4995dd;
  background-image: url('../img/bg4bw2j.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  background-size: 150%;
  background-position: bottom right; 
  padding: 100px 0;
}
#newalbum {
  background-color: #333;
  background-image: url('../img/bg6.jpg');
  background-repeat: repeat-y;
  min-height: 100px;
  background-size: cover;
  margin: 0;
  padding: 0;
  background-position: center 17%;
  cursor: default;
}
.intro-body{
  cursor: default;
}
.events-list li{
background: transparent;
}
p:last-of-type {
  margin-bottom: 0;
}
#highlights{
  background-color: #e1dacc;
  color: #333;
  min-height: 250px;
  padding: 40px 0;
  font-family: 'PT Serif', serif;
  background-image: url('../img/bg7.png');
}
#highlights p{
  font-size: 3.4vh;margin: 0 15%;}
  #highlights cite {
    font-size: 18px;
    color: #fa5507;
    font-style: normal;
    font-family: 'Alegreya Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
#contact{
  padding-bottom: 50px;
}
.modal-content {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.49);
}
#newalbum h1{
  font-family: 'Poiret One', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
}
#newalbum a.btn-overlay{
  margin-bottom: 8px;
}

a.btn-overlay{
  font-family: 'Poiret One', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
  padding: 6px;
  border-radius: 5px;
}
a.btn-overlay:hover, a.btn-overlay:hover{
color:#333;
border-color:#000;
}

.white-text *::selection, .white-text *::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
.text-secondary a{
  color: #999;
}
a.presskit-btn{
  color: #fa5507;
border-color: #fa5507;
margin: 0 auto;
text-align: center;
margin: 30px;
    margin-bottom: 30px;
margin-bottom: 0;
}

#news .event-title {
  text-transform: uppercase; 
}
#down-section {
  background-color: #fa5507;
  background-image: url('../img/bg9.jpg');
  background-repeat: no-repeat;
  min-height: 50px;
  background-size: cover;
  background-position: center;
  padding: 0;
}

#more-stuff a.btn-overlay{
  color: #fff;
  border: 1px solid #fff;
}
#more-stuff a.btn-overlay:hover{
  color: #333;
  border: 1px solid #333;
}
#more-stuff a.btn-overlay:focus{
  color: #333;
}

#gallery {
  display: none;
  background-image: none;
  background: #eee;
  color: #aaa;
}

#privacy-policy .modal-dialog {
  max-width: 700px;
  text-align: justify;
}

#privacy-policy h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
#privacy-policy p, #privacy-policy li {
  font-size: 13px;
  margin: 0;
}
.past-event {
  opacity: .3;
}

.booking-contacts a:focus, .booking-contacts a:hover {
  color: #ff8700;
}
#footer .text-secondary a:focus, #footer .text-secondary a:hover {
  color: #eee;
}