body, p{ font-family: 'Open Sans', sans-serif; font-size:18px; background:#0e0e0e; }
p{color:#efefef;}
h1{ font-family: 'Bungee', cursive; font-size:56px; font-weight:normal; color:#FFF; }
h2{ font-family: 'Bungee', cursive; font-size:46px; font-weight:normal; color:#FFF; }
h3{ font-family: 'Bungee Shade', cursive; font-size:42px; font-weight:normal; color:#FFF; }
h4{ font-family: 'Bungee Shade', cursive; font-size:38px; font-weight:normal; color:#FFF; }
h5{ font-family: 'Bungee', cursive; font-size:33px; font-weight:normal; color:#FFF; }
h6{ font-family: 'Bungee', cursive; font-size:30px; font-weight:normal; color:#FFF; }

.button{font-size:33px !important;font-family: 'Bungee Shade', cursive;}
.button-group li{display:inline-block;}
.button-group a{color:#000;background-color:transparent;}
.button-group li a.button{padding:0.2rem 0.75rem;}
.button-group a:hover{color:#9886ba;background-color:transparent;}
.button-group{float:none;}

@media only screen and (min-width: 40.063em) {
  .button-group{float:right;}
}
.namelogo{padding:10px 10px 0px 10px;font-family: 'Bungee Shade', cursive;}

.logo-font{
  color:#000;
  font-size:45px;
  font-family: 'Bungee Shade', cursive;
}


#nav-on-mobile{display:none;}

/*.nav-bar{
  margin-top: 27px;
}
*/

#info-button{
  background: transparent url("../img/info-button.png") no-repeat scroll 0% 0% / 100% auto;
  width: 150px;
  position: absolute;
  height: 150px;
  top: -35px;
  left: 0px;
}

#info-button-2{
  background: transparent url("../img/info-button-2.png") no-repeat scroll 0% 0% / 100% auto;
  width: 150px;
  position: absolute;
  height: 150px;
  top: -35px;
  right: 0px;
}

#info-button.new{
  background: transparent url("../img/star_student.png") no-repeat scroll 0% 0% / 100% auto;
}
#info-button-2.new{
  background: transparent url("../img/star_holiday.png") no-repeat scroll 0% 0% / 100% auto;
}

@media only screen and (min-width: 40.063em) {
  .namelogo {
    padding-bottom: 20px;
  }
  .nav-bar{
    margin-top: 27px;
  }
  
  #info-button, #info-button-2{
    width: 250px;
    height: 250px;
  }
}

.namelogo h1 {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .namelogo h1 {
    font-size: 16px;
    text-align: left;
  }
}

@media only screen and (min-width: 64.063em) {
  .namelogo h1 {
    font-size: 24px;
    text-align: left;
  }
}

/* NEW */
.orbit{
  width: 100%;
  height:100%;
  box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,0.15);
}
.orbit-container {
  width: 100%;
  height: 100% !important;
}
.orbit-container li {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

/*.orbit-container img {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
}
*/

.intro-text {
  position:relative;
  top: 14%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}


.intro-text h1{
  margin-bottom:-20px;
}
.intro-text p{
  font-size: 24px;
  text-shadow: 0px 2px 22px rgba(0, 0, 0, 1), -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; 
}
.inline-list li{display:inline-block;list-style:none;list-style-type:none;}

@media only screen and (min-width: 40.063em) {
  .intro-text{
    padding-top: 25%;
  }
}

@media only screen and (min-width: 64.063em) {
  .intro-text{
    padding-top: 18%;
    /*padding-top: 40%;*/
  }
  .intro-text p{
    font-size: 44px;
  }
}

.intro-text p a.small.button{
  text-shadow: none;
}

.about, .work, .contact {
  padding: 50px 0 0 0;
}

.about img{
  width: 250px;
  height: 250px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;  
}

.work img:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.work li {
  height: 140px;
  overflow: hidden; 
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
  background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
  background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
  background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
  opacity: 0.8;
}

footer {
  padding: 80px 0 10px 0;
}

footer a:hover, footer a:active, footer a:focus {
  color: #9886ba;
  /*background-color: transparent;*/
}






.nav-bar ul.tabs{height:12px;margin-top:-35px;}
.nav-bar li.tab-title {background:none;}
.nav-bar li.tab-title.active {background:none;/*color:none;*/}
.nav-bar li.tab-title.active a{color:none !important;}
.nav-bar li.tab-title a {font-size:11px !important;}
.nav-bar .tabs .tab-title > a:hover, 
.nav-bar .tabs .tab-title.active > a:hover, 
.nav-bar .tabs .tab-title > a, 
.nav-bar .tabs .tab-title.active > a{
  background:none !important; 
}
.nav-bar .tabs .tab-title > a:focus, 
.nav-bar .tabs .tab-title.active > a:focus {
  outline-style: none;
  /*outline-width: 5px;
  outline-color: -webkit-focus-ring-color;*/
}



.intro-text ul.tabs{height:12px;margin-top:-35px;}
.intro-text li.tab-title {background:none;}
.intro-text li.tab-title.active {background:none;color:#FFF;}
.intro-text li.tab-title.active a{color:#FFF !important;}
.intro-text li.tab-title a {font-size:17px !important;
  display:block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #008CBA;
  color:#FFF !important;
  
}
.intro-text li.tab-title a {
  background: #007095;
}
.intro-text .tabs .tab-title > a:hover, 
.intro-text .tabs .tab-title.active > a:hover, 
.intro-text .tabs .tab-title > a, 
.intro-text .tabs .tab-title.active > a{
  /*background:none !important;*/
  
}
.intro-text .tabs .tab-title > a:hover, 
.intro-text .tabs .tab-title.active > a:hover{
  color:#000 !important;
}

.intro-text .tabs .tab-title > a:focus, 
.intro-text .tabs .tab-title.active > a:focus {
  outline-style: none;
}

#on-picture-tabs{
  width: 500px;
  /*background: firebrick none repeat scroll 0% 0%;*/
  height: 110px;
  text-align: center;
  position: relative;
  margin: 0px auto;
}


@media only screen and (max-width: 40.063em) {
  .intro-text li.tab-title a {font-size:10px !important;}
  .intro-text li.tab-title {width:150px;}
  #on-picture-tabs{
    width: 320px;
  }
  
  /* NEW */
  .orbit{
    /*width: 100%;*/
    height:350px;
    /*box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,0.15);*/
  }
  .orbit-container {
    width: 100%;
    height:350px !important;
  }
/*  .orbit-container li {
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }
*/  
  
}
@media only screen and (max-width: 20.063em) {
  #on-picture-tabs{
    margin-left:-15px;
  }
}












.headbar{
  width:100%;
  height:71px;
  background:rgba(255,255,255,0.95);
  opacity:0;
  display:none;
  -webkit-box-shadow:  0px 1px 3px 1px #777;
          box-shadow:  0px 1px 3px 1px #777;
  z-index:1000;
}
#headbar_content{
  width:1200px;
  height:61px;
  left:50%;
  position:relative;
  margin:0 0 0 -600px;
  padding:13px 0px 3px 20px;
}
#headbar_content .logo-font{
  position:relative;
  top:-12px;
}
#headbar_content img{
  position:relative;
  text-align:center;
  /*width:82.45px;*/
  width:50px;
  height:50px;
  margin:0 auto;
  z-index:6000;
  display:block;
  top:5px;
  
  
}
.nav-absolute { position: absolute; /*top: 1100px;*/ z-index: 5000; }
.nav-fixed { position: fixed; /*top: 0px;*/ z-index: 5000; display:block;opacity:1; }



.button:hover, .button:focus {
  background:none !important;
  color: #555;
}


.orbit-container {
  outline-style: none;
}

.copyright-text{font-size: 12px;}
.credits{font-size: 10px;}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  
  .nav-fixed { display:none; }
  
}

@media only screen and (max-width: 600px) {
  #watch iframe, .row.watch iframe, .responsive-vid{width:280px;max-width:280px;height:155px;}
  .intro-text h1, .intro-text h2{font-size: 1.1em;line-height: 1.8em;}
  .intro-text{position:relative;top:2%;}
  #listen.row.listen iframe{transform:scale(0.75,0.75);width:310px !important;height:380px !important; margin-bottom: -70px !important;}
  p.bodytext, #live, .row.live, #live p, .row.live p, #live.row.live p{font-size: 0.85em !important;}
  #download.row.download iframe{transform:scale(0.75);transform-origin:0;position:relative;margin:0 auto;}
  .responsive-wiget{width:310px !important;overflow:hidden;height:250px !important;text-align:center;position:relative;margin:0 auto;}
  
  
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav-fixed { display:none; }
}
@media only screen and (max-width: 479px) {
  .nav-fixed { display:none; }
  .orbit{
    height:250px;
  }
  .orbit-container {
    width: 100%;
    height:250px !important;
  }
  
}



