html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #666666;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #cccccc;
    text-decoration: none;
}

    a:hover, a:focus, .btn:focus {
        text-decoration: none;
        outline: none;
        color: #6c6b6b
    }

input:focus, textarea:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}

h1 {
    font-size: 72px;
    line-height: 82px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
    line-height: 45px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 25px;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

.strong {
    font-weight: 700;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.container {
    position: relative;
    z-index: 10;
}

.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) !important;
    z-index: 5;
}

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.section-title {
    margin-bottom: 48px;
}

    .section-title h3, .section-title h4 {
        color: #F4F4F4;
        border-top: 1px solid;
        border-bottom: 1px solid;
        display: inline-block;
        margin-top: 0;
        padding: 8px 0;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.sticky-bar-wrap {
    position: fixed;
    width: 100%;
    z-index: 1025;
    top: 0;
}

.sticky-section {
    width: 100%;
    height: 80px;
    z-index: 1025;
    transition: all .3s ease-in;
    background: rgba(0,0,0, .15);
}

.nav-bg {
    background: rgba(0,0,0, .6);
}

.site-name {
    color: #fff;
    font-family: 'Bangers', cursive;
    font-size: 24px;
    padding: 8px 15px;
    letter-spacing: 1px;
}

    .site-name span {
        color: #fff;
        padding: 0 13px;
        font-weight: 400;
        height: 35px;
        width: 35px;
        display: inline-block;
        margin-right: 3px;
        font-size: 28px;
        line-height: 35px;
    }

    .site-name span, .photo-overlay h4 {
        background-color: #7F8C8D;
    }

.nav-hold {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 13px;
    z-index: 1025;
}

.active  {
    color: #ccc !important;
}

ul.nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

    ul.nav > li > a:hover, ul.nav > li > a:focus {
        background: none !important;
    }

    li.active a, ul.nav > li > a:hover {
        color: #ccc !important;
    }

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.current {
    color: #ccc !important;
}

.section-home {
    position: relative;
}

.home {
    min-height: 750px;
}

.well-come {
    position: relative;
    font-size: 50px;
    line-height: 62px;
    margin-top: 240px;
    margin-bottom: 48px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}

    .well-come:after {
        position: absolute;
        content: "";
        width: 220px;
        height: 1px;
        background-color: #FFF;
        bottom: -16px;
        left: calc(50% - 110px);
    }

.intro-message {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 48px;
    color: #fff;
}

.button-line {
    background: transparent;
    display: inline-block;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid;
    margin: 10px;
    overflow: visible;
}

.no-text .icon {
    margin: 0;
}

.btn .icon {
    margin-left: 13px;
}

.button-white {
    border-color: #fff;
    color: #fff;
}

    .button-white:hover {
        border-color: #fff;
        color: #fff;
    }

#section-games {
    background-color: #f9f9f9;
}

.container.games {
    padding-top: 132px;
    padding-bottom: 190px;
}

.baraja-container {
    width: 250px;
    height: 400px;
}

    .baraja-container .single-game {
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.single-game .game-title {
    margin-top: 18px;
}

.single-game .game-text {
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 16px;
}

.baraja-container .single-game:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -o-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
}

.single-game .game-image {
    margin-top: 5px;
}


.games-control {
    margin: auto;
    margin-top: 55px;
    width: 253px;
    z-index: 1020;
}

.control-icon {
    position: absolute;
    top: 0;
    padding: 0px 10px !important;
    font-size: 20px;
    height: 46px;
}

.game-link a {
    color: #fff;
    font-weight: 400;
}

    .game-link a i {
        font-weight: 300;
    }

.btn-col, .project-details h5, .project-info h5 {
    border-color: #7F8C8D;
    color: #7F8C8D;
}

.image {
    width: 200px;
    height: 200px;
    transition: all .2s ease-in-out;
}

.selectable-image:hover {
    transform: scale(1.1);
    cursor: pointer;
}
