

 body, html {
    overflow-x: hidden !important;
}


#page-wrapper {
    margin-top: 70px;

}





#front-page {


}




.content-inner {
    margin-left: -10px;
    margin-right: 37px;
}

.msf-frontpage-block {
    min-width: 100%;
    max-height: 85%;
    background: #959595;
}



.msf-frontpage-part1-block {
    max-height: 850px;
    overflow-y: hidden;
}


#full-grad-mask {
    /*background-image: url('/sites/all/themes/msf_zen_theme/images-source/grad-mask-big.png');*/
    background-image: url('https://res.cloudinary.com/msfno/image/upload/v1540987618/grad-mask-big.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;

}

#hero {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: calc(85vh) !important;
    max-height: 1024px;
   /* margin-left: -10px; */
    width: 100%;
}

#hero-info-wrapper {
    position: relative;
/*    bottom: calc(30%); */
    bottom: calc(20em + 1vmin);
/*    left: 100px; */
    left: calc(50px + 10vmin);
    max-width: 70%;
    max-height: 10px;
}


#hero-title h1  {
        color: white;
        font-size: calc(3em + 1vmin);
        font-weight: bold;
        display: inline;
        background-color: #005448;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 4px;
}

#hero-title a {
    color: white;
    text-decoration: none;

}

#hero-title h1:hover {
        color: white;
   /*     font-size: calc(3em + 1vmin);
        font-weight: bold;   */
        background-color: #CC0000;
        display: inline;
        padding-left: 20px;
        padding-right: 20px;


/*    background-color: #005448;
    cursor: pointer;
  */
}


#hero-text {
    font-size: calc(0.8em + 1vmin);
    color: white;
    line-height: 140%;
}


#hero-photo-credit {
    position: relative;
    float: right;
    margin-top: -20px;
    margin-right: 12px;

    font-size: x-small;
    color: white;
}

#msf-frontpage-part2 {
        /*background: #C8C8C8;*/
        padding-left: calc(1em + 1vmin);
}




.front-stories-title {
    font-size: large;
    font-weight: bold;

}


/*
.grid-container:after {
    content: "ss";
    display: table;
    clear: both;
}
  */



.grid-container {
    max-width: 1800px !important;
}



.front-stories-image-container {
        position: relative;
        height: calc(14em + 1vmin);
        width: 100%;
        overflow: hidden;
}




.front-stories-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.item {
    padding-left: 10%;
    padding-right: 10%;
    height: auto;


}

a {
    text-decoration: none;
}

.item:hover {
    cursor: pointer;

}





