/*! 
 * * Theme Name: LARAPRESS
 * * Theme URI: none
 * * Description: Larapress is a custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 * */
@font-face {
    font-family: "Ihk";
    src: url(./public/webfonts/Ihk-Regular.otf)
}

@font-face {
    font-family: "BajaCrossing";
    src: url(./public/webfonts/BajaCrossing-Solid.otf)
}

body {
    background: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding-top: 50px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body.home {
    background-color: #000;
    background-image: url(./public/img/main-bg.svg);
    background-position: center center;
    background-size: 125%;
    background-repeat: no-repeat
}
.form-select, .form-control{
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-size: 18px;
}
h3 {
    font-size: 34px;
    line-height: 30px;
    font-weight: 400
}

.text-primary{
    color: #ED3B94 !important;
}
.text-secondary{
    color: #EED314 !important;
}
.Ihk {
    font-family: "Ihk"
}
.BajaCrossing{
    font-family: 'BajaCrossing';
}

.label-ihk {
    font-size: 26px;
    line-height: 20px;
}

.logo {
    width: 140px;
    display: block;
    margin: 0 auto 40px
}

.table {
    border: 0;
    color: #fff;
    background: #000;
    font-size: 15px
}
.footer{
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px
}
.corner {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 40px
}

#scoresTable {
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.teams-picker {
    position: relative;
    z-index: 20
}

.teams-picker .teams {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    background: #fff;
    color: #000;
    z-index: 20
}

.teams-picker .teams .team-item {
    padding: 5px 15px
}

.teams-picker .teams .team-item+.team-item {
    border-top: solid 1px #000
}

.form-control:focus,
.select-control:focus {
    border-color: #d93904
}

.btn.btn-primary {
    background: url(./public/img/button.svg.png);
    background-size: 100% 100%;
    background-position: top left;
    color: #000;
    font-family: "BajaCrossing";
    font-size: 33px;
    line-height: 1;
    padding: 20px 30px 4px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    display: block;
    margin: 0 auto
}

/*# sourceMappingURL=style.css.map */

.table {
    max-width: cal(100% - 8px);
}