html {
    border-right: solid 15px #d3e7ea;
    border-left: solid 15px #d3e7ea;
    border-bottom: solid 15px #ebf7f9;
    border-top: solid 15px #ebf7f9;
    min-height: 100%;
    box-sizing: border-box;
}

/*homepage hero image mobile*/
.block_d3045bee1e91477ea49f59bd199ec8b3 {
    height: auto;
    min-height: 400px;
    width: 100%;
}

/*homepage hero text mobile*/
.block_d3045bee1e91477ea49f59bd199ec8b3 .contentTitle {
    color: #fff;
    font-size: 125%;
    /*margin: 0 auto;*/
    margin: 200px 10px 20px 10px;

}

/*homepage hero text tablet*/
@media only screen and (min-width: 480px) {
    .block_d3045bee1e91477ea49f59bd199ec8b3 .contentTitle {
        color: #fff;
        font-size: 125%;
        /*margin: 0 auto;*/
        margin: 110px 40px 20px 40px;
    }
}

/*homepage hero text tablet*/
@media only screen and (min-width: 768px) {
    .block_d3045bee1e91477ea49f59bd199ec8b3 .contentTitle {
        color: #fff;
        font-size: 175%;
        /*margin: 0 auto;*/
        margin: 170px 40px 20px 40px;
    }
/*homepage hero image*/
    .block_d3045bee1e91477ea49f59bd199ec8b3 {
        height: auto;
        min-height: 500px;
        width: 100%;
    }
    
}

@media only screen and (min-width: 1025px) {
    .block_d3045bee1e91477ea49f59bd199ec8b3 .contentTitle {
        text-align: center;
        font-size: 240%;
        max-width: 1104px;
        margin: 190px 15% 20px 15%;
    }
}

/* About PAGE */
.aboutGallery img {
    width: 100%;
}

@media only screen and (min-width: 1025px) {
.aboutGallery img {
    width: 100%;
}
}
/* Productions */
.block_bdb25f745bea408ba28cbd30edb068e7 .itemImg {
    padding-bottom: .25em;
}