@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body.lighting-bg-img {
/*    height: 100%;*/
    background-image: url('../images/stock-photo-6566485-stage-lights.jpg');    
    background-size: cover;
    background-position-y: 140px;
    background-attachment: fixed;
    padding-bottom: 50px;
}

b, strong {
    color: #34438c;
}

h3, h2 {
    color: #34438c ;
}


a {
    font-weight: bold;
    color: #ce9d18;
}

a:hover {
    color: #ab7f0a;
}


#instructions {
    background-color: #34438c;
    color: #fff;
    padding: 1em;
}


.button {
    display: inline-block;
    background: #34438c;
/*    box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);*/
    box-shadow: 4px 5px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0s 0;
/*    text-shadow: 0px 1px 1px #7b611b;*/
    padding: 6px 30px;
    border: 1px solid ##3945dd;
    font-family: Arial, Helvetica, Sans-serif;      
    font-size: 23px;  
    font-weight: bold;
    color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
    position: relative;
    white-space: normal;
	border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}
}

.button:hover {
    background: #ffeab3;
    color: #222;
    text-shadow: none;
}

.button-back {
    margin-top: 13px;
    padding: 4px 15px 3px 30px;     
    font-size: 18px;  
}

.button-back .glyphicon-triangle-left {
    position: absolute;
    top: 6px;
    left: 10px;
}

.button-alt {
    background: #4a4a4a;
    color: #fff;
    border: 1px solid #333;
    text-shadow: none;
}

.button-alt:hover {
    background: #fff;
    text-shadow: 0px 1px 1px #ccc;
}


.pdf-button{
	cursor:pointer;	
}

.pdf-container{
    margin: 20px 0;	
}

.pdf-container img {
    width: 94px;    
}


.circle {
    border-radius: 50%;
    width: 150px;
    height: 150px; 
    background: #34438c;
    position:relative;
    /* width and height can be anything, as long as they're equal */
    cursor:pointer;
}

.circle p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

    color: #fff;
    position: relative;
    left: -45px;
    font-size: 21px;
    top: 18px;
}

.textBox {
    position: relative;
    background: #cacaca;
    border-radius: 10px;
    padding: 20px;
    height: auto;
    width: 400px;
    top: -150px;
    left: 50px;
}


.panel-heading.theme {
    background-color: #34438c;
    color: #FFF;
}

.panel hr {
    border-top: 2px dotted #ccc;
}


@media (max-width: 768px){

    .headerTitle h1 {
        margin-top: 10px;
    }
}


