/**
 * Copyright (C) 2015 Pimpositor
 * License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
 *
 * Some open source application is free software: you can redistribute
 * it and/or modify it under the terms of the GNU General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 *
 * Some open source application is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * <http://www.gnu.org/licenses/>.
 *
 * @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+>
*/

* {
    margin: 0;
    color: #fff;
}

@font-face {
    font-family: "Swiftel";
    src: url("../fonts/Swiftel.ttf"),
         url('../fonts/Swiftel.woff2') format('woff2'),
         url('../fonts/Swiftel.woff') format('woff'); /* Pretty Modern Browsers */
}

.pimpositor-font {
    font-family: "Swiftel";
}

.header > p > a {
    font-size: 66pt;
    color: #ff6900;
    text-decoration: none;
    /*-webkit-text-stroke: 1px #ff6900;*/
    /*-webkit-text-fill-color: #fff;*/
}

.btn-orange {
    color: #fff;
    background-color: #ff6900;
    border-color: #fff;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.btn-black:hover {
    color: #fff;
    background-color: #ff6900;
    border-color: #fff;
}

.black-bg {
    background-color: #333;
}

#instructions > p {
    color: #fff;
}

#instructions > p > .pimpositor-font {
    color: #ff6900;
    font-size: 18pt;
    /*-webkit-text-stroke: 1px #ff6900;*/
    /*-webkit-text-fill-color: transparent;*/
}

#instructions > div > .thumbnail > .pop:hover {
    cursor: pointer;
}