@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body{
/*    height: 100%;*/
    background-image: url('../images/background.jpg');  
    background-size: cover;
    padding-bottom: 50px;
    overflow-x: hidden;
}



h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.3em;
}

p, li {
    font-size: 16px;
}

p.lead{
    font-size: 18px;
}

a {
    font-weight: bold;
    color: #348c42;
}

a:hover {
    color: #0e5019;
}

 .maxw {
    max-width: 100%;
 }

.masks-overlay {
    margin: 0.5em 1em 0.5em 0;
    float: left;
    width: 150px;
}

#headerContainer {
    background-color: #4a4a4a;
/*    background:  url("../images/masks.png") no-repeat 72% 0;
    background-size: auto;*/
    min-height: 100px;
}

.headerTitle h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 500;
    color: #fff;	
    font-size: 42px;
    letter-spacing: 5px;
    margin-top: 35px;
}

#instructions {
    background-color: #348c42;
    color: #fff;
    padding: 1em;
}

#instructions h1, p:first-child, ul:first-child {
    margin: 10px 0;
}

#activity {
    margin: 1em 0;
}

/*.button {
        margin-top: 10px;
    display: inline-block;
    background: #d2232b;
    -webkit-box-shadow: 0px 1px 0px 0px #ff8272 inset, 0px 0px 0px 4px #e6e6e6;
    -moz-box-shadow: 0px 1px 0px 0px #ff8272 inset, 0px 0px 0px 4px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #ff8272 inset, 0px 0px 0px 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0s 0;
    -moz-transition: all 0s 0;
    -o-transition: all 0s 0;
    transition: all 0s 0;
    text-shadow: 0px 1px 1px #9c3528;
    padding: 6px 30px;
    border-color: #ec513c;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    cursor:pointer;
    font-size: 23px !important;
    margin-bottom:10px;
}
.button:hover {
    background: #ff6551;
    -webkit-box-shadow: 0px 0px 0px 4px #ffbfab;
    -moz-box-shadow: 0px 0px 0px 4px #ffbfab;
    box-shadow: 0px 0px 0px 4px #ffbfab;
    border-color: #ed5e4b;
}
*/

.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-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;    
}

#headerDrama img{
    height: 100%;
    width: auto;
}

.headerLogo {
    text-align: right;
}

.headerLogo img {
    display: inline-block;
    height: 70px;
    margin: 13px 18px 1em 0;
    position: relative;
    width: auto;
}

.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%;  
}
    
.topTip.active {
    right:50px;
}

.topTip2 {
    top: 300px;
}

.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: -45px;
    font-size: 21px;
    top: 18px;
}

.table {
    background-color: #fff;
}

.table tbody {
    border: 1px solid #ddd;
}

.panel {
    margin-top: 20px;
}

.panel-heading.theme {
    color: #fff;
}

.panel hr {
    border-top: 2px dotted #ccc;
}

footer {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;    
    background: #4a4a4a;
}

footer h2 {
    font-size: 14px;
    color: white;
    margin: 0;
    line-height: 45px
}


@media (max-width: 768px){

    .headerTitle h1 {
        margin-top: 10px;
    }
}


