
@font-face {
    font-family: 'haettenschweilerregular';
    src: url('/fonts/haettenschweiler-regular-webfont.woff2') format('woff2'),
         url('/fonts/haettenschweiler-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
	font-family: 'lato', sans-serif;
	font-size: 14pt;
}

body {
	font-family: 'lato', sans-serif;
	font-size: 14pt;
}

.btn-the-jim {
	color: #000;
	background-color: #c7b173;
	border-color: #000;
	border-width: 2px;
	width: 100%;
	font-size: 22px;
	font-family: haettenschweilerregular;
	letter-spacing: 2px;
	}

.btn-the-jim:hover {
	color: #fff;
	background-color: #A4925F;
/* 	border-color: #871e21; */
}

.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-Anton { 
	font-family: Rajdhani;
}

.text-haettenschweilerregular{
	font-family: haettenschweilerregular;
	letter-spacing: 3px;
}

.text-red {
	color: #964446;
}

.text-green {
	color: #04532b;
}



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;
}

.mobile-nav {
	width: 50%
}

.specialsBox {
	
	padding: 10px; 
	background-color: rgba(199, 177, 115, .50); 
	border: rgba(71, 71, 71, 0.97) solid 2px;
	margin-bottom: 40px;
}

a.social-main,
a.social-main:focus,
a.social-main:active,
a.social-footer,
a.social-footer:focus,
a.social-footer:active {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
}
a.social-main:hover,
a.social-footer:hover {
    color: #A4925F;
}


a.social,
a.social:focus,
a.social:active,
a.social .active {
    color: #A4925F;
    font-weight: 400;
    font-size: 10px;
    text-decoration: none;
}
a.social:hover {
    color: #6D613F;
}

p { margin-bottom: .25rem; font-size: 16px;}

.bg-the-jim {background-color: #ffffff!important; }

.img-logo { width: 225px; }

@media(min-width:768px) {
    .img-logo {
        width: 300px;
    }
    
    .specialsBox {
	border-radius: 5px;
    }

    .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
    }
	
    .btn-the-jim {
	font-size: 25px;
	letter-spacing: 2px;
    }
    .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; */
}
