/* Enter Your Custom CSS Here */

body {
  font-size: 14px;
}

.header-nav-container {
  background: #009fd4;
}

/* Position the logo a little higher to vertically align with the menu and provide space below */
.logo {
  line-height: 67px;
}


/* Reduce the size of the logo */
.logo img {
  width: 350px;
}


.frontpage-welcome p,
.frontpage-header-content-button a,
.frontpage-products-name p,
.frontpage-header-content-headline h1
{
 font-family: "Roboto", arial, sans-serif; 
}


.post_meta_bottom {
    display: none;
}


#comments, .site-info {
 display: none; 
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}

/* Remove extraneous white space below the blog */
.post_grid_module, .post_list_module {
  margin-bottom: 0px;
}

/* Increase the font size of the header links menu */
.header_links li {
 font-size: 14px; 
}

/* Reduce the gap between two Contact-Us widgets in the sidebar */
div#contact-4.widget.mysite_contact_widget {
  margin-bottom: 0px; 
}
