body {
	font-family: 'lato', sans-serif;
	font-size: 16pt;
}

.top-logo {
	height: 50px;
}

.btn-monks {
	color: #fff;
	background-color: #871e21;
	border-color: #000;
	width: 100%;
	font-size: 20px;
}

.btn-monks:hover {
	color: #fff;
	background-color: #6c181a;
	border-color: #871e21;
}

.img-responsive {
	display: block;
	max-width: 45%;
	height: auto;
}

.img-centered {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.text-centered {
	text-align: center;
}

.mobile-nav {
	width: 50%
}

.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;
}

a.social-main,
a.social-main:focus,
a.social-main:active,
a.social-footer,
a.social-footer:focus,
a.social-footer:active {
	color: #6c181a;
	font-weight: 400;
	text-decoration: none;
	font-size: 22px;
}

a.social-main:hover,
a.social-footer:hover {
	color: #871e21;
}

.menu-des {
	font-size: 16px;
}

.bodyCopy {
	padding-top: 30px;
	padding-bottom: 150px;
}

@media(min-width:768px) {
	
/*
	.col-md-2 {
	    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
*/
	
	.mobile-nav {
	width: 20%
}

	.img-responsive {
		display: block;
		max-width: 1000%;
		height: auto;
	}
	.top-logo {
		height: 70px;
	}
	.btn-monks {
		width: 100%;
		font-size: 25px;
	}
	.logo-size {
		width: 150px;
	}
	.text-header {
		font-size: 16pt
	}
	.nav {
		display: block;
	}
	.mobile-nav {}
}