@charset "utf-8";
/* CSS Document */
body {
	font-family: source-sans-pro;
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	width:100%;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 850px;
	background-color: lightyellow;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #0A00FB;
	border-bottom: 1px solid #100DFB;
	border-top-color: #100DFB;
	border-right-color: #100DFB;
	border-left-color: #100DFB;
}
.logo {
	color: #E8FD0A;
	font-weight: bold;
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	letter-spacing: 4px;
	position:absolute;
}
nav {
	float: left;
	width: 100%;
	text-align: right;
	margin-right: 90px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: right;
	color: #1200FF;
	font-size: 15px;
	text-align: right;
	margin-right: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #E8FD0A;
	text-decoration:none;
}
ul li:hover a {
	color: #2C9AB7;
}
.bai_header{
	margin-top: -45px;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-align:center;
	font-size: 1.5em;
	align-items: center;
	font-weight: bold;
	height: 5px;
}
.bai_subtitle{
	text-align: center;
	letter-spacing: 2px;
	font-size: 1em;
	font-weight:500em;	
	margin-bottom: -15px;
}
.img {
	align-items: center;
	width:100%;
	margin-left: 0px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: blue;
	margin-bottom: 1px;
}
.pic{
	align-items: center;
	width:100%;
	margin-bottom: -40px;
}
.bai_figcaption{
	margin-top: -500px;
	margin-bottom: 500px;
	color: yellow;
}
.banner {
	color: blue;
	text-align: center;
	font-weight:bold;
	font-size: 30px;
	padding-right: 50px;
	padding-left: 55px;
	background-color: lightyellow;
	height: 250px;
	margin-bottom: -55px;
	margin-top: 45px;
}
.log{
	float: center;
	margin-top: 1px;
	margin-bottom: -50px;
	padding-left: -5px;
	padding-right: 5px;
}
/* About Section */
.contactus_column {
	width: 30%;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 120px;
	padding-right: 5px;
	color: #1209D9;
	font-size: 1.1em;
	
}
.services_column{
	width: 25%;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	float:center;
	padding-left: 30px;
	padding-right:10px;
	color: #1209D9;
	font-size: 1.1em;
}
.experience_column{
	width: 15%;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	float:right;
	padding-left: 5px;
	padding-right: 10px;
	color: #1209D9;
	font-size: 1.1em;
}
.social_column{
	font-size: 1.1em;
	color: #1209D9;
}
.about{
	padding-left: 10px;
	display:inline-flex;
	background-color:slategray;
	margin-top: 0px;
	margin-right: 40px;
	width: 110%;
	column-width: 30%;
	height:250px;
}
.button {
	width: 200px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: 35px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	font-size: 17px;
	text-decoration-color: white;
}
.button:hover {
	background-color: #FEFEFE;
	color: blue;
	cursor: pointer;
	
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 1px;
	line-height: 2px;
	font-size: 15px;
	margin-bottom: 0px;
}
.footer_banner {
	background-color: #B3B3B3;
	line-height:1px;
	text-align: left;
	display:inline-flex;
	width: 100%;
}
.prososal{ 
	padding-left:520px;
	font-size: 20px;
	display:inline-flex;

}
.footer {
	display: inline-block;
}
.hidden {
	display: none;
}
#page-wrap{
	max-width: 1500px;
	width: 100%;
	min-height: 1500px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}
/*Small Devices, Phones*/
@media only screen and (min-width: 300px) and (max-width:799px){
	.container-fluid{
		margin: 0px 10% 0px 10%;
	}
	
	.body{
		height: -950px;
	}
nav ul li {
	float: right;
	color: #1200FF;
	font-size: 10px;
	text-align: right;
	margin-right: 5px;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
	}
	.img {
	align-items: center;
	width:100%;
	height:110px;
}
.pic{
	align-items: center;
	width:100%;
	height: 100px;
	margin-bottom: -150px;
	}
	.bai_header{
	margin-top: -45px;
	letter-spacing: 0px;
	text-transform:uppercase;
	text-align:center;
	font-size: 1em;
	align-items: center;
	font-weight: bold;
	height: 25px;
	}
	.bai_subtitle{
	text-align: center;
	letter-spacing: 0px;
	font-size: .9em;
	font-weight:bold;
	margin-bottom: -35px;
	margin-top: -10px;
	}

.prososal{ 
	padding-top: 0px;
	padding-left: 0px;
	font-size: .2em;
	
	
	
	
	}
	.button {
	width: 130px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: -15px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	font-size: .5em;
	text-decoration-color: white;
	}
.pic{
	align-items: center;
	width:100%;
	margin-bottom: -40px;
	margin-top: -15px;
}	
	.banner {
	color: blue;
	text-align: center;
	font-weight:bold;
	font-size: .6em;
	padding-right: 50px;
	padding-left: 55px;
	background-color: lightyellow;
	height: 170px;
	margin-bottom: -55px;
	margin-top: 45px;
	}
	
	.about{
		display: none;
	}
	.copyright {
	margin-top: 260px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top-width: 1px;
	line-height: 2px;
	font-size: 10px;
		margin-bottom: 0px;	}
	
}

/*Medium Devices, Desktops*/
@media only screen and (min-width: 800px) and (max-width:1199px){
	.bai_header{
	margin-top: -55px;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-align:center;
	font-size: 1em;
	align-items: center;
	font-weight: bold;
	height: 5px;
	}
	.bai_subtitle{
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight:bold;
	margin-bottom: -15px;
	}
.banner {
	color: blue;
	text-align: center;
	font-weight:bold;
	font-size: .9em;
	padding-right: 50px;
	padding-left: 55px;
	background-color: lightyellow;
	height: 250px;
	margin-bottom: -55px;
	margin-top: 45px;
	}
.prososal{ 
	padding-left: 10px;
	font-size: .7em;
	display:flex;
	}
.pic{
	align-items: center;
	width:100%;
	margin-bottom: -40px;
	margin-top: -15px;
}	
	.contactus_column {
	width: 35%;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	color: #1209D9;
	font-size: .8em;
	
}
.services_column{
	width: 25%;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	float:center;
	padding-left: 30px;
	padding-right:10px;
	color: #1209D9;
	font-size: .8em;
}
.experience_column{
	width: 15%;
	text-align: left;
	line-height: 25px;
	float:right;
	padding-left: 5px;
	padding-right: 10px;
	color: #1209D9;
	font-size: .8em;
}
	}
/*Large Devices, Large Screens*/
@media only screen and (min-width: 1200px) and (max-width:1500px){
	.bai_header{
	margin-top: -55px;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-align:center;
	font-size: 1em;
	align-items: center;
	font-weight: bold;
	height: 5px;
	}
	.bai_subtitle{
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight:bold;
	margin-bottom: -15px;
	}
.banner {
	color: blue;
	text-align: center;
	font-weight:bold;
	font-size: .9em;
	padding-right: 50px;
	padding-left: 55px;
	background-color: lightyellow;
	height: 250px;
	margin-bottom: -55px;
	margin-top: 45px;
	}
.prososal{ 
	padding-left: 195px;
	font-size: .8em;
	display:flex;
	}
.pic{
	align-items: center;
	width:100%;
	margin-bottom: -40px;
	margin-top: -15px;
}	
	}

