@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
html, body {
  margin: 0;
  padding: 0
}
body {
  background: url('bg.png') fixed;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
}
#header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#header-container {
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  max-width: 960px;
  overflow: hidden;
  text-align: center;
}
#logo {
  display: inline-block;
  padding-top: 1em;
  text-align: left;
}
#nav {
  display: inline-block;
  text-align: center;
  vertical-align: central;
  margin: 0.5em 0;
}
#nav a {
  display: inline-block;
  color: #000080;
  text-decoration: none;
  padding: 5px;
  margin: 0 24px;
  transition: all .2s ease-in-out;
}
#nav a:hover {
  transform: scale(1.1);
}
#intro {
  width: 100%;
  height: 720px;
  overflow: auto;
  background-image: url(doctor.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
#intro h1 {
  margin-top: 340px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  text-shadow: 0 0 10px #333;
}
#content {
  width: 100%;
  overflow: auto;
}
h1, h2 {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
}
h1 {
  font-size: 48px;
  margin: 0;
}
h2 {
  font-size: 36px;
  margin: -8px 0 40px 0;
}
h3 {
  font-size: 24px;
  text-align: center;
}
p {
  font-size: 20px;
}
.content-container {
  margin: 0 auto;
  padding: 80px 10px;
  min-width: 300px;
  max-width: 960px;
  overflow: auto;
}
.white {
  background: rgba(255, 255, 255, 0.85);
}
.white h1, .white h2 {
  color: rgb(0,0,128);
  font-weight: 400;
}
.blue {
  background: rgba(0,16,128,0.85);
  color: #fff;
}
.blue h1, .blue h2 {
  color: #def1fd;
  font-weight: 400;
}
img.icons {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  width: 100px;
  height: 100px;
}
#credentialing-icon {
  background-image: url(credentialing.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: #000080 solid thin;
}
#contracting-icon {
  background-image: url(contracting.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: #def1fd solid thin;
}
#startup-icon {
  background-image: url(startup.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: #000080 solid thin;
}
#management-icon {
  background-image: url(management.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: #def1fd solid thin;
}
#contact-icon {
  background-image: url(contact.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: #000080 solid thin;
}
#contact-center {
  text-align: center;
}
#contact-float {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
label {
  display: block;
  color: #000080;
  font-size: 20px;
}
input, textarea {
  background: #fff;
  border: #000080 solid thin;
  padding: 5px;
  margin-bottom: 15px;
  width: 360px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
#submit {
  width: 150px;
  background: #000080;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#submit:hover {
  background: #4ad;
}
a {
  color: #333;
}
#footer {
  width: 100%;
  overflow: auto;
  background: rgba(0,0,128, 1.0);
}
#footer-container {
  margin: 0 auto;
  padding: 40px 10px;
  min-width: 300px;
  max-width: 960px;
  overflow: auto;
  color: #fff;
  text-align: center;
}