﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	padding-bottom: 20px;
	overflow-x: hidden; 
}

/* Wrapping element */
	/* Set some basic padding to keep content from hitting the edges */
	.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


@font-face {
	font-family: "Univers Condensed Medium";
	src: url("../fonts/universcondensed_medium.ttf") format("truetype");
}


@font-face {
	font-family: "Open Sans Condensed Bold";
	src: url("../fonts/Open Sans Condensed Bold.ttf") format("truetype");
}



@font-face {
	font-family: "Univers LT Std 57 Condensed";
	src: url("../fonts/Univers LT Std 57 Condensed.otf") format("truetype");
}

.main_header {
	font-family: "Open Sans Condensed Bold";
	font-size: 34px;
	font-weight: normal;
	font-style: normal;
	color: #0759BD;
	letter-spacing: 1px;
	margin-left: 5px;
}

.main_sub_header {
	font-family: "Open Sans Condensed Bold";
	font-size: 34px;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	letter-spacing: 3px;
	margin: 0px;
}

.main_sub_header_spacer {
	font-family: "Open Sans Condensed Bold";
	font-size: 42px;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	letter-spacing: 3px;
	text-align: center;
}
.main_text {
	font-family: "Univers LT Std 57 Condensed";
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

.main_text_B {
	font-family: "Open Sans Condensed Bold";
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	letter-spacing: 1px;
	margin-left: 5px; 
	margin-right: 5px;
}


.main_text_S {
	font-family: "Univers LT Std 57 Condensed";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

.row {
	margin: 0;
}

.main_display_header {
	font-family: "Univers Condensed Medium";
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
}

.main_display_header_s {
	font-family: "Univers Condensed Medium";
	font-size: 28px;
    font-weight: normal;
    font-style: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
}

.logo_sub_header {
	font-family: "Univers Condensed Medium";
	font-size: 16px;
    font-weight: bold;
    font-style: normal;
	color: #333333;
	letter-spacing: 6px;
}


.main_container {
	height: 100vh;
	position: relative;

}

.main_container::before {

	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	height:60%; 
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	background-image: url("../images/production.png");	
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(30%);
	opacity: 1;
	transform: scale(1.5);

}

.main_container_2 {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 550px;
	width: 100vw;
	max-width: 100vw;
	margin: 0px;
	padding: 0px;
	/*background-image: url("../images/production.png");*/
	background-image: url("../images/main_image.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	opacity: 1;
	filter: grayscale(50%);
	z-index: 1000;
}

.main_container_3 {
	position: absolute;
	top: 660px;
}

.div_maintenance {
	width: 100%;
	text-align: center;
	margin-top: 300px;
}

.div_rounded {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 15px;
	border: 2px solid #000;
	padding: 15px 15px 5px 15px;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	width: 480px;
	height: 180px;
	overflow: hidden;
	opacity: 0.4;
	transform: scale(1);
	z-index: 1001;
}

.div_rounded_text {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px 15px 5px 15px;
	width: 480px;
	height: 180px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	transform: scale(1);
	z-index: 1002;
}


.div_rounded_container {
	position: relative;
	width: 480px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 230px;
}

.navbar-nav {
  	margin-top: 70px;
   	z-index: 2001;	
}

.navbar-toggle {
	float: left ;
	margin-top: 25px;
}



.info_image {
	display: inline;
	margin: 0; 
	padding: 0;
	float: left; 
	max-width: 100%; 
	width: 300px; 
	filter: grayscale(40%);
 	opacity: 0.85;
}

.main_logo {
	float: left; 
	width: 350px; 
	margin: 0; 
	padding: 0;
}

@media (max-width: 767px) {



	.div_maintenance {
		margin-top: 100px;
	}

	.navbar-nav {
		margin-top: 0;
		z-index: 2001;
	}

	.main_logo {
		width: 250px;
	}

	.main_header {
		font-size: 20px;
		margin-left: 2px;
	}

	.main_sub_header {
		font-size: 20px;
		letter-spacing: 1px;
		margin-left: 2px;
	}

	.main_sub_header_spacer {
		display: none;
	}


	.main_text {
		font-size: 20px;
		margin-left: 2px;
	}

	.main_text_S {
		font-size: 16px;
		margin-left: 2px;
	}

	.main_text_B {
		font-size: 16px;
		letter-spacing: 0px;
		margin-left: 2px;
	}

	.info_image {
		display: none;
	}

	.main_container::before {
		width: 100%;
		max-width: 100%;
		height: 25%;
		max-height: 25%;
		background-image: url("../images/production_s.png");
		top: 45px;
		transform: scale(1.5);
	}


	.main_container {
		margin-bottom: -200px;
	}

	.main_container_2 {
		height: 290px;
		/*background-image: url("../images/production_s.png");*/
		background-image: url("../images/main_image_m.PNG");
		top: 85px;
	}


	.main_container_3 {
		top: 400px;
	}
	.div_rounded {
		border-radius: 10px;
		border: 1px solid #000;
		padding: 5px;
		width: 250px;
		height: 80px;
		margin-top: 0px;
		opacity: 0.7;
	}

	.div_rounded_container {
		width: 250px;
		margin-top: 225px;
	}

	.div_rounded_text {
		padding: 5px;
		width: 250px;
	}

	.main_display_header {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		margin-bottom: 3px;
		padding: 0px;
	}

	.main_display_header_s {
		font-size: 14px;
		letter-spacing: 2px;
		margin-bottom: 3px;
		padding: 0px;
	}
}
