@font-face {
	font-family: 'Raleway';
	src: url('/css/Raleway-Medium.ttf');
}
@font-face {
	font-family: 'RobotoReg';
	src: url('/css/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'RobotoMed';
	src: url('/css/Roboto-Medium.ttf');
}
html, body {
	height: 100%;
}
body {
	font-family: 'RobotoReg', sans-serif;
	color: black;
	background-color: white;  /* linen */
}
body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url("../images/whitehart-photo.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a {
	color: #34b3d1;
}
h2 {
	/* color: #33a02d; */
	color: #1b50a1;
}
hr {
	border-top: 2px solid #999999;
}
.u130 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 25px;
}
@media (max-width:767px) {
	.u130 {
		padding-left: 0;
		padding-right: 0;
	}
}
.container {
	max-width: 1120px;
}
.vertainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* bottom margin is neg of footer height */
	padding-bottom: 100px;
}
.footainer {
	height: 100px;
}

#rt-top {
	margin-top: 30px;
	margin-bottom: 10px;
	}
#rt-top .container {
	vertical-align: top;
}
#rt-top .navbar-brand {
	height: 100px;
}
.rt-logo {
	width: 50%;
	max-width: 500px;
	display: inline;
}
@media (min-width: 992px) {
	.rt-menu {
		position: absolute;
		bottom: 30px;
		right: 25px;
	}
}
ul.menutop {
	list-style: none outside none;
	padding-inline-start: 0;
	/* width: 325px; */
}
ul.menutop li {
	float: left;
	padding: 5px 0px 0px 25px;
	transition: 0.3s linear;
	font-family: RobotoMed;
	font-size: 18px;
}
ul.menutop li a {
    color: black;
	font-family: RobotoMed;
}
li a.viewing {
    text-decoration: underline;
}
ul.menutop li a:hover,
ul.menutop li a:active,
ul.blogmenu li a:hover,
ul.blogmenu li a:active
{
	color: black;
	text-decoration: underline;	
    /*background: url("../images/drop_down_arrow.png") no-repeat scroll center bottom transparent;*/
}

.navbar-stripe {
	box-shadow: 0 0 10px 10px white;
	background-color: white;
}
#myNavbar {
	background-color: whitesmoke;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 140px;
	border-radius: 5px;
	z-index: 1;
}
#rt-drop nav.navbar {
	margin: 0;
	border: none;
	background-color: transparent;
	padding: 15px 0 5px 15px;
}
#rt-drop ul.navmenu li {
	font-family: RobotoMed;
	font-size: 18px;
}	
#rt-drop ul.navmenu li a {
    color: black;
	padding: 7px 20px;	
}
#rt-drop ul.navmenu li a:hover, 
#rt-drop ul.navmenu li a:active {
	color: black;
	text-decoration: underline;	
	font-size: 17px;
}
#menuToggleBtn {
	position: absolute;
	right: 15px;
	top: 15px;
	border: 2px solid #555;
	border-radius: 50%;
	padding: 10px 7px;
}
#menuToggleBtn > .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px;
	border-radius: 1px;
	background-color: #555;
}
div#logo a {
	margin-left: -20px;
}
img.logo-sm {
	max-width: 420px;
	width: 77%;
}
img.logo-lg {
	width: 50%;
	max-width: 420px;
	box-shadow: 0 0 10px 10px white;
	background-color: white;
}
.hr {
    height: 2px;
    width: 100%;
	border-top: 3px solid #999999;
    margin-top: 20px;
}
img.widgets {
	margin: 20px 0 0 -1px;
}
div.tcdedt, div.tcdedc {
	font-size: inherit;
	color: black;
	margin-top: 5px;
}
div.tcdedh {
	font-size: 24px;
	color: black;
	margin-top: 20px;
}
div.pnlcell div.tcdedh {
	margin-top: 5px;
}
div.tcdpnl {
	display: inline-block;
}
div.center {
	margin: 0 auto;
    width: 100%;
}
div.nfcpane, div.tcdpnt .p {
	font-size: 18px;
	color: black;
	margin-bottom: 15px;
	margin-left: 15px;
}
@media (min-width: 992px) {
	div.nfcpane, div.tcdpnt {
		max-width: 320px;
	}
}
div.nfc {
	text-align: center;	
	color: white;
	padding: 60px 0;
	margin: 0 auto;	
	margin-bottom: 20px;
}
div.nfc div {
	max-width: 250px;
	margin: 0 auto;	
}
@media (min-width: 992px) {
	div.nfc div {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	div.nfc  {
		margin: 0 auto;
		padding: 50px 0;
		margin-bottom: 20px;
	}
}
div.altc h3:nth-child(odd) {
	color: black;
}
div.altc p:nth-child(odd) {
	color: black;
}
div.plainbg {
	background-color: #c4d5cf;
	/* border: 2px solid #c5c5c5; */
	border-radius: 5px;
}
@media (max-width: 767px) {
	div.gallery  {
		margin: 0 auto;
	}
	div.slim-xs {
		padding-left: 5px;
		padding-right: 5px;
	}
}
a.gallery-view, a.btn {
	font-size: 16px;
	font-weight: bold;
}
h3.gallery {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0px;
}
div.gallery .nfccard {
	margin-bottom: 25px;
    height: 90px;
    overflow: hidden;
}
div.blogmenu {
	margin-top: 30px;
}
div.blogmenu h4 {
	font-family: RobotoReg;
	font-size: 20px;
}
ul.blogmenu li {
	height: 34px;
}
ul.blogmenu li a {
	font-size: 18px;
	color: black;
}
.cmslnk {
	display: inline-block;
	margin-top: 8px;
	margin-left: 5px;
}
.cmsbtn {
	display: inline-block;
	font-family: tahoma, sans-serif;
	font-size: 14px !important;
	width: 75px;
	text-align: center;
	padding: 5px 7px;
	margin: 3px 0;
	background-color: #c6c6c6;
	color: black;
	border-top: 0.5px solid whitesmoke;
	border-left: 0.5px solid whitesmoke;
	border-bottom: 0.5px solid black;
	border-right: 0.5px solid black;
	border-radius: 4px;
	cursor: pointer;
}
.cmsbtn:hover {
	background-color: #a6a6a6;
	text-decoration: none;
}
.cmsbtn:not(.drop):hover {
	color: white;
}

@media (max-width: 767px) {
	div.client  {
		margin: 10px auto 5px auto;
	}
}
div.clients p, div.gallery p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: black;
	margin-bottom: 10px;
}
div.footainer {
/* 	background-color: #4b4b56; */
	border-top: 3px solid #999999;
	padding: 25px;
	width: 100%;
	color: black;
	font-family: RobotoReg;
	font-size: 15px;
}
div.footer {
	text-align: center;
	line-height: 25px;
}
div.pnlindex h5 {
	font-size: 20px;
}
select.smldropdown {
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 3px 33px 3px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
@media print {
	div.rt-logo img { width: 500px; }
	div.rt-menu { display: none; }
	div.footainer { display: none; }
	div.u130 {
		font-size: 20px; 
		background-color: #ccd2bb;
		border: 20px white double;
	}
}