@media only screen and (max-width: 780px) {

    .restart-btn {
        display: block !important;
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .question-container {
        margin-bottom: 10px !important;
    }

    .footer {
        position: relative !important;
    }
}

body {
    background: url('../images/bg-paper.jpg');
}

.print-header * {
    line-height: 15px;
}

.question-container, #results-container {
    max-width: 700px;
    margin: auto;
}

.question-container {
    padding-top: 100px;
    padding-bottom: 140px;
}


.answer-btn {
    text-transform: uppercase;
    border: none;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    transition: all 0.4s;
    position: relative;
    color: #444444;
    background-color: #ffffff;

    cursor: pointer;
    display: block;
    margin: 4px auto;
    text-align: center;
    padding: 15px 5px;
    font-size: 1.2em;
}

    .answer-btn:hover {
        color: #444444;
        text-decoration: none;
        background-color: #e6e6e6;
        border-color: rgba(0,0,0,0);
    }

    #results {
        padding: 20px;
    }

.result-icon {
    font-size: 1.3em;
    padding: 10px;
    text-transform: uppercase;
}

.result-stats {
    margin-bottom: 30px;
}

    .result-information {
        line-height: 22px;
        font-size: 1.2em;
    }

    .stat-title {
        text-transform: uppercase;
    }

.result-title {
    padding-bottom: 20px;
}

.p-30 {
    padding: 30px;
}

.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-100 { margin-bottom: 100px; }
.nmb-60 { margin-bottom: -60px; }

.ti-50 { text-indent: 50px }

.navbar-inverse .navbar-brand {
    color: #fff;
}

.question {
    page-break-after: auto;
}

.footer {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    color: #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    width: 100%;
}

    .footer p:first-child {
        font-weight: bold;
    }
    .footer p {
        text-align: center;
        line-height: 14px;
        margin-top: 3px;
        margin-bottom: 3px;
    }


.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:0 auto;
}
.navbar-toggle {
    z-index:3;
}


.navbar img {
    float: left;
    width: 55px;
    margin-top: 3px;
}

.korphil-logo {
    margin-right: 30px;
}

.tesda-logo {
    margin-left: 20px;
    filter: brightness(0) invert(1);
}

.label .fa {
    padding-right: 0 3px;
}

.btn .fa {
    padding-right: 0 5px;
}
