@charset "utf-8";
/* CSS Document */



b, strong {
    color: #d2232b;
}

h3, h2 {
    color: #d2232b ;
}


a {
    font-weight: bold;
    color: #d2232b;
}

a:hover {
    color: #a21414;
}

#headerContainer {
    background-color: #4a4a4a;
    min-height: 100px;
}

#instructions {
    background-color: #d2232b;
    color: #fff;
    padding: 1em;
}
.holder{
background-color:rgba(0,0,0,0.3);
display:table;
width:100%;	
height:100%;

padding-bottom:10px;
margin-bottom:30px;
border-radius:10px;
}

.audioLink{
background-color:#444;	
padding:5px;
margin-top:5px;
width:100%;
display:block;
border-radius:5px;
}
.button {
    display: inline-block;
    background: #d2232b;
    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 #611107;
    padding: 6px 30px;
    border: 1px solid #bd200a;
    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: #ff6551;
    color: #222;
    text-shadow: none;
}

.button-alt {
    background: #4a4a4a;
    color: #fff;
    border: 1px solid #333;
    text-shadow: none;
}

.button-back {
    margin-top: 13px;
    padding: 4px 15px 3px 30px;
    font-size: 18px;
}


.circle {
    border-radius: 50%;
    width: 150px;
    height: 150px; 
    background: #d2232b;
    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: -12px;
    font-size: 16px;
    top: 55px;
	width:80px;
	text-align:center;
	
}

.textBox {
    position: relative;
    background: #cacaca;
    border-radius: 10px;
    padding: 20px;
    height: auto;
    width: 400px;
    top: -150px;
    left: 50px;
}

#topTipContainer {
    position: absolute;
/*    top: 25%;*/
    right: 0;   
}

.topTip {
    /* position relative messes up the footer when the left column is shorter than the right */
    position: absolute;
    right: -350px;
    transition:all 300ms ease-in;  
    -webkit-transition:all 300ms ease-in; 
    -moz-transition:all 300ms ease-in; 
    height:25%;  
}
    

.panel-heading.theme {
    background-color: #d2232b;
    color: #fff;
}



@media (max-width: 768px){

    .headerTitle h1 {
        margin-top: 10px;
    }
}



