html{
	background: url('../images/background_image.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
	background: none;
	font-family: "Lato";
	-webkit-font-smoothing: antialiased;
}

header{
	position: absolute;
	height: 100%;
	width: 25%;
	left: 0px;
	min-width: 440px;
}

#content{
	position: absolute;
	height: 100%;
	right: 0px;
	min-width: 960px;
	width: 960px;
	/*width: 75%;*/

	background: url('../images/JT-logo.png');
	background-position: center;
	background-repeat: no-repeat;
}

#footer{
	position: absolute;
	bottom: 0px;
	width: 75%;
	right: 0px;
	min-width: 960px;
}

#footer{
	padding-left: 120px;
	padding-bottom: 30px;
	color: #fff;
}

#footer p{
	font-weight: 300;
}

#content .welcome-text{
	color: #fff;
	padding-top: 180px;
	padding-left: 120px;
}

#content .welcome-links{
	padding-left: 120px;
	padding-top: 100px;
}

#content .welcome-links a{
	background-color: #626262;
	color: #fff;

	padding: 13px 35px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;

	display: block;
	margin-top: 15px;
	text-decoration: none;

	width: 300px;
	text-align: center;

	transition: 0.4s all;
}

#content h2{
	font-size: 45px;
	font-weight: 300;
}

#content h1{
	font-size: 62px;
	font-weight: bold;
	max-width: 730px;
	line-height: 63px;
	letter-spacing: 1px;
}

.company_sections.header_section{
	background: #C8DEE1 url('../images/jtbubble.png');
	background-position: right 30px top 30px;
	background-repeat: no-repeat;
	color: #727272; /* text color */
}

.header_section p{
	width: 70%;
	text-align: justify;
	margin: 0 auto;
}

.ie7 .header_section p{
	width: 70% !important;
}

.company_sections{
	/*width: 30%;*/
	background: #0A5C7D;
	background: rgba(10, 92, 125, 0.59);
	border-bottom: 1px solid #fff;
	height: 25%;
	position: relative;

	padding-top: 60px;

	text-align: center;
}

.flexbox .company_sections{

	/* flex enhancement */
	display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox !important;      /* TWEENER - IE 10 */
	display: -webkit-flex !important;     /* NEW - Chrome */
	display: flex !important;

	align-items: center !important;
	-webkit-align-items: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	padding-top: 0px !important;

}

.flexbox .company_sections span{
	padding-top: 0px;
}

.company_sections span{
	padding-top: 30px;
	display: block;
}


.company_sections span h3{

	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fefefe;
	margin: 0 auto;

	max-width: 320px;
}

.company_sections span a{
	color: #5f5f5f; /* text color */

	padding: 13px 35px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;

	transition: 0.4s all;
}

.company_sections span a:hover{

	color: #fff;
	background: #5f5f5f;
}


/* ipad */
@media screen and (min-width: 661px) and (max-width: 1025px) {

	header{
		width: 100%;
		height: auto;
	}

	.company_sections.header_section{
		height: auto;
		width: 100%;
	}

	.header_section p{
		padding: 30px 0px;
	}

	.company_sections{
		float: left;
		height: 220px;
		width: 50%;
		border-right: 1px solid #fff;
	}

	.ie7 .company_sections.header_section {
		width: 100%;
	}
	.ie7 .company_sections{
		width: 49.9%;
	}

	.ie7 #content{
		padding-top: 300px !important;
	}

	.company_sections span{
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 70px;
	}

	#content{
		top: 450px;
		width: 100%;
		min-width: 100%;
	}

	#footer{
		padding-left: 120px;
		padding-bottom: 30px;
		color: #fff;
		top: 1300px;
		width: 100%;
		left: 0px;
	}


	header{
		width: 100%;
		height: 620px;
		min-width: 100%;
		position: relative;
	}

	section#content{
		position: relative;
		top: auto;
		height: auto;
	}

	#footer{
		position: relative;;
		top: auto;
		margin-bottom: 10px;
		padding-left: 50px;
	}

	#content .welcome-text {
		padding-top: 110px;
		width: 90%;
		margin: 0 auto;
		padding-left: 0px;
	}

	#content .welcome-links{
		padding-left: 0px;
		width: 100%;
		text-align: left;
	}

	#content .welcome-links a{
		margin: 20px 50px;
	}


}


@media screen and (max-width: 660px) {

	header{
		width: 100%;
		height: auto;
		min-width: 100%;
		position: relative;
	}

	section#content{
		position: relative;
		top: auto;
		height: auto;
	}

	.company_sections.header_section{
		height: auto;
		width: 100%;
		background: #C8DEE1;
	}

	.company_sections.header_section p{
		width: 90%;
		padding: 10px;
	}

	.company_sections{
		float: none;
		height: auto;
		width: 100%;
		border-right: 1px solid #fff;
	}

	.company_sections span{
		display: block;
		padding: 30px 0px;
	}

	#content{
		top: 665px;
		width: 100% !important;
		min-width: 100% !important;
		left: 0px;
	}

	#content .welcome-text {
		padding-top: 110px;
		width: 90%;
		margin: 0 auto;
		padding-left: 0px;
	}

	#content .welcome-links{
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}

	#content .welcome-links a{
		margin: 10px auto;
	}

	#content h1 {
		font-size: 42px;
		font-weight: bold;
		max-width: 380px;
		line-height: 41px;
		letter-spacing: 1px;
		width: 100%;
		margin-top: 0px;
	}

	#content h2 {
		font-size: 30px;
		font-weight: 300;
		margin: 0px;
	}

	#footer{
		position: relative;
		top: auto;
		padding-left: 0px;
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
		min-width: 0px;
	}

}

/* responsive upwards only */

@media screen and (min-width: 1400px) {

	#content .welcome-text{
		padding-top: 170px;
	}

	#content{
		width: 75%;
	}

}

@media screen and (min-width: 1700px) {

	#content, #footer{
		left: 25% !important;
	}

}


/* small desktop */
@media screen and (min-width: 1025px) and (max-width: 1399px) {

	#content, #footer{
		left: 440px;
	}

	.ie8 .company_sections{
		height: 180px !important;
	}

	.ie8 .company_sections.header_section{
		padding-top: 30px;
	}

	.ie8 .company_sections span{
		padding-top: 0px;
	}

	.ie8 .company_sections.header_section p{
		width: 70%;
	}

	html.ie7 div.company_sections{
		height: 120px !important;
	}

	html.ie7 div.company_sections.header_section{
		padding-top: 30px;
	}

	html.ie7 div.company_sections span{
		padding-top: 0px;
	}

	html.ie7 div.company_sections.header_section p{
		width: 70%;
	}
}




/* large desktop */
@media screen and (min-width: 1300px) {

	#content, #footer{
		/*left: 25%;*/
		left: 440px;
	}

	#content h1{
		font-size: 82px;
		line-height: 93px;
	}


}


/* specific desktop */
@media screen and (min-width: 1024px) and (max-width: 1470px) and (min-height: 550px) and (max-height: 950px){

	#content .welcome-text {
		padding-top: 50px;
		padding-left: 50px;
	}

	#content .welcome-links{
		padding-top: 30px;
	}

	#content .welcome-links, #footer {
		padding-left: 50px;
	}

	.company_sections span h3{
		font-size: 16px;
	}

	.company_sections{

	}



	.company_sections span a{
		padding: 10px 26px;
		font-size: 12px;
	}

	.company_sections.header_section{
		background: #C8DEE1
	}

	.company_sections.header_section p {
		width: 100%;
		font-size: 12px;
		padding: 5px;
	}


}




.ie7 .company_sections{
	height: 200px !important;
}

.ie8 .company_sections{
	height: 240px !important;
}




