@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-Regular.ttf);
}
@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Merriweather;
    src: url(../fonts/Merriweather-Italic.ttf);
    font-style: italic;
}

body {
    background: #fafafa;
    font: 500 14px Ubuntu, sans-serif;
    margin: 0;
    margin-top: 10px;
}

.logo {
    background: url(../../assets/images/bim_logo_dark.png) no-repeat center top;
    height: 256px;
    margin: 20px auto;
}

.wrapper {
    width: 70%;
    margin: 0 auto;
}

.footer {
    text-align: center;
    font-size: 8pt;
    color: #555555;
    margin-top:50px;
}

.page_section {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}

.page_section > h1 { margin-top: 0; }

.app_logo {
    width: 128px;
    height: 128px;
    display: inline-block;
    float: left;
}

.janusz_game {
    background: #513f31 url(../../media/janusz/banner.jpg) no-repeat center center;
    background-size: contain;
    background-position: top;
}

.bigentry {
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    border-radius: 3px;
}

.bigentry:hover {
    opacity: 0.95;
}

.bigentry > .app_info {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
}

.bigentry > .app_info > .title {
    margin-left: 10px;
    vertical-align: top;
    color: #CCCCCC;
    font-size: 15pt;
}

.bigentry > .app_info > .description {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 120px;
    vertical-align: top;
    color: #999;
    font-size: 8pt;
    word-wrap: break-word;
}

.bigentry > .app_info > .order {
    position: absolute;
    right: 10px;
    bottom: 6px;
}

.bigentry > .app_info > .order a {
    opacity: 0.4;
    transition: 50ms all;
    -webkit-transition: 50ms all;
    -moz-transition: 50ms all;
    -o-transition: 50ms all;
}

.bigentry > .app_info > .order a:hover {
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        margin: 0;
    }
    .bigentry {
        height: 270px;
    }

    .nav {
        float: left;
    }

    .nav li {
        float: left;
    }

    .navbar-nav { 
        margin: 0;
        float: right;
    }

    .navbar {
        border: 0;
    }

    .navbar-brand {
        padding: 10px;
        height: 0;
    }

    body {
        margin-top: 0;
    }

    .social_navbar {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        background: #fafafa;
    }
}

.entry > .app_info {
    display: inline-block;
    margin-left: 10px;
}

.entry > .app_logo {
    background-color: #050505;
}

.entry > .app_info > .title {
    margin-left: 10px;
    vertical-align: top;
    margin-top: 20px;
    color: #CCCCCC;
    font-size: 15pt;
}

.entry > .app_info > .description {
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: top;
    color: #999;
    font-size: 8pt;
}

.entry > .app_info > .order {
    position: absolute;
    right: 10px;
    bottom: 6px;
}

.entry > .app_info > .order a {
    opacity: 0.4;
    transition: 50ms all;
    -webkit-transition: 50ms all;
    -moz-transition: 50ms all;
    -o-transition: 50ms all;
}

.entry > .app_info > .order a:hover {
    opacity: 1;
}

.page_content {
    color: #555555;
    font: 400 14px Merriweather, Georgia, serif;
}

.social_navbar {
    float: right;
    padding: 8px;
}

