
html, body {
	min-width: 170vh;
	margin: 0 auto;
	padding: 0px;
	color: #151515;
	height: 100%;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	background-color: #AFA6A6 fixed top center;
	text-align: justify;
}

a:link, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -10vmin;
    visibility: hidden;
}

.menu_SolidTopBottom {
	position: relative;
	width: 70%;
	height: 3vmin;
	margin: 0px;
	padding-left: 15%;
	padding-right: 15%;
	background-color: #000000;
}

.menu_SolidTop {
	position: relative;
	width: 90%;
	height: 3vmin;
	margin: 0px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #000000;
}

#SolidBottom {
	bottom: 0;
}

.langs {
	display: block;
	position: relative;
	float: right;
	padding-left: 1%;
	padding-right: 1%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3vmin;
	font-weight: 400;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align:middle;
	height: 50%;
	top: 25%;
}

.contact {
	display: block;
	position: relative;
	float: left;
	padding-right: 1%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3vmin;
	font-weight: 400;
	color: #ffffff;
	vertical-align:middle;
	height: 50%;
	top: 25%;
}

/* Menu related */

#MenuBar {
	background: rgb(207, 207, 207);
	background: -webkit-linear-gradient(rgb(207, 207, 207), rgb(255, 255, 255), rgb(207, 207, 207));
	background:    -moz-linear-gradient(rgb(207, 207, 207), rgb(255, 255, 255), rgb(207, 207, 207));
	background:         linear-gradient(rgb(207, 207, 207), rgb(255, 255, 255), rgb(207, 207, 207));
	left: 0%;
	width:100%;
	min-width: 170vh;
	height: 11vmin;
	
	position: auto;
	z-index: 1
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.NotSticky {
  position: relative;
  top: auto;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 5%;
}

#menu_logo {
	color: #FFFFFF;
	font-size: 1vmin;
	font-weight: bold;
	position: absolute;
	right: 15%;
	margin: auto;
	top:0;bottom:0; /* Aligns Vertically - Remove for Horizontal Only */
	width: 15%;
	height: 75%;
	
}

#menu_MainMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:1.8vmin;
	font-weight: bold;
	letter-spacing: 1px;
	width: 45%;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
	left: 15%
}

#menu_MainMenu li{
	display: block;
	position: relative;
	float: left;
	width: 17%;
	height: 50%;
	top: 25%;
	border: 0;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
}

#menu_MainMenu li span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5%;
	text-align:center;
	text-transform:uppercase;
}

#menu_MainMenu li ul {
	max-height: 0px;
	height: auto;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size:1.2vmin;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:center;
	list-style-type: none;
	position:absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgb(217, 217, 217);
	-webkit-transition: max-height 0.5s ease-in;
	-moz-transition: max-height 0.5s ease-in;
	-o-transition: max-height 0.5s ease-in;
	-ms-transition: max-height 0.5s ease-in;
	transition: max-height 0.5s ease-in;
	z-index: 3;
}

#menu_MainMenu li ul li{
	display:block;
	background: linear-gradient(to right, transparent 25%, #888888 25%, black 75%, transparent 75%) 0 0% / 100% 1px no-repeat;
	border: 0;
	position: relative;
	float: left;
	width: 100%;
	clear:both;
	padding: 0;
}

#menu_MainMenu li ul a {
	margin-top: 0px;
	height: auto;
	padding: 5%;
	z-index: 3;
}

#menu_MainMenu li:hover ul {
	opacity: 1;
	visibility: visible;
	display: block;
	max-height: 1000%; /*Something that will never get to, for transformation purposes*/
	z-index: 3;
}

#menu_MainMenu li a {
	display: block;
	color:#000000;
	margin: 0;
	margin-top: -2.75vmin;
	padding: 0;
	height: 200%;
	text-decoration:none;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

#menu_MainMenu a:hover, #menu_MainMenu a.selected{
	background-color: rgba(0, 0, 255, 0.82);
	color: #FFFFFF;/*#96F;*/
}

/* Body related */
#main_body {
	overflow: hidden;
	position: relative;
}

#main_content {
	font-family: 'Raleway', sans-serif;
	font-size: 1.8vmin;
	line-height: 150%;
	width: 82%;
	position:relative;
    float: right;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 8vmin;
}

#init_content {
	position: relative;
	height: 85vh;
}

#serv_content {
	position: relative;
	height: 87vh;
}

#projects_content {
	position: relative;
	height: 87vh;
}

#about_content {
	position: relative;
	height: 87vh;
}

#legal_content {
	display: flex;
	position: relative;
	height: 100%;
}

#contact_content {
	position: relative;
	background-color: #202020;
	height: 52vh;
}

#services_select a:hover, #services_select a.selected{
	background-color: rgba(255, 255, 255, 1);	
	color:#000000;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	
}


.serv_text {
	font-family: Montserrat;
	text-transform: uppercase;
	font-size:2.7vmin;
	color: #cccccc;
	text-decoration: none;
	height: 100%;
	float: left;
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.proj_text {
	font-family:Work Sans;
	color:white;
	font-size:2.1vmin;
	line-height: 5vmin;
	margin-left: 15%;
	margin-right: 15%;
}

.about_text {
	width: 60%;
	float:right;
	margin-left:10%;
	margin-right:0%;
	margin-top:7%;
	background: rgba(250, 250, 250, 0.9);
}

.legal_text {
	width: 70%;
	float:left;
	margin-left:15%;
	margin-top:7%;
	background: rgba(250, 250, 250, 0.9);
}

.about_text_left {
	width: 60%;
	float:left;
	margin-left:0%;
	margin-right:10%;
	margin-top:8%;
	background: rgba(250, 250, 250, 0.9);
}

.about_text_HAZITEK {
	width: 60%;
	float:left;
	margin-left:10%;
	margin-right:0%;
	margin-top:2%;
	background: rgba(250, 250, 250, 0.9);
}

.about_photo {
	width: 20%;
	float:left;
	margin-left:10%;
	margin-top:15%;
}

.about_photo_right {
	width: 20%;
	float:right;
	margin-right:10%;
	margin-top:15%;
}

.about_paragraphText {
	font-family:Work Sans;
	color:gray;
	font-size:2.1vmin;
	line-height: 4.7vmin;
	margin-left:10%;
	margin-right:15%;"	
}

.about_paragraphText_HAZITEK {
	font-family:Work Sans;
	color:gray;
	font-size:1.7vmin;
	line-height: 2.3vmin;
	margin-left:10%;
	margin-right:15%;"	
}

.about_references {
	position: absolute;
	width: 100%;
	height: 20%;
	top: 10%;
	left: 0%;
	color:white;
	background-color: rgba(250, 250, 250, 0.75);
}

.div_ref_images {
	position: relative;
	float: left;
	width: 13%;
	height: 80%;
	top: 10%;
	margin-left: 3%;
}

.img_ref {
	filter: grayscale(1);
	transition: filter 0.2s ease;
}

.img_ref:hover {
	filter: grayscale(0);
	transition: filter 0.2s ease;
}

/* Centered text */
.Centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(50, 50, 50, 0.2);
}

.LeanRight {
  position: absolute;
  width: 50%;
  top: 30%;
  left: 0%;
  padding-left: 15%;
  padding-right: 1%;
  text-transform: uppercase;
  font-family:Montserrat;
  color:white;
  font-size:5vmin;
  line-height: 5vmin;
  transform: translate(-0%, -50%);
  background-color: rgba(150, 150, 150, 0.42);
}

.LeanLeft {
  position: absolute;
  width: 50%;
  top: 55%;
  left: 0%;
  padding-left: 15%;
  padding-right: 1%;
  text-transform: uppercase;
  font-family:Raleway;
  color:white;
  font-size: 2.5vmin;
  line-height: 5vmin;
  transform: translate(-0%, -50%);
  background-color: rgba(150, 150, 150, 0.42);
}

.imgServ {
	width: 15%;
    height: 30vh;
	padding-left: 8%;
	padding-top: 6%;

}

.gallery-cell {
  width: 50%; /* half-width */
  height: 45vh;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: gallery-cell;
  margin-top: 8%;
}

.gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.gallery-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}


.custom-underline {
	font-family: Montserrat;
	text-transform: uppercase;
	font-size:2.5vmin;
	color: #32557f;
	text-decoration: none;
	padding-bottom: 3%;
	background: linear-gradient(to right, #aaaaaa, #dedcdc 100%);
	background-position: 0 100%;
	background-size: 100% 0.25vmin;
	background-repeat: repeat-x;
}

.contact_details {
	font-family:Montserrat;
	color:gray;
	font-size:2vmin;
	line-height:100%;
	padding-left: 5%; 
}

.contact_details2 {
	font-family:Montserrat;
	color:gray;
	font-size:1.8vmin;
	line-height:60%;
	padding-left: 5%; 
}

.googleMaps {
	position: relative;
	height: 90%;
}

.googleMaps iframe {
	width: 100%;
	height: 70%;
}
