body {
	font-family: 'lato', sans-serif;
	font-size: 14pt;
	min-height: 100vh;
	background-color: #fff;
	background-image:
		linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
		url('/images/barrage-2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: cover, contain;
	background-attachment: fixed, fixed;
}

.btn-fergies {
	color: #fff;
	background-color: #1f4e60;
	border-color: #163a4a;
	width: 100%;
	font-size: 16px;
}

.btn-fergies:hover {
	color: #fff;
	background-color: #d96b3a;
	border-color: #b25527;
}

.img-responsive {
	display: block;
	max-width: 70%;
	height: auto;
}

.img-centered {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pointer:hover {
	cursor: pointer;
	color: #6c181a;
	text-decoration: underline;
}

.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
}

.scroll-top .btn {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
}

.scroll-top .btn:focus {
	outline: 0;
}

.des-margin {
	margin-left: 20px;
}

.menu-des {
	font-size: 18px;
}

.text-red {
	color: #964446;
}

.text-green {
	color: #1f4e60;
}



h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
}

.item-header {
	padding-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
}

.content-container {
	margin-left: 30px;
	padding-bottom: 20px;
}

.text-header {
	font-size: 10pt
}

.text-centered {
	text-align: center;
}

.logo-size {
	width: 100px;
}

.nav {
	display: none;
}



a.social-main,
a.social-main:focus,
a.social-main:active,
a.social-footer,
a.social-footer:focus,
a.social-footer:active {
    color: #05723b;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
}
a.social-main:hover,
a.social-footer:hover {
    color: #034d28;
}

p { margin-bottom: .25rem; font-size: 16px;}

.bg-fergies {background-color: #ffffff!important; }


@media(min-width:768px) {
	
	
	.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
	
	.btn-fergies {
		font-size: 25px;
	}
	.logo-size {
		width: 150px;
	}
	.text-header {
		font-size: 16pt
	}
	.nav {
		display: block;
	}
	.mobile-nav {}
}


/* Sticky footer styles
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	/* Margin bottom by footer height */
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
/* 	height: 60px; */
	/* Set the fixed height of the footer here */
/* 	line-height: 60px; */
	/* Vertically center the text there */
/* 	background-color: #f5f5f5; */
}