/* Tremethick sage green rgba(151, 167, 130, 0.5) */

body {
    font-family: "hvd_bodedomedium", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.normalfont  {
    font-family: 'Nunito',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.subtlelink, a.subtlelink:hover, a.subtlelink:visited {
    text-decoration: none;
    color: black;
}

.carousel-control.right {background-image: none; }

.carousel-control.left {background-image: none; }

.carousel-caption {color: #333; }

@font-face {
    font-family: 'hvd_bodedomedium';
    src: url('HVD_Bodedo-webfont.eot');
    src: url('HVD_Bodedo-webfont.eot?#iefix') format('embedded-opentype'),
         url('HVD_Bodedo-webfont.woff') format('woff'),
         url('HVD_Bodedo-webfont.ttf') format('truetype'),
         url('HVD_Bodedo-webfont.svg#hvd_bodedomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wide-screen-only {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
		visibility: hidden;
	}

	.wide-screen-only {
		display: block;
		visibility: visible;
	}
}
