@import url(https://fonts.googleapis.com/css?family=Julius Sans One);

#BodyOLD { background-image: url(/Portals/0/ImageBanners/Monomoy.jpg);}

#BodyOLDER { 
  background: url(/Portals/0/ImageBanners/Monomoy.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.centerdiv {
    max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.backgroundImageGIBS1 {
    background-image: url("/Portals/0/ImageBanners/Monomoy.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: initial;
    text-align: center;
    padding: 160px 0 200px 0;
    backface-visibility: hidden;
}

.img-responsive {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.partnerlinks
{
text-decoration: none;

font-family: 'Julius Sans One', sans-serif;
font-size: 1.2em;
}

.contact_style
{
color: #FFFFFF;
}
.bigtext
{
font-size: 1.4em;
  line-height: 1.5em;
}




/* Fix paralax image on home page */
@media screen and (min-width: 992px) {
  .backgroundImageFP, .backgroundImageGIBS1, .backgroundImageSummerAppeal, .backgroundImageWinterAppeal, .backgroundImageSummerGala {
    background-attachment: fixed;  
  }
.dnn_logo img {
        width:220px; 
        margin-right: auto;
         margin-left: auto;
    }
   
    .imagefit img {
        width: 230px; 
        height: 220px; 
        object-fit: cover;
    }

    .imagefitnews img {
        width: 350px; 
        height: 240px; 
        object-fit: cover;
    }

    .divchild {
        width: 250px; 
    float: left;
    border: 0px solid red;
    padding: 1rem 1rem;
    margin: 6px;
    
    }


}


@media screen and (min-width: 1200px) {
  
    .dnn_logo img {
       width: 100%;
    }
}





