/* Google Fonts ====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Reset ============================================================= */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Main page styles ================================================== */
body {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

.floatfix {
	position:relative;
	overflow:hidden;
}

.container {
	width:80%;
	margin:0 auto;
	padding:0;
	position:relative;
	clear:both;
	overflow:visible;
}

div.divider {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	height:14px;
	margin-top:15px !important;
}

div.bigdivider {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	height:29px;
	margin-top:30px !important;
}

.mobile-only {
	display:none;
}

div.navrow {
    background-color:#000;
}

div.header {
    border-bottom:1px solid #000;
    background-image: url("../img/textures/confectionary.png");
    background-repeat:repeat;
}

#logo {
	padding:15px 0;
}

div.topright {
    float: right;
    margin-top: 15px;
}

div.topsocial {
    margin-top: 11px;
    float: right;
    width: 250px;
    margin-left: 20px;
    text-align: right;
}

div.topsocial a {
    text-decoration: none;
}

div.halfempty {
	height:10px;
	clear:both;
}

div.empty {
	height:20px;
	clear:both;
}

div.bigempty {
	height:40px;
	clear:both;
}

div.fs {
	width:100%;
	height:100vh;
}

div.row {
	clear:both;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	overflow:hidden;
}

.picleft {
	float:left;
	margin:0 20px 20px 0;
	clear:left;
}

.picright {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}

.left {
	float:left;
}

.right {
	float:right;
}

img {
	border-style:none;
}

img.fitimg {
	width:100%;
	height:auto !important;
    display: block;
}

hr {
	color:#bc7346;
}

.addtop {
	margin-top:20px !important;
}

.addbottom {
	margin-bottom:20px !important;
}

.halfbottom {
	margin-bottom:10px !important;
}

div.has-shadow {
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.center-shadow {
	background:url(../img/shadow.png) center top no-repeat;
}

.shadowed {
	background:url(../img/tiling-shadow.png) left top repeat-x;
}

.sideshadowed {
	background-image:url(../img/side-shadows.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:contain;
}

.center-diamond {
	background-image:url(../img/center-diamond.png);
	background-position:center center;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	height:40px;
	margin:10px 0;
}

div.noise {
    background-image: url("../img/textures/noise.jpg");
    background-repeat: repeat;
}

div.gray-gradient {
    background: linear-gradient(135deg, #9b9b9b 0%,#bfbfbf 100%);
}

.bordered {
	border:1px solid #000;
}

.dotted {
	border:1px dotted #000;
}

.padded {
	padding:15px;
}

.white {
	background:#fff;
}

.black {
    background: #000;
    color: #fff;
}

.topborder {
	border-top:2px solid #000;
}

.bottomborder {
	border-bottom:2px solid #000;
}

.thintopborder {
	border-top:1px solid #000;
}

.thinbottomborder {
	border-bottom:1px solid #000;
}

.rounded {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}

.round {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
}

.videodiv, .mapdiv {
	position: relative;
	padding-bottom:54%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.videodiv iframe, .mapdiv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

ul,ol {
    margin-left: 30px;
}

/* Form styles ================================================== */
input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
	padding:5px 10px;
}

#submit {
	font-size:24px;
	padding:10px 15px;
}

#comments {
	width:450px;
	height:175px;
	padding:8px;
}

/* Link styles ================================================== */
a:link, a:visited, a:active {
	color:#00005a;
	text-decoration:underline;
}

a:hover {
	color:#00005a;
}

a.button {
    display: inline-block;
	padding:4px 12px 8px 12px;
	text-decoration:none;
	font-variant:small-caps;
	font-size:18px;
	background:#00005a;
	color:#fff;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

a.button:hover {
	background:#33337b;
}

/* Text styles ================================================== */
h1,h2,h3,h4 {
	font-family:"Archivo Black", sans-serif;
}

td,div,p {
	font-family:"Montserrat", sans-serif;
	color:#333;
	font-size:.95vw;
	line-height:1.26vw;
}	

h1 {
	font-size:44px;
	line-height:46px;
}

h2 {
	font-size:36px;
	line-height:38px;
}

h3 {
	font-size:30px;
	line-height:32px;
}

h4 {
	font-size:24px;
	line-height:26px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.padded h3, .padded p {
	padding-top:0;
	margin-top:0;
}

.centered {
	text-align:center;
}

.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}

/* Column styles ================================================== */
div.third, div.two-thirds, div.quarter, div.half, div.three-quarters, div.fifth, div.two-fifths, div.three-fifths, div.four-fifths, div.sixth, div.five-sixths {
	float:left;
	position:relative;
}

div.fifth, div.two-fifths, div.three-fifths, div.four-fifths, div.two-thirds {
	margin-right:5%;
}

div.quarter, div.half, div.three-quarters {
	margin-right:4%;
}

div.fifth {
	width:16%;
}

div.quarter {
	width:22%;
}

div.third {
	width:33%;
	margin-right:0.5%;
}

div.half {
	width:48%;
}

div.three-quarters {
	width:74%;
}

div.two-thirds {
	width:65%;
}

div.two-fifths {
	width:37%;
}

div.three-fifths {
	width:58%;
}

div.four-fifths {
	width:79%;	
}

div.sixth {
    width:15%;
}

div.five-sixths {
    width:83%;
}

div.last {
	margin-right:0 !important;
}

/* Sticky footer styles ================================================== */
#wrap {
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

#main {
	overflow:auto;
	padding-bottom:50px;
}  /* must be same height as the footer */

div.footer {
	position:relative;
	margin-top:-50px; /* negative value of footer height */
	height:50px;
	clear:both;
	background:#000;
	border-top:2px solid #000;
}

div.footercontent {
	overflow:visible;
	position:relative;
}

div.copyright {
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, sans-serif;
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
	z-index:50;
	color:#fff;
}

div.copyright a {
	color:#fff;
	text-decoration:none;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* Navigation styles ================================================== */

.toggle, [id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding:0 50px;
	background-color:#000;
	border-bottom:1px solid #000;
	font-size:.92vw;
	position: relative;
	z-index: 999;
}

/* Remove for separate logo line
#logo {
	display:block;
	padding:0 15px;
	float:left;
} */

/* Since we'll have the "ul li" "float:left" we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}
/* End remove for separate logo line */

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	/* Add to center navigation text-align: center; */
}
	
/* Positioning the navigation items inline */
nav ul li {
	margin:0px;
	display:inline-block;
	float:left; /* Revove to center navigation */
	background-color:#000;
}

/* Styling the links */

/*Top line links*/
nav>ul.menu>li>a {
	display:block;
	padding:14px 10px;	
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

nav>ul.menu>li>a:hover {
	background:#00005a;
}

/*Secondary menu links*/
nav>ul.menu>li>ul>li {
	background:#00005a;
	padding:10px 15px;
}

nav>ul.menu>li>ul>li:hover {
	background:#000;
}

nav>ul.menu>li>ul>li>a {
	display:block;
	background:none;
	text-decoration:none;
	font-size:.9vw;
	line-height:1vw;
	color:#000;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	max-width:300px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
	content:  ' +';
	}
li > a:only-child:after {
	content: '';
}

/* Moble styles ================================================== */
@media (max-width:959px) {
	div.widecontainer, div.quarter, div.third, div.fifth, div.half, div.three-quarters, div.two-thirds, div.two-fifths, div.three-fifths, div.sixth, div.five-sixths, div.topsocial, div.topcontact, div.topright {
		width:100%;
		clear:both;
		height:auto !important;
	}
	
	div.container, div.eighty {
		width:96%;
		margin:0 2%;
		clear:both;
	}
	
	div.quarter, div.third, div.fifth, div.half, div.three-quarters, div.two-thirds, div.two-fifths, div.three-fifths, div.sixth, div.five-sixths, div.topright {
		margin-bottom:20px;
	}
	
	.mobile-center, div.header, div.topsocial, div.topcontact {
		text-align:center;
	}
	
	.dt-only {
		display:none;
	}
	
	.mobile-only {
		display:block;
	}
	
	td,div,p {
		font-size:18px !important;
		line-height:24px !important;
	}
	
	.picleft, .picright {
		float:none;
		clear:both;
		width:100%;
		margin:20px 0;
	}
	
	.copyright {
		text-align:center;
		left:0;
        top: 0;
		width:100%;
	}
	
	#comments {
		width:350px;
	}

	/* Navigation styles */
	#logo {
		width:100%;
		text-align:center;
		float:none;
	}
    
    div.topsocial, div.topcontact {
        float: none;
        margin-top: 0;
    }

	nav {
		margin:0 auto;
		width:100%;
	}

	/* Hide the navigation menu by default */
	/* Also hide the link text */
	nav>ul.menu>li>a, .toggle+a, .menu {
		display: none;
	}

	/* Styling the toggle label */
	.toggle {
		display:block;
		background-color:#000;
		padding:14px 20px;	
		color:#fff;
		font-size:17px;
		text-decoration:none;
		border:none;
		width:100%;
		text-align:center;
	}

	.toggle:hover {
		background-color:#00005a;
	}

	/* Display Dropdown when clicked on Parent Label */
	[id^=drop]:checked + ul {
		display:block;
		width:100%;
		text-align:center;
		padding:14px 0;
	}
	
	[id^=drop]:checked+ul.menu>li.nosub, [id^=drop]:checked+ul.menu>li.nosub>a {
		display:block;
		width:100%;
		text-align:center;
		font-size:17px;
		text-transform: none;
		margin:0;
		padding:5px 0;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display:block;
		width:100%;
		text-align:center;
		}

	nav>ul.menu>ul .toggle, nav>ul.menu>li>ul>li>a {
		padding:10px 40px;
		font-size:18px;
		line-height:18px;
	}
	
	nav ul ul li {
		max-width:100%;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,nav ul ul ul a {
		background-color:#000;
	}
  
	nav>ul.menu>li>ul>li .toggle, nav>ul.menu>ul>a, nav ul ul ul a{
		padding:14px 20px;	
		color:#000;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle, nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #fff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul, nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}
    
    div.footercontent {
        display: block;
        padding-bottom:20px;
        background-color: #000;
    }
    
    div.copyright {
        position: relative;
        font-size: 12px !important;
        line-height: 13px;
        text-align: center;
    }
    
    div.footer {
        margin-top: auto;
        height: auto;
    }
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}