@font-face {
    font-family: 'deliciousroman';
    src: url('./fonts/delicious-roman-webfont.eot');
    src: url('./fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/delicious-roman-webfont.woff2') format('woff2'),
         url('./fonts/delicious-roman-webfont.woff') format('woff'),
         url('./fonts/delicious-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliblack';
    src: url('./fonts/muli-black-webfont.eot');
    src: url('./fonts/muli-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/muli-black-webfont.woff2') format('woff2'),
         url('./fonts/muli-black-webfont.woff') format('woff'),
         url('./fonts/muli-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliregular';
    src: url('./fonts/muli-regular-webfont.eot');
    src: url('./fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/muli-regular-webfont.woff2') format('woff2'),
         url('./fonts/muli-regular-webfont.woff') format('woff'),
         url('./fonts/muli-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mammagammaregular';
    src: url('./fonts/mammagamma-webfont.eot');
    src: url('./fonts/mammagamma-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/mammagamma-webfont.woff2') format('woff2'),
         url('./fonts/mammagamma-webfont.woff') format('woff'),
         url('./fonts/mammagamma-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body {
    margin:0;
    padding:0;
    color: #636666;
    font-size: 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'muliregular';
    min-height:500px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media (max-width: 576px) {
    #bio {
        font-size: .65em !important;
    }
    .flipbook h2 {
        font-size: 1.3em !important;
    }
    .flipbook h2.small {
        font-size: .5em !important;
    }
    .mobile-gutterless {
        padding-right: 0;
        padding-left: 0;
    }
    .flipbook .inner.long p {
        font-size: .4em !important;
        margin-bottom: 5px;

    }
    .billboard {
        position: static !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #bio {
        font-size: .6em;
    }
    .flipbook .inner.long p {
        font-size: .4em !important;
        margin-bottom: 5px;

    }
    .flipbook h2 {
        word-wrap: break-word;
        font-size: 2em !important;
    }
    .flipbook h2.small {
        font-size: .5em !important;
    }
    .mobile-gutterless {
        padding-right: 0;
        padding-left: 0;
    }
    .details {
        font-size: .6em !important;
        word-wrap: break-word;
    }
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-flow: column;
    height: 100%;
}

div.wide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

div.wide.white {
    padding: 20px;
}

div.gray-wrap {
    width: 100%;
    min-height:300px;
    background-color: #cdcdcd;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*display: table-row; height: 100%;*/
}

.container {
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-flow: column;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*justify-content: center;*/
    /*margin: 0 auto;*/
}

.container.in-book .left {
    display: none;
}

.container.in-book .right {
    width: 100%;
}

.white {
    background-color: #fff;
}

.black {
    background-color: #000;
    color: #fff;
}

.left {
    width: 50%;
    padding-right: 35px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.right {
    width: 50%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

#body-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#bio {
    margin-top: -5px;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75em;
    padding-right: 5px;
}

#bio li {
    line-height: 2em;
}

#bio li.highlight {
    color: #9db8d5;
    font-family: 'muliblack';
}

#footer {
    /*position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;*/
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-family: 'deliciousroman';
}

#footer .container {
    padding: .8em 0;
}

#footer p {
    margin: 0;
}

#footer p.name {
    font-size: 1.3em;
    text-align: left;
    text-transform: uppercase;
}

#footer .details {
    font-size: .75em;
    margin-top: 5px;
    /*text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
}

.gutterless {
    padding-left: 0;
    padding-right: 0;
}

.gutterless-left {
    padding-left: 0;
}

.gutterless-right {
    padding-right: 0;
}

.row.padding-bottom {
    padding-bottom: 15px;
}

video::-webkit-media-controls-panel, audio::-webkit-media-controls-panel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
    opacity: 1 !important;
    -ms-filter: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    z-index: 1100;
}

.audio-wrapper {
    padding-left: 75px;
    padding-top: 40px;
    background-image: url(../img/audio-bg.jpg);
    background-size: cover;
    text-align: right;
}

.audio-wrapper audio {

}

.hear-the-radio {
    background-color: #64abc0;
    background-image: url(../img/hear-the-radio.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mic {
    background-color: #060a23;
    background-image: url(../img/mic-background.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
}

.mic img {
    max-height: 100%;
}


@media (min-width: 768px) {
  /*.row.equal {
    display: flex;
    flex-wrap: wrap;
  }*/
}

 /*add this for full height column content*/
/*.equal > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}*/

.controls img {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

audio {
    width: 100%;
}

.controls {
    margin-top: 10px;
}

.controls img {
    cursor: pointer;
}

.flipbook {
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
    opacity: 1;
}

.flipbook.loading {
    visibility: hidden;
    opacity: 0;
}

.book {
    overflow: hidden;
}

.book .flip-container{
    /*position:absolute;
    top:367px;
    left:568px;
    width:1136px;
    height:734px;
    margin:auto;*/
}

.book .flipbook{
    /*width:1136px;
    height:734px;
    left:-568px;
    top:-367px;*/
}

.imageshim{
    margin-top: 10px;
}

.zoomer {
    color: #fff;
    cursor: zoom-in;
    display: block;
    margin-top: 5px;
}

.book {
    /*background-color: #636666;*/
}
