@media only screen and (max-width: 991px) {
     body{
         font-size:14px;
    }
     .service-area {
         padding-top: 30px;
         padding-bottom: 20px;
    }
     h2.heading {
         font-size: 30px;
    }
     .single-announcement h3 {
         font-size:20px;
    }
     .single-announcement {
         min-height: auto;
    }
     h4.announcement-link{
         font-size:20px;
    }
     .newsletter-photo{
         position:inherit;
         left:auto;
         right:auto;
         min-height:400px;
         width:100%;
         background-position:center;
         background-size:cover;
         margin-top:25px;
    }
     .single-press-kit-area h3 {
         font-size: 20px;
    }
     .kit-brand-area h3 {
         font-size: 20px;
    }
}
 @media only screen and (max-width: 767px) {
     a.navbar-brand img{
         max-width:70%;
    }
	ul.main-nav-menu li a {
		margin-left: 0px;
	}
	
}