.nav-searchbar .zd-progress {
    position: inherit;
}
.nav-searchbar img.zoomd-image,
    .nav-searchbar img.zoomd-image-mob{
    display: inline-block;
    position: absolute;
}

.nav-searchbar img.zoomd-image{
    width: 15px;
    right: 10px;
}

.nav-searchbar img.zoomd-image-mob{
    width: 17.5px;
    right: 7px;
}

#header{
    z-index: 100;
    position: absolute;
    margin-left: 20px;
}

.section{
    padding: 0rem 1.5rem !important;
}

.logo-wrapper{
    border: none !important;
    margin-left: 7%;
    cursor: pointer;
}

.logo{
    height: 70px;
    cursor: pointer;
}

figure.image > figcaption{
    font-size: 0.9rem !important;
}

@media only screen and (max-width: 1070px) {
    div.image.is-2by1.bg-cover.bg-center{
        height: 600px;
    }
}

@media only screen and (max-width: 780px) {
    .logo{
        height: 50px;
    }
    .logo-wrapper{
        margin-left: 5% !important;
    }

    figure.image > figcaption{
        font-size: 0.7rem !important;
    }
}

@media only screen and (max-width: 630px) {
    .logo{
        height: 27px;
    }
    .logo-wrapper{
        margin-left: 2% !important;
    }
    div.image.is-2by1.bg-cover.bg-center{
        height: 450px;
    }
}

@media only screen and (max-width: 345px) {
    div.image.is-2by1.bg-cover.bg-center{
        height: 300px;
    }
}

.zd-progress, .zd-progress input{
    color: black !important;
}

.article iframe {
    max-width: 100% !important;
}

@media only screen and (max-width: 450px) {
   .iframe-youtube{
       height: 200px;
   }
}

blockquote{
    font-family: "Georgia", serif !important;
}

p.meta span{
    color: #ffffff !important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

main.column.is-three-quarters{ 
    margin:auto; 
    width: 100%;
}

figure.image{
    width: 100%;
}

div.content > img{
    margin: 15px auto !important;
}

div.content > p, div.content > h1, 
div.content > h2, div.content > h3,
div.content > h4, div.content > h5,
div.content > h6 {
    margin-right: 18%;
    margin-left: 18%;
}

blockquote, div.content > div.twitter-tweet{
    margin-right: 18% !important;
    margin-left: 18% !important;
}

div.twitter-tweet{
    display: block !important;
    max-width: 70% !important;
}

div.twitter-tweet > iframe{
    width: 650px !important;
}

div.content > iframe { 
    margin: auto !important;
    width: 45% !important;
}

main.column{
    font-size: 20px !important;
}

div.content > p, figcaption, 
h1, h2, h3, h4, h5, h6{
    font-family: Georgia, serif;
}

.inline-slide > img{
    margin: auto;
}

.share-container, .homepage-link{
    margin: 30px auto;
}

.share-icons{
    font-size:2rem;
}

@media only screen and (max-width: 780px) {
    div.content > p, div.content > h1, 
    div.content > h2, div.content > h3,
    div.content > h4, div.content > h5,
    div.content > h6, div.content > div.twitter-tweet{
        margin-right: 4px;
        margin-left: 4px;
    }

    div.content > iframe { 
        margin: 30px auto !important;
        width: 98% !important;
    }
    
    blockquote{
        margin: 1.5rem 10px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        font-size: 2rem !important;
        line-height: 1;
    }
}

@media only screen and (max-width: 630px) {
    main.column{
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 450px) {
    blockquote, div.content > div.twitter-tweet{
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    div.twitter-tweet{
        max-width: fit-content !important;
    }
}
