/*	Custom Typefaces */

@font-face {
	font-family: 'Conv_Candara';
	src: url('fonts/Candara.eot');
	src: local('☺'), url('fonts/Candara.woff') format('woff'), url('fonts/Candara.ttf') format('truetype'), url('fonts/Candara.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Style change for Bootstrap 4 to enable right-align on form field labels */

label {
	text-align: right;
}

/* Normal Styles */

body {
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
	font-family: Conv_Candara, Helvetica, verdana, arial;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

.normal-text {
	font-size: 16px;
}

.small-text {
	font-size: 14px;
}

.custom-link {
	font-size: 14px;
}
.custom-link a:link, .custom-link a:visited {
	color: #2f3f58;
}
.custom-link a:hover, .custom-link a:active {
	color: #6599c5;
}

.header-ad {
	margin-top: 8px;
	margin-bottom: 8px;
}

.body-ad {
	margin-top: 18px;
	margin-bottom: 18px;
	display: block;
}

.home-logo {
	margin-top: 12px;
	margin-bottom: 4px;
}

.home-logo-size {
	height: auto;
	width: auto;
}

.home-buttons {
	margin-top: 12px;
	margin-bottom: 32px;
	font-size: 16px;
}

.home-search {
	margin-top: 0px;
	margin-bottom: 24px;
}

img {
	border: none;
}

.container {
	max-width: 1024px;
	display: block;
	align-items: left;
	padding: 0;
}

.nav-item-sm {
	font-size: 12px;
}

.span-text-16 {
	font-size: 16px;
}

/* Footer Styling */

.footer {
	position: fixed;
	bottom: 0;
	margin-left: -4px;
	width: 100%;
	height: 50px;
	color: #ffffff;
	background-image: url(images/mesh-1280x720.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.footer a:link, .footer a:visited, .footer:focus, .footer:hover, .footer:active {
	color: #ffffff;
}

.footer-contact {
	margin-left: 25px;
	margin-top: 12px;
	float: left;
}

.footer-social {
	float: right;
	margin-top: 9px;
	margin-right: 25px;
}

.footer-item {
	padding-left: 24px;
}

/* Desktop Styles */

@media(min-width:767px) {

	.footer-desktop {
		display: inline;
	}

	.footer-mobile {
		display: none;
	}

}

/* Mobile Styles */

@media(max-width:768px) {
	.home-logo-size {
		height: 30px;
		width: 150px;
	}
	.body-ad {
		display: none;
	}
	label {
		text-align: left;
	}
	.nav-item-sm {
		font-size: 15px;
	}
	.home-buttons {
		margin-top: 0px;
		margin-bottom: 8px;
	}
	.home-search {
		margin-top: 0px;
		margin-bottom: 8px;
	}
	.footer {
		height: 100px;
	}
	.footer-contact {
		font-size: 13px;
	}

	.footer-desktop {
		display: none;
	}

	.footer-mobile {
		display: inline;
		line-spacing: 16px;
	}

}


