body {
	background-color: #F2F2F2;
	font: 100%/1.4 'Raleway', sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}

img {
	max-width: 1000px;
	width: 100%;
}

.main-container {
	width: 60%;
	margin: 0 auto;
}
.get-header-bg {
	background: url("../img/get_header.jpg");
	margin-bottom: -32px;
}

.oil-header-bg {
	background: url("../img/fleet_overview_laptop.png");
	margin-bottom: -32px;
}

.data-header-bg {
	background: url("../img/data_header.jpg");
	margin-bottom: -32px;
}

.black-transparent-bg{
	background: rgba(51, 51, 51,.85);
	padding: 16px;
	color: #fff;
}

.black-transparent-bg > h1, .black-transparent-bg > h3 {
	color: #fff;
}

.white {
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 32px 0;
	margin-top: 32px;
	margin-bottom: 32px;
}

h1 {
	margin: 0 0 24px 0;
    padding: 0;
    font-size: 3em;
    font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 16px;
}

h3 {
	font-weight: normal;
	font-size: 1.3em;
}

.button-container {
	padding: 64px 0 128px 0;
	background-image: url("../img/Machine-Three_20.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.button-container-get {
	padding: 64px 0 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}

.center {
	text-align: center;
}

.block {
	display: block;
}

.fleet-overview-img {
	margin-top: 16px;
}

.m-32-bot {
	margin-bottom: 32px;
	display: block;
}

.padding-top-32 {
	padding-top: 32px;
}

.no-overflow {
	overflow: hidden;
}

.sample-interp-img {
	min-width: 400px;
}

ul.list {
	list-style: disc;
	margin: 0;
	color: #F8AC59;
		margin-left: 24px;
}

ul.list > li {
	padding: 8px 0;
	list-style:disc;
}

ul.list > li > span {
	color: #333;
}

.logo {
	display: block;
	width: 189px;
	margin-left: -10px;
}

.software-name {
	display: block;
	font-size: 24px;
}

.company-name {
	display: block;
	font-size: 18px;
}


input[type=text],input[type=email] {
	border: 1px solid #BDBDBD;
	height: 50px;
	width: 35%;
	border-left: 6px solid #F8AC59;
	font-size: 1em;
	padding: 0 25px;
	color: #333333;
	transition: ease border .2s;
	margin: 0 5px 0 0;
}
.m-128-top {
	margin-top: 128px;
}
.m-128-bot {
	margin-bottom: 128px;
}
input[type=text]:focus,input[type=email]:focus {
	outline:1px solid #F8AC59;
}

input[type=button], input[type=submit] {
	border: none;
	height: 52px;
	font-size: 1em;
	color: #fff;
	background-color: #F8AC59;
	font-weight: bold;
	padding: 0 25px;
	transition: ease background .2s;
}

input[type=button]:hover, input[type=submit]:hover {
	background-color: #fcc080;
	cursor: pointer;
}

.background {
	position: relative;
}

.background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url("../img/Machine-Three_20.png");
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: 608px;
}

.background-gen {
	position: relative;
}

.background-gen:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    background-image: url("../img/genset.jpg");
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: 608px;
}

.footer {
	display: flex;
	justify-content: center;
}

.footer > span {
	padding-top: 8px;
}

.m-0-bot {
	margin-bottom: 0;
}

.logo2 {
	width: 150px;
	height: 100%;
}

.interp-img {
	width: 407px;
}

.shadow {
	box-shadow: 3px 3px 35px rgba(51, 51, 51, 0.25)
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.main-container {
		width: 93.75%;
	}

	.white {
		width: 100%;
	}

	h1 {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
	.main-container {
		width: 93.75%;
	}

	.white {
		width: 100%;
	}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 480px) {
	.main-container {
		width: 93.75%;
	}

	.white {
		width: 100%;
	}

		h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.1em;
	}

	input[type=text],input[type=email] {
		float: left;
		margin-right: 0;
		margin-bottom: 8px;
		width: calc(100% - 57px );
	}

	input[type=button], input[type=submit] {
		width: 100%;
    	float: left
	}

	.footer {
		flex-direction: column-reverse;
		align-items: center;
	}

	.footer > span {
		width: 100%;
	}

	.interested {
		margin-top: 152px;
	}
}