body{
    background-color: #e5e5e5;
    font-family:Raleway;
}
body, a:link, a:visited{
    color: #696969;
}
body > div {
    min-height:100vh;
}
body > div > div.container-fluid {
    flex:1 0 0;
}
a:hover{
    text-decoration: none;
}
h1, h2, h3, h4{
    color:black;
    font-family: Oswald;
}
h1.comic-title{
    font-size:1.65rem;
}
h4.art-list-title {
    font-size:1.1rem;
}
footer .fa {
    font-size:2rem;
}
footer a:hover {
    color:black;
}
.episode-card{
    background-color:white;
    margin:20px -15px;
}
/* .episode-card>div, .episode-card .episode-image{
    padding:0px;
} */
a.btn-primary, a.btn-light {
    white-space: normal;
}
a.btn-primary {
    color:white !important;
}
.back-icon {
    transform: rotateX(180deg);
    vertical-align: text-bottom;
}
.form-success {
    display:none;
}
.comics-nav i, .art-nav i {
    font-size:1.2rem;
    color:black;
}
.comics-nav .disabled > i, .art-nav .disabled > i {
    opacity: 0.5;
    cursor:not-allowed;
}
.art-image img {
    max-height:100vh;
    width:auto;
}
.comic-image {
    overflow:auto;
}
.comment-block {
    border-bottom:1px solid grey;
}
.episode-image{
    height: 300px;
    width: 300px;
}
.mejs__container{
    background:grey;
    width:100% !important;
}
.container-fluid {
    /* max-width:1170px; */
}
.navbar-brand, .nav-item{
    font-family: Oswald;
    font-size:1.6rem !important;
}
.itunes-badge{
    width:47% !important;
    margin: 0 1% 0 0;
}
.google-badge{
    width:33% !important;
    margin: 0 1%;
}
.rss-badge{
    width:12% !important;
    margin: 0 0 0 1%;
}
.download-badge{
    width:36%;
    margin: 0 1%;
}
.card-columns {
    column-count: 1;
}
.card:hover,
.jumbotron-art:hover,
.jumbotron-comics:hover,
.jumbotron-podcast:hover,
.jumbotron-video:hover{
    box-shadow: 0 0px 10px 5px #888888;
}
.jumbotron-art,
.jumbotron-comics,
.jumbotron-podcast,
.jumbotron-video{
	flex:1 0 0;
	margin-bottom:0rem;
}
.jumbotron-title{
	margin-bottom:0rem;
}
.front-page-nav{
	flex:1 0 0;
}
.podcast-links-left{
    width:75%;
}
.podcast-links-right{
    width:25%;
}
.jumbotron-title {
    background-color: #bfbfbf;
}
.jumbotron-art {
    background-color: #fc8e8e;
}
.jumbotron-comics {
    background-color: #f6d668;
}
.jumbotron-podcast {
    background-color: #59cdd6;
}
.jumbotron-video {
    background-color: #FFAC81;
}
.jumbotron-podcast .display-3,
.jumbotron-comics .display-3,
.jumbotron-art .display-3,
.jumbotron-video .display-3,
.jumbotron-podcast p,
.jumbotron-comics p,
.jumbotron-art p,
.jumbotron-video p{
    color:#292929;
}
.jumbotron-title img {
    width:100%;
    max-width: 500px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
    h1{
        font-size:2.5rem;
    }
    h4{
        font-size:1.5rem;
    }
    .navbar-brand, .nav-item{
        font-family: Oswald;
        font-size:2rem !important;
    }
}
@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}
@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
    .podcast-links-left{
        width:50% !important;
    }
    .podcast-links-right{
        width:50% !important;
    }
    .download-badge{
        width:12% !important;
        margin: 0 1%;
    }
	.jumbotron-title {
		margin-bottom:2rem;
    }
    .main-content {
        height:calc(100% - 80px);
    }
    .display-lg-3 {
        font-size:4.5rem !important;
    }
}
@media (min-width: 1200px) {
    .card-columns {
        column-count: 5;
    }
    .display-xl-2 {
        font-size:5.5rem !important;
    }
}
@media (max-height: 650px) {
    .main-content {
        display: block !important;
        height:auto !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .d-ie-block {
        display:block !important;
    }
    .h-ie-100 {
        height:100%;
    }
}
