/* reset css */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */


font-family: 'Montserrat', sans-serif;

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

element {
  --main-bg-color: #27282C;
}

body {
	background-color: #27282C;
	color: #ffffff;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size:18px;
	line-height: 150%;
}

html {
	overflow: -moz-scrollbars-vertical;
	-webkit-font-smoothing: antialiased;
}

html, body {height: 100%;}

/* styles */
a:link {
	color: #FFFFFF; 
	text-decoration: none;
	background-image: linear-gradient(120deg, #ED008C 0%, #BD10E0 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;}     /* unvisited link */
a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	  background-image: linear-gradient(120deg, #ED008C 0%, #BD10E0 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;}     /* visited link */
a:hover {color: #fff; text-decoration: none; background-size: 100% 88%;}   /* mouse over link */
a:active {color: #fff; text-decoration: none; background-size: 100% 88%;}   /* selected link */ 

/*================================================
Start Important Part
==================================================*/


/*================================================
End Important Part
==================================================*/

p {
margin-bottom: 20px;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

#wrapper {min-height: 100%;}

#container {overflow:auto;
	margin: 0 auto;
	max-width:1024px;
	padding-top:120px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 80px;
}  /* must be same height as the footer */

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* images that stretch to containers */
.liquidimage {
width: 100%;
}
.liquidimage img {
width: 100%;
}
.liquidimagecontainer {
width: 100%;
text-align:left;
}
.liquidimage2 {
max-width: 60%;
}

/* header */
.header {
	background: rgba(39, 40, 44, 1);
	font-size:24px; 
	width:100%; 
	height:70px; 
	position:fixed;
	top:0;
	z-index:999;
	border-bottom: 1px solid #444;
}
.header.shadow {
	border-bottom: 1px solid rgba(120, 120, 120, .2);
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}


/* footer */
#footer {position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	border-top: 1px solid #444444;
} 
#footer p {
	font-family: 'Montserrat';
	font-size:11px;
	line-height: 150%;
	color: #828282;
	padding: 20px;
}
.footer a {
	font-family: 'Montserrat';
	font-size:11px;
	line-height: 150%;
	color: #828282;
}
.footerContact {
	float:right;
}
.footerIcons {
	float:right;
	padding: 20px;
}
.logoName {
	padding-top: 15px;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
.footerIcons {
	float:left;
	padding-right:20px;
	}
}

/* nav */
.navPos {
	position: absolute;
	top:0;
	right:20px;
	padding-top: 20px;
}
.navPos ul {
	margin: 0;
	padding: 0;
}
.navPos li {
	margin: 0 25px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.navPos a {
	font-family: 'Montserrat', sans-serif;
  	font-weight: 700;
	padding: 6px 0px;
	font-size:14px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 100%;
}
.navPos a:hover {
	background-size: 100% 88%;
}
.navPos .current a {
	background-size: 100% 88%;
}
.header .logoName a {
	font-family: 'Montserrat', sans-serif;
  	font-weight: 900;
	padding: 6px 0px;
	font-size:14px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 100%;
	background-image: none;
}
.header .logoName a:hover {
	text-decoration: none;
}
.header .logoName .current a {
	text-decoration: none;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #27282C;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .inline-content {display: none;}
  	.menuButton { 
	font-family: 'Montserrat', sans-serif;
  	font-weight: 700;
	padding: 6px 0px;
	font-size:14px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 100%;
	}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }

.navPos li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	display:block;
}
.navPos a, a:visited{
	color: #FFFFFF;
	border-bottom: 0;
	background-image: none;
}
.navPos .current a {
	color: #FFFFFF;
	border-bottom: 0;
	background-size: 100%;
  	background-position: 0;
	background-image: linear-gradient(120deg, #ED008C 0%, #BD10E0 120%);
}
}
@media screen and (min-width: 768px) {
	.menuButton { 
	display: none; 
	}
}
