﻿.navbar-default {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #4d4d4d;
}

.navbar-brand {
    padding: 5px 15px 0px 15px;
}

.panel-default {
    border-color: #ebebeb;
    background-color: #ebebeb;
}

.row {
    padding: 0px 10px;
}

.col-md-2 {
    padding: 10px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-container {
    height: 250px;
    min-width: 165px;
    padding-left: 30px;
}

.door-container {
    height: 420px;
    min-width: 165px;
}

.door {
    margin: 0 auto;
    width: 165px;
    height: 400px;
    z-index: 1;
    background-size: contain;
}

.punchline {
    width: 100%;
    height: 400px;
    display: none;
    position: absolute;
    z-index: 100;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 90%, rgba(255,255,255,0));
}

.punchline-text {
    width: 162px; height: 400px; margin: 0 auto; background-image: url('/images/punchlinebackground.png'); font-family: 'Comic Sans MS', sans-serif;
}

.punchline-who-text {
    top: 18px; margin: 0 auto; width: 162px; position: absolute; text-align: center;
}

.punchline-response-text {
    top: 87px; margin: 0 auto; width: 162px; position: absolute; text-align: center;
}

.punchline-who-reponse-text {
    top: 160px; margin: 0 auto; width: 162px; position: absolute; text-align: center;
}

.punchline-joke-text {
    top: 270px; margin: 0 auto; width: 162px; height: 153px; position: absolute; text-align: center; vertical-align: middle; padding: 0px 20px;
}
