@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400&display=swap');
* {
	margin:0; padding:0;
	-webkit-overflow-scrolling: touch;
}
html {
	margin: 0;
	height: 100%;
}
html, body {
	width: 100%;
	overflow-x: hidden; /* Fix wider background */
}
body {
	font-family: 'Nunito Sans', sans-serif;
	background: #181818;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}
img {
	display:block;
} /* Resets images to avoid gap beneath when using Strict doctype */
h1, h2, h3, h4, p, li {
	font-weight: 300;
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #e46d4e;
}
strong {
	font-weight: 700;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.inner-wrapper { max-width: 90%; margin: 0 auto; }
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
	float: left;
	width: 100%;
	background: #181818;
}
#header #logo {
	width: 250px;
	height: 72px;
	margin: 0;
	float: left;
	background: url(image/smugshot-logo.png) no-repeat center;
    background-size: 100%;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
#menuwrapper {
	border-top: solid 1px #fff;
	float: left;
	width: 100%;
	background: #181818;
}
#menu {
	padding: .5em auto;
}
#menu ul {
	padding:0;
	z-index: 999;
	text-align: center;
}
#menu ul li {
	display: inline-block;
	list-style:none;
	font-size: 1rem;
	font-weight: 400;
}
#menu ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: .75em 1em;
	-moz-transition: background-color ease-out .5s;
	-o-transition: background-color ease-out .5s;
	-webkit-transition: background-color ease-out .5s;
	transition: background-color ease-out .5s;
}
#menu ul li a.selected,
#menu ul li a:hover {
	background: #e46d4e;
}
/*style the sub menu*/
#menu ul li ul {
	position: absolute;
	visibility: hidden;
	margin:0;
	padding: 0;
	z-index: 900;
}
#menu ul li ul li {
	display: inline;
	float: none;	
}
#menu ul li ul li a {
	margin: 0;
	background: rgba(106,88,52,.8);
	text-transform: uppercase;
	text-align: left;
	font-size: .875em;
	color: #FFF;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
}
#menu ul li ul li a:hover {
	background: rgba(106,88,52,1);
	color: #FFF;
	border: 0;
	padding-top: solid .3125em #CCCCCC;
}
.slicknav_menu {
	display:none;
}
#menu ul .menuhighlight {
	background: #0ac25a;
	margin-left: 3%;
}
#menu ul .menuhighlight a:hover {
	background: #0BDA66;
}

.text-wrap, .video-wrap, .image-wrap { float: left; width: 100%; text-align: center; }
.image-wrap img { float: left; width: 100%; height: auto; margin: 2rem 0; }
.wrap-50 { float: left; width: 50%; }

.content-inner { margin: 5rem 5%; width: 90%; float: left; background: #181818; }
.content-wrap { float: left; width: 100%; }
.content-wrap-1, .content-wrap-3, .content-wrap-4 { background: #2c2c2c; }
.content-wrap h1, .content-wrap h2, .content-wrap p { margin-bottom: 1rem; line-height: 145%; }
.content-wrap h1 { text-transform: uppercase; font-size: 3rem; color:#e46d4e; }
.content-wrap h2 { font-size: 1.5rem; color:#fff; }
.content-wrap p { color: #fff; font-size: 1.125rem; }

.content-wrap-1 .text-wrap, .content-wrap-3 .text-wrap, .content-wrap-4 .text-wrap { margin-top: 5rem; }

.content-wrap-2 .content-inner, .content-wrap-2 { background: #e46d4e; }
.content-wrap-2 h1, .content-wrap-2 h2, .content-wrap-2 p { color:#fff; text-align: center; }

.content-wrap-3 .image-wrap img { margin: 0; }

.content-wrap-4 h1 { color: #fff; }
.content-wrap-4 .content-inner { padding-bottom: 5rem; }

#footer {
	float: left;
    width: 100%;
	padding: 3rem 0;
	background: #000;
}
#footer #creditswrapper #copyright,
#footer #creditswrapper a {
	color: #FFF;
}
#footer #creditswrapper {
	float: left;
	width: 98%;
	margin: .75em 1%;
}
#footer #creditswrapper #copyright,
#footer #creditswrapper #webcredit {
	font-size: .75em;
	float: left;	
}
#footer #creditswrapper #copyright {
	width: 65%;	
}
#footer #creditswrapper #webcredit {
	width: 35%;	
	text-align: right;
}
#footer #creditswrapper #copyright a:hover {
	text-decoration: underline;
}
#footer #creditswrapper #webcredit #beachshore:hover {
	color: #56D5FB;
}
#footer #creditswrapper #webcredit #beachshore #beachshorebold {
	font-weight: 700;
}