@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;
}

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;
}

 .maxw {
    max-width: 100%;
 }

.masks-overlay {
    margin: 0.5em 1em 0.5em 0;
    float: left;
    width: 150px;
}

#headerContainer {
    background-color: #4a4a4a;
    min-height: 100px;
}

.headerTitle h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 500;
    color: #fff;    
    font-size: 42px;
    letter-spacing: 5px;
    margin-top: 35px;
}

.headerLogo {
    text-align: right;
}

.headerLogo img {
    display: inline-block;
    height: 70px;
    margin: 13px 18px 1em 0;
    position: relative;
    width: auto;
}

#infoBtn {
	font-size:3em;
	background:none;
	border:none;
	float:right;
}

#infoBtn:hover {
	color:#eee;
}

#info {
	display:none;
}

#instructions {
    background-color: #9c9c9c;
    color: #fff;
    padding: 1em;
}

#instructions h1, p:first-child {
    margin: 10px 0;
}

#activity {
    margin: 1em 0;
}

.menu-option{
    cursor:pointer;	
}

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
}

#menu-1, #menu-2, #menu-3, #menu-4{
	margin-top:3%;
}

.menu-title{
	width:100%;
	position:absolute;	
	font-size:30px;
	background-color:#f00;
	color:#fff;
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.menu-title {
    margin-left: 5% !important;
	height:70px;
    width: 90% !important;
	top:500px
}

.menu-option img{
	
	 border-bottom-right-radius: 2em;
	 border-bottom-left-radius: 2em;
	}

#setColor{
	background-color:#d2232b	
}

#lightColor{
	background-color:#fec426
}

#soundColor{
	background-color:#348c42
}

#costumeColor{
	background-color:#34438c
}


.menu-title a{
 color:#fff;
}

@media (max-width: 768px){

    .headerTitle h1 {
        margin-top: 10px;
    }
}


