body {
    background: url('../images/sotm-background.jpg') no-repeat center center fixed;
    background-size: cover;
}

footer p {
    padding: 40px 0 20px;
}

.container.background {
    background: rgba(255,255,255,.9);
}
.hider {display:none;}

.hero .name, .villain .name {
    padding: 10px 0;
}
.hero .box-image, .villain .box-image {
    width: 100%;
    min-height: 300px;
    position: relative;
}
.villain .box-image {
    background: red;
}
.hero .box-image {
    background: green;
}
.hp {font-size:36px;font-weight:bold;}

.effects-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,.6);
    padding: 10px!important;
    transition: all .8s ease;
}
.effects-box .form {
    width: 100%;
}
.effects-row {
    overflow: auto;
    max-height: 50%;
}
.hero.col-sm-4 .effects-row {
    max-height: 30%;
}
.villain.col-sm-12 .effects-row {
    max-height: 80%;
}

.effects-box .effects-list {
    color: #ffffff;
    padding-left: 20px;
}
.effects-list li {
    margin: auto 20px auto 0;
}
.effects-list li:hover {
    background: #666666;
}

.quick-btns {
    margin-top: 5px;
}
.quick-btns button {
    margin: 2px 2px 0 0;
}

#settings_heroes input, #settings_villains input, #settings_environments input {
    width: 20px;
    height: 20px;
}