@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600,700,800&display=swap');

html,body,page,p,div,img,h1,h2,h3,h4,h5,h6,h7,h8,h9,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } 
	input,select{ margin:0; padding:0; }

html {
  scroll-behavior: smooth;
}

body {
 margin: 0 auto;
 background: #f6f6f6;
 font-family: 'Montserrat', sans-serif;
 min-width: 320px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.navholder {
	width: 100%;
	height: 65px;
	background: rgba(25,25,25,0.95);
	position: fixed;
	z-index: 100;
	padding: 5px 5%;
	margin: 0px;
	display: flex;
}

#logoholder {
	width: 150px;
}

#navigation {
	padding-top: 18px;
	position: absolute;
	right: 5%;
}

#navigation a {
	text-align: right;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 2px;
	padding: 18px 20px 19px 20px;
	border-bottom: 2px solid #000000;
	-webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}


#navigation a:hover {
	background: #311f36;
	color: #ffffff;
	border-bottom: 2px solid #5c9e43;
}

.navbutton {
	float: right;
	position: absolute;
	background: none;
	right: 5%;
	padding: 10px;
	top: 0px;
	z-index: 20;
	display: none;
	border: none;
	outline: none;
	font-size: 0;
	border-radius: 0px;
}

#nav-icon2 {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	border-radius: 2px 0px 0px 2px;
	background: #ffffff;
	opacity: 1;
}

.transition {
-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.line1 {
	top: 8px;
	width: 100%;
	right: 0;
}

.line2  {
	top: 18px;
	width: 66%;
	right: 0;
}

.line3 {
	top: 28px;
	width: 33%;
	right: 0;
}

.footerholder {
	padding: 75px 10%;
	position: relative;
	width: 100%;
	background: #311f36; /* Old browsers */
	background: -moz-linear-gradient(45deg, #311f36 0%, #1b2947 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311f36', endColorstr='#1b2947',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footerlogo {
	width: 225px;
	margin: 0 auto;
	}

.footerinner {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}


.footerlinklist {
	list-style: none;
	width: 25%;
}

.footerlinklist li.featured a, .footermainlinks .main {
	color: #ffffff;
	padding: 10px 0px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 3px;
}

.footerlinklist li a, .footermainlinks ul li, .footermainlinks ul li a {
	color: #ffffff;
	padding: 10px 10px;
	font-size: 15px;
	display: block;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.footerlinklist li a:hover, .footermainlinks ul li a:hover {
	color: #5c9e43;
}

.footermainlinks ul li a {
	color: #ffffff;
	padding: 0px 0px;
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 3px;
}

.footermainlinks {
	width: 300px;
	margin-left: calc(50% - 300px);
	text-align: right;
	}
	
.footermainlinks ul {
	list-style: none;
}



@media only screen and (max-width: 1200px) {

.footerlinklist {
	width: 300px;
}

.footermainlinks {
	width: 300px;
	margin-left: calc(100% - 900px);
	text-align: right;
	}

}



@media only screen and (max-width: 1024px) { 

	#navigation a {
	font-size: 15px;
	line-height: 20px;
	padding: 20px 10px 19px 10px;
}

.footerlinklist {
    width: 175px;
}

.footermainlinks {
	width: 250px;
	margin-left: calc(100% - 600px);
	}

.footerlinklist li.featured a, .footermainlinks .main {
	font-size: 16px;
	letter-spacing: 2px;
	padding: 8px 0%;
}

.footerlinklist li a, .footermainlinks ul li, .footermainlinks ul li a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 2px;
}


.footermainlinks ul li a {
	font-size: 14px;
	letter-spacing: 2px;
}

}

@media only screen and (max-width: 768px) { 

	.navbutton {
		display: inherit;
	}

	#navigation {
	  height: 100%;
	  width: 100%;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  padding-top: 150px;
	  margin-right: -105%;
	  background: #311f36; /* Old browsers */
	background: -moz-linear-gradient(45deg, #311f36 0%, #1b2947 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311f36', endColorstr='#1b2947',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	  overflow-x: hidden;
	  transition: 0.5s;
	    -webkit-transition: margin-right 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: margin-right 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: margin-right 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: margin-right 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
	
	.open {
		margin-right: -5% !important;
	}
	
	.closed #nav-icon2 span {
	border-radius: 2px 2px 2px 2px;
	}
	
	.closed .line1 {
	top: 20px;
	width: 75%;
	right: 0;
	transform: rotate(-45deg);
	}
	
	.closed .line2  {
	width: 0%;
	}
	
	.closed .line3 {
	top: 20px;
	width: 75%;
	right: 0;
	transform: rotate(45deg);
}
	
	#navigation a {
	  padding: 25px 25px;
	  text-decoration: none;
	  font-size: 18px;
	  color: #ffffff;
	  display: block;
	  transition: 0.3s;
	  text-align: center;
	  border-bottom: 1px solid #3d2644;
	  width: 100%;
	  margin: 0 auto;
	}
	
	#navigation a:hover {
	  color: #f1f1f1;
	  background: rgba(255,255,255,0.05);
	  border-bottom: 1px solid #5c9e43;
	}
	
	#navigation .closebtn {
	  position: absolute;
	  top: 0;
	  left: 0px;
	  font-size: 36px;
	  margin-left: 50px;
	}
	
	.openbtn {
		display: inherit;
	}
	
	.footerholder {
    padding: 75px 10% 20px 10%;
	}
	
	.footerholder .pagetitle {
    max-width: 90%;
    margin: 0 auto;
	padding-bottom: 30px;
	}
	
	.footerlogo {
		margin: -15px 0% -10px 0%;
	}
	
	.footerlinklist {
    width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5c9e43;
}

.footerlinklist li a {
	padding: 5px 10px;
}

.footermainlinks {
	width: 100%;
	text-align: center;
	margin-left: 0px;
	}
}