html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.readable-text {
    font-weight: bold;
}
.campaign-navbar {
    background: url('/static/images/campaign/header.png') no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
}
@font-face {
    font-family: "banda";
    src: url("/static/font/regular-webfont.woff") format('woff');
}
.campaign-text {
    font-family: "banda";
    font-size: 28px;
    line-height: 35px;
    margin: 50px 0 50px;
    text-align: left;
    color: #FFF;
}
.monster-background {
    width: 100%;
    height: 100%;
}
.monster-image {
    max-width:100%;
    max-height:100%;
}
@media only screen and (max-width: 350px) {
    .logo {
        height: 60px;
        width: 33px;
        padding: 0;
        background: url("/static/images/campaign/mobile-logo.png");
        margin: 15px;
    }
    .logo > img {
        display: none;
    }
    .campaign-text {
        font-family: "banda";
        margin: 0px;
        font-size: 22px;
        text-align: center;
    }
    .campaign-navbar {
        background: url('/static/images/campaign/header.png') no-repeat;
        background-size: auto 195px;
    }
    .campaign-text-div {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 350px)  and (max-width: 767px) {
    .logo {
        height: 60px;
        width: 33px;
        padding: 0;
        background: url("/static/images/campaign/mobile-logo.png");
        margin: 15px;
    }
    .logo > img {
        display: none;
    }
    .campaign-text {
        font-family: "banda";
        margin: 0px;
        font-size: 22px;
        text-align: center;
    }
    .campaign-navbar {
        background: url('/static/images/campaign/header.png') no-repeat;
        background-size: 100% auto;
    }
    .campaign-text-div {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.mt-2 {
  margin-top: 2em !important;
}
.mb-2 {
    margin-bottom: 2em !important;
}

.game_clickable {
    max-width: 100%;
}
