@font-face {
    font-family: 'gothamthin';
    src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
    url('../fonts/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    text-align: center;
    position: relative;
    color: #fff;
    font-family: "gothamthin";
}

img {
    border: none;
}

.logo {
    margin-top: 450px;
    display: inline-block;
}

.small-logo {
    margin-top: 75px;
    display: inline-block;
    width: 600px;
}

#panel-one .subtitle {
    text-transform: uppercase;
    font-size: 50px;
    display: block;
    margin-top: 70px;
}

#panel-two .subtitle, #panel-three .subtitle {
    text-transform: uppercase;
    font-size: 50px;
    display: block;
    margin-top: 70px;
    opacity: 0.75;
}

.start-button {
    background-image: url('../img/botao.png');
    -webkit-background-size: 279px 93px;
    background-size: 279px 93px;
    width: 279px;
    height: 93px;
    border: none;
    background-color: transparent;
    outline: none;
    margin-top: 140px;
    cursor: pointer;
}

.restart-button {
    background-image: url('../img/botaorestart.png');
    -webkit-background-size: 279px 93px;
    background-size: 279px 93px;
    width: 279px;
    height: 93px;
    border: none;
    background-color: transparent;
    outline: none;
    margin-top: 300px;
    cursor: pointer;
}

.start-button:hover {
    background-image: url('../img/botaohover.png');
}

.restart-button:hover {
    background-image: url('../img/botaohoverrestart.png');
}

#panel-two, #panel-three {
    display: none;
}

.gif-image {
    margin-top: 50px;
    width: 1100px;
    height: 610px;
    border: 1px solid #fff;
}

.black-square {
    background-color: #000;
    width: 167px;
    height: 119px;
    position: absolute;
    top: 800px;
    left: 402px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.time-count {
    display: block;
    font-size: 30px;
    margin-top: 5px;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    transform : scaleX(-1);
    width : 220px;
    height : 166px;
}

#videoel {
    transform : scaleX(-1);
    width : 220px;
    height : 166px;
    border: 1px solid #fff;
}

#container {
    position: absolute;
    top: 814px;
    left: 332px;
}

.emotion-counter {
    position: absolute;
    top: 950px;
    left: 655px;
}

.gauge-container {
    width: 500px;
}
.emotion-counter span, .emotion-counter .gauge-container {
    display: inline-block;
    line-height: 15px;
    text-transform: uppercase;
}

.nossa-start {
    margin-right: 15px;
}

.nossa-end {
    margin-left: 15px;
}

.gauge-container .left, .gauge-container .right, .emotion-counter span, .gauge-container {
    float: left;
}

.gauge-container .bar {
    width: 20%;
    height: 15px;
    background-color: #fff;
}

.mood-message {
    font-size: 45px;
    display: block;
    margin-top: 300px;
}

