/* Artfully masterminded by Cathy Lee */

body {
    background: #323030;
    font-family: 'Crete Round', serif;
}

/* Header elements ------------------ */

header#header {
    padding-top: 10px;
    height: 40px;
}

header#header img#brandseen {
    margin-top: 10px;
}

header#header h5 {
    margin-top: 38px;
    margin-bottom: 0;
}

header#header #about {
    margin-top: 19px;
    margin-left: 25px;
}

#aboutModal {
    color: #333;
}

/* Main game elements ------------------ */
/* ------------------------------------- */

#game {
    margin: 30px 0 10px;
}

/* Logo elements ------------------ */

#game section#logo {
    height: 250px; /*Play with this value*/
    margin: 20px 0;
    padding: 30px 30px;
    background: url(/media/images/tiny_grid.png);
    -moz-box-shadow: inset 0 0 5px #6F6E6F;
    -webkit-box-shadow: inset 0 0 5px #6F6E6F;
    box-shadow: inset 0 0 5px #6F6E6F;
}

#game section#logo img#layer_img, #game section#logo img#real_img {
    height:200px;
    position: absolute;
}

#game section#logo img#img_logo {
    height:200px;
    visibility: hidden;
}

#game section#logo .twelve.columns {
    padding: 0;
}

#game h3#level {
    position: absolute;
    right: -14px;
    bottom: -23px;
    color: #333;
}

/* Controller elements ------------------ */

#game section#controls {
    margin: 20px 0;
}

#game section#controls #compare, #game section#controls #next {
    margin-top: 15px;
    display: block;
}

#game section#controls #next {
    display: none;
}

#game section#controls #after_score {
    display: none;
    margin-top: 17px;
}

#game section#controls #after_score h3 {
    border: 1px solid white;
    font-size: 50px;
    padding: 18px 10px;
}

#game section#controls #after_score h3 #score {
    color: #fff;
}

#game .cat {
    width: 300px;
    display: inline;
}

/* Instruction elements  ------------------ */

#instructions h6 {
    font-size: 18px;
}

#instructions p {
    font-size: 18px;
    margin-bottom: 80px;
}

/* Footer elements ------------------ */

#footer {
    height: 100px;
    padding: 20px;
    background-color: #4c4c56;
    left: 0;
    right: 0;
    bottom: 0;
}

#footer p {
    margin-bottom: 10px;
}

#footer #social {
    text-align: right;
}

.fb-like {
    display: inline-block;
    width: 141px;
}

.twitter-share-button {
    position: relative;
    top: 4px;
}

#congrats {
    margin-top: 40px;
    color: white;
}

/* CATHY's SPECIAL TAPE ------------------ */
#game span#tape {
    display: block;
    content: "";
    position: absolute;
    width: 110px;
    height: 30px;
    top: 14px;
    left: 40%;
    border: 1px solid #fff;
    background: rgba(197, 192, 152, .8);
    -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0 3px rgba(0,0,0,0.1);
}
