/* CSS Document */
body {
  background: #EEE;
  overflow-y: scroll;
}

body, div, p {
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0;
}

.container {
  background: #FFF;
  border-top: 0;
  padding: 0;
  max-width: 950px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

/* Header */
.header {
  padding: 20px 20px 9px 20px;
  border-bottom: 2px solid #8f9194;
}

/* Home */
.about-us-img {
  float: right;
  margin-left: 30px;
}

.about-us-text {
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
  height: 200px;
  text-align: right;
  padding-top: 50px;
}

.our-team-img {
  float: left;
  margin-right: 30px;
}

.our-team-text {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
  height: 200px;
  text-align: left;
  padding-top: 50px;
}

.solutions-img {
  float: right;
  margin-left: 30px;
}

.solutions-text {
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
  height: 200px;
  text-align: right;
  padding-top: 40px;
}

.contact-img {
  float: left;
  margin-right: 30px;
}

.contact-text {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
  height: 200px;
  text-align: left;
  padding-top: 40px;
}

.home {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Body */
.body-text p {
  line-height: 2.0em;
  font-size: 1.2em;
  margin-right: 20px;
}

.body-img {
  padding-top: 30px;
}

/* Footer */
.footer {
  background-color: #005da3;
  color: #FFF;
  padding: 20px;
  font-size: .95em;
}

.bg-solutions { 
	border:1px solid #999;
	background: url(img/side_solutions.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }

@media screen and (max-width: 766px) {
  .body-text { margin:10px; }
}