/* http://paletton.com/#uid=13y0u0kvu2ltp1uqq3sKJ3fA28j */

@charset "UTF-8";

/** Header **/

.header {
    background: url("../img/Winneba_825x552.jpg") no-repeat center center;
    background-size: cover;
    height: 50vh;
    overflow: hidden;
    text-align: center;
    font-size: 1.05rem;
    color: #01101c;
}
.header h1 {
    color: #e0e0e0;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** Main content **/

.main {
    background-color: #01101c;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
    max-width: 100%;
}
.main ul {
    margin-left: 0;
}
.main .button-group li {
    font-weight: bold;
    float: none;
    display: inline-block;
    width: 10rem;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
}
nav .navlinks .button {
    border: 2px solid #134c7c;
    font-size: 0.75em;
    color: #134c7c;
    padding: 15px;
}
nav .button:hover {
    border: 2px solid #2a6595;
    color: #2a6595;
    box-shadow: 0;
}
.button-group.stacked-for-small .button {
    border-radius: 0.8rem;
    width: 10rem;
    font-size: 1.2rem;
    background: none;
}
.logo {
    margin-bottom: 2rem;
}

/** Footer **/

.footer {
    background-color: #01101c;
    color: #8f9296;
    text-align: center;
    font-size: 0.875rem;
    margin: 0;
}
.footer p.signature {
    text-align: right;
    font-size: 0.8rem;
}
.footer p.signature a {
    color: #134c7c;
}
.footer p.signature a:hover {
    color: #2a6595;
}

/** Lyiricorama **/

.row .quotes {
    border: 1px solid #01101c;
    margin-top: 2rem;
}
.quotes .columns {
    font-size: 0.95rem;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(204, 204, 204);
    /* RGBa with 0.6 opacity */
    background-color: rgba(204, 204, 204, 0.5);
    /* For IE 5.5 - 7*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.lyricorama_quote {
    display: block;
    color: #01101c;
    font-style: italic;
    text-align: left;
    line-height: 1.2;
    padding-top: 0.4rem;
}
.lyricorama_author {
    display: block;
    text-align: right;
    padding-bottom: 0.4rem;
}

/* Small only */

@media screen and (max-width: 39.9375em) {
    .main {
        padding: 0;
    }
    .row .quotes {
        margin-top: 0.5rem;
    }
    .quotes .columns {
        font-size: 0.85rem;
    }
    .button-group.stacked-for-small .button {
        font-size: 1rem;
    }
}