body {
 margin: 0 !important;
}
.imageJumbo {
   margin-top: 98px;
   width: 100%;
   margin-left:auto;
   margin-right:auto;
   height: 356px;
   background: url('../Images/BlogHeader.jpg') no-repeat center center;
   background-size: cover;
   background-position: 50% 0%;
   background-repeat: no-repeat;
}

.imageJumbo h1 strong{
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 65px;
    padding-left:95px;
    color: #ffffff;

}
.imageJumbo h1{
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 65px;
    padding-top: 150px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}

.imageJumbo p{
   padding-top: 10px;
 padding-left:115px;
 font-size: 18px;
 font-weight: 300;
 font-family: 'Lato', sans-serif;
     color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}
.img {

    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 250px;
}

.circular {
	width: 100px;
	height: 100px;
    border: solid 1px #e1e1e1;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
    
    .customCol {
        padding-top: 35px;
        border-bottom: solid 1px #e1e1e1;
        padding-bottom: 35px;
    }
    h1 {
        font-size: 22px;
        font-family: 'Lato', sans-serif;
    }
    .bloglink {
        color: #2a5a85;
    }
    .bloglink:hover {
        cursor: pointer;
    }
    .dateP {
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        font-style: italic;
    }
    .excerptP {
        font-size: 14px;
        font-family: 'Lato', sans-serif;
    }
   
   .blogtxt {
      font-size: 12px;
      font-family: 'Lato', sans-serif;
      font-style: italic;
      text-align: center;
   }
   .blogtxt a:hover {
      cursor: pointer;
   }

    
@media only screen and (max-width: 1200px) {
    .contentRow {
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {

.imageJumbo h1 strong{
font-size: 45px;
padding-left:50px;

}
.imageJumbo h1{
font-size: 45px;
}

.imageJumbo p{
 font-size: 14px;
 padding-left:50px;
}
}