/* Force the vertical scroll bar to always appear to prevent the background image resizing */
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
    font-family: "Radley", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-feature-settings: "liga" 0;
	-moz-font-feature-settings: "liga" 0;
	font-feature-settings: "liga" 0;
	color: white;
}

a {
    cursor: pointer;
    color: #F3A117;
}

a:hover {
    text-decoration: none;
}

audio {
	width: 100%;
	/*visibility: hidden;*/
    margin-bottom: 2em;
}

.error {
	color: red;
	font-style: italic;
	display:none;
}

.pageLink.selected {
	color: #ffffff !IMPORTANT;
}

.no-padding {
	padding: 0 !IMPORTANT;
}

.no-padding-bottom {
	padding-bottom: 0 !IMPORTANT;
}

.no-padding-top {
	padding-top: 0 !IMPORTANT;
}

.no-margin {
	margin: 0 !IMPORTANT;
}

.no-margin-top {
	margin-top: 0 !IMPORTANT;
}

h1,
h2 {
}   text-transform: uppercase;

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Radley", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h4 {
	padding-bottom: 1em;
}
	
p {
    line-height: 1.6;
}

.box p, li, .box span {
	font-size: 1.20em;
}

.box .text {
	padding: 3em;
}

.box p.subscript {
	font-size: 1.05em;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.borderless  {
	width: auto !important;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.tagline {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-family: lato;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 2px;
	font-size: 1em;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    background-color: #000;
	border-radius: 0px;
    min-height: 100px;
    float: left;
	width: 100%;
}


h2.text-center {
    font-family: "Great Vibes","Radley","Helvetica Neue",Helvetica,Arial,sans-serif;    
}

.fancy, .intro-text {
    font-family: "Great Vibes","Radley","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*text-transform: uppercase;*/
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 1px;
	line-height: 150%;
	color: #ffffff;
}

.bigger {
	font-size: 200% !IMPORTANT;
	}
	
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-right {
    float: none;
    margin: 0 auto 0;
	/*padding-bottom: 1em;*/
}

.img-center {
	margin: auto;
}

.img-content {
	max-width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

.content-text p .video {
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin: auto;
	display: block;
	
}

.video {
	margin-top: 2em;
	position: relative;
}

.videoOverlay {
	position: absolute;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0));
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
	pointer-events: none;
}

.video img {
	max-width: 100%;
	cursor: pointer;
}

.video span {
	position: absolute;
	top: 8px;
	font-family: arial, sans-serif;
	left: 8px;
	pointer-events: none;
	font-size: 1.5em;
}

.track:first-child {
	margin-top: 0.5em;
}

.track {
	font-size: 1.2em;
}

.songList .track {
	cursor: pointer;
}

h3.repertoireTitle, h3.songTitle {
	margin-top: 0em;
    margin-bottom: 1em;
}

.repertoire h3.repertoireTitle:hover, .music h3.songTitle:hover, .songList span.track:hover {
	color: #F3A117;
}

.repertoire, .music {
	margin-right: 16px;
}

.author {
	font-style: italic;
	font-size: 1em;
	margin-bottom: 0.75em;
	display: block;
}

.music * {
	margin-bottom: 0.75em;
}

.musicTitle {
    font-size: 1.2em;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
	color: #000;
}

footer span {
    margin: 0;
    padding: 12px 0px;
	display:block;
}

footer img {
	border:0;
	max-height:24px;
}

.findoutmore {
	font-size: 1.25em;
    margin: 0 auto 0;
}

.quote {
	display:block;
	border-left: 4px solid #F3A117;
	margin-bottom:2em;
}

.quote-text {
	display:block;
	text-align: left;
	font-style: italic;
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0.25em;
	padding-left: 16px;
}

.inset {
	margin-left: 16px;
}

.quote-footer {
	display:block;
	text-align: left;
	font-style: normal;
	color: #eee;
	font-size: 1.1em;
	padding-left: 16px;
}

.matchHeight {
	padding-bottom: 16px;
}

#loading {
	height: 250px;
	}
	
.hidden {
	display: none;
}

.pageLink, .repertoire h3.repertoireTitle, .music h3.songTitle {
    cursor: pointer;
}

.songList, .repertoireList {
	display: none;
}

.padding {
	padding-bottom: 2em;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

input, textarea, select {
	font-family: Arial
}

.slideshow-container {
	align-content: center;
	text-align: center;
	width: 100%;
}

.slideshow { 
    height: 300px; 
	/*max-width: 250px;
	min-width: 200px;*/
	width:200px;
    overflow: hidden; 
	display:inline-block;
	border: 6px solid #ffffff;
	margin: 10px;
	position: relative;
}

.slideshow img {
	max-height: 100%;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.transition {
    -webkit-transform: scale(1.15); 
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.slideshow i {
	top: 90%;
	left: 90%;
	position: absolute;
	pointer-events: none;
	opacity: 0.5;
}

.featherlight-content {
    overflow: hidden !IMPORTANT;
}

.featherlight-previous {
    left: -40px !IMPORTANT;
    top: 50% !IMPORTANT;
}

.featherlight-next {
    right: -40px !IMPORTANT;
    top: 50% !IMPORTANT;
}

.featherlight-next:hover,.featherlight-previous:hover {
    background:rgba(255,255,255,0) !IMPORTANT;
}
.featherlight-next span,.featherlight-previous span
{
    text-shadow: 0 0 0 #000 !IMPORTANT;
    color: #fff !IMPORTANT;
}

.register {
	width: 100%;
}

button {
	color: black;
}

.tooltip.top .tooltip-inner {
    background-color:red;
}

.tooltip.top .tooltip-arrow {
      border-top-color: red;
}

@media screen and (min-width:768px) {
	body {
		background: url("../img/musicsheet.png"), url("../img/bg.jpg");
		background-attachment: scroll, fixed;
		background-size: 23%, cover;
		background-origin: initial, initial;
		background-position: 5px 5px, 50%;
		background-repeat: no-repeat;
	}

    .brand {
		font-family: "Great Vibes","Radley","Helvetica Neue",Helvetica,Arial,sans-serif;
        display: inherit;
        margin: 0;
        padding: 10px 0 0;
        text-align: center;
        font-size: 7em;
        font-weight: 400;
        line-height: normal;
        color: #000;
		text-transform: capitalize;
    }

    .tagline {
        display: inherit;
        margin-top: -0.2em;
        padding: 0;
		text-align: center;
        text-transform: lowercase;
        font-size: 3em;
        letter-spacing: 0px;
        color: #000;
    }

	.fancy, .intro-text {
		font-size: 3em;
	}
 
	.top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

	.img-right {
		height: 100%;
		background-repeat: no-repeat;
    }

	.img-content {
		width: 80%;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	.img-home {
	}

	.img-biography {
	}

	.content-text {
		width: 70%;
		margin: auto;
	}

	.content-text p {
		margin-bottom: 2em;
	}

	.highlight p {
		margin-bottom: 0;
	}

	.padding {
		padding-bottom: 2em;
	}
	
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        /*background: #fff;
        background: rgba(255,255,255,0.2);*/
        background: #000;
        background: rgba(0,0,0,0.7);
    }

	.navbar-sticky {
        background: rgba(0,0,0,0.8);
		/*border-bottom: 1px solid #30150A;*/
	}

    ul.nav {
        text-align: center;
    }
    
    .nav>li {
        display: inline-block;
        float: none;
    }
    
    .nav>li:hover {
        /*background-color: #F3A117;*/
        background: rgba(0,0,0,0.5);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav>li>a:hover {
        color: #fff !IMPORTANT;
        font-weight: normal;
    }

    .navbar-nav>li>a {
        line-height: normal;
        color: #CCC !IMPORTANT;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }

	.bottom {
		position: absolute;
		bottom: 0;
	}

	.submit {
		float: right !important;
	}
}

@media screen and (min-width:992px) {
    .img-home {
		background-position: right bottom;
		background-size:35% auto;
		background-image: url("../img/pippa-intro.jpg");		
	}
    
    .img-biography {
		background-position: right 20%;
		background-image: url("../img/pippa-bio.jpg");
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (min-width:1220px) {
    .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
	h1,
	.h1 {
	  font-size: 30px;
	}
	h2,
	.h2 {
	  font-size: 24px;
	}
	h3,
	.h3 {
	  font-size: 18px;
	}
	h4,
	.h4 {
	  font-size: 14px;
	}
	h5,
	h5,
	.h5 {
	  font-size: 12px;
	}
	h6,
	.h6 {
	  font-size: 10px;
	}
}

@media screen and (max-width: 479px) {
	h1,
	.h1 {
	  font-size: 24px;
	}
	h2,
	.h2 {
	  font-size: 18px;
	}
	h3,
	.h3 {
	  font-size: 14px;
	}
	h4,
	.h4 {
	  font-size: 12px;
	}
	h5,
	.h5 {
	  font-size: 10px;
	}
	h6,
	.h6 {
	  font-size: 9px;
	}
}

/***** Modal *****/
#modal-video {
	overflow:hidden;
}

#modal-video .modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
#modal-video .modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
#modal-video .modal-body {
    padding: 0 25px 25px 25px;
}
 
#modal-video .modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
#modal-video .modal-header, #modal-video .modal-footer {
    border: 0;
}
 
#modal-video .modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
