@import url(https://fonts.googleapis.com/css?family=Raleway:700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
body{
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
}
.jumbotron{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.jumboimg{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
}
.menu{
	width: 100%;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.title{
	width: 50%;
	float: left;
	text-align: left;
	padding-top: 10px;
}
.title h2{
	padding-left: 10px;
	margin-top: 10px;
}
.items{
	width: 50%;
	float: left;
	text-align: right;
	padding-top: 10px;
}
.items ul{
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
.items ul li{
	float: right;
	background-position: 100%;
	text-align: right;
	padding: 15px;
}
.boldtext{
	font-family: 'Raleway';
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	color: white;
	font-size: 40px;
	padding-left: 25px;
	padding-right: 25px;
}
.boldtext h1{
	margin-top: 0;
}
.menua:visited{
	color: white;
	text-decoration: none;
}
.menua:active{
	color: white;
	text-decoration: none;
}
.menua:hover{
	color: white;
	text-decoration: none;
}
.menua:link{
	color: white;
	text-decoration: none;
	font-size: 18px;
}
.downarrow{
	position: absolute;
	bottom: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 5;
}
.downarrow img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.abouttext{
	color: black;
	background-color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	padding-top: 80px;
}
.abouttext h2{
	text-align: center;
	padding-bottom: 15px;
}
.clientregion{
	background-color: #082567;
	color: white;
	width: 100%;
	min-height: 300px;
	text-align: center;
	padding-bottom: 80px;
}
.clientregion h2{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
}
.test{
	display: inline-block;
	padding: 45px;
}
.contact{
	padding-top: 80px;
	background-color: white;
	color: black;
	text-align: center;
	padding-bottom: 80px;
}
.contactbox{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #0000FF;
	padding: 15px;
	padding-bottom: 20px;
}
footer{
	padding:15px;
	background-color: #A4A4A4;
	text-align: center;
}
footer a{
	display: inline-block;
}
a:link{
	text-decoration: none;
	color: black;
}
a:active{
	text-decoration: none;
	color: black;
}
a:visited{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: none;
	color: #0000FF;
}
@media screen and (max-width: 1000px){
	.boldtext{font-size: 30px;}
}
@media screen and (max-width: 650px){
	.boldtext{font-size: 15px;}
	.test{width: 100%; padding-left: 0; padding-right: 0;}
	.items{display: none;}
	.title{width: 100%; text-align: center; font-size: 12px;}
}