@charset "utf-8";
/* CSS Document */



body{
/*    height: 100%;*/
    background-image: url('../images/background.jpg');  
    background-size: cover;
    padding-bottom: 50px;
    overflow-x: hidden;
}

b
b, strong {
    color: #348c42;
}

h3, h2 {
    color: #348c42 ;
}

a {
    font-weight: bold;
    color: #348c42;
}

a:hover {
    color: #0e5019;
}


#headerContainer {
    background-color: #4a4a4a;
/*    background:  url("../images/masks.png") no-repeat 72% 0;
    background-size: auto;*/
    min-height: 100px;
}


#instructions {
    background-color: #348c42;
    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: #348c42;
/*    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 #042b0b;
    padding: 6px 30px;
    border: 1px solid #036813;
    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: #aed1b3;
    color: #222;
/*    border-color: #a2a2a2;*/
    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: #348c42;
    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;
}


@media (max-width: 768px){

    .headerTitle h1 {
        margin-top: 10px;
    }
}


