html,
body {
  height: 100%;
}
html {
  background: url(/images/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background: transparent;
  font-family: Futura, 'Helvetica Neue', arial, sans-serif;
  text-align: center;
  color: #646363;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  text-transform: uppercase;
}
h3 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
}
p {
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}
p.emphasis {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 50px auto;
}
hr {
  height: 20px;
  border: 0;
  background: url(/images/divider.png) center center no-repeat;
  padding: 35px 0;
}
#logo {
  height: 350px;
  margin: 0 auto;
  margin-top: 40px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -286px;
  text-indent: -8000px;
}
#logo a#physiolink {
  background: url(/images/logo.png) center center no-repeat;
  display: block;
  width: 573px;
  height: 350px;
}
div.navbar {
  text-align: center;
  font-size: 25px;
}
div.navbar .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(172, 100, 171, 0.2);
  border: 0;
}
div.navbar .nav {
  float: none;
  text-transform: uppercase;
  margin: 0 auto;
  width: 270px;
  height: 30px;
  padding: 15px 10px 10px 10px;
}
div.navbar .nav > li > a {
  color: #e7d3e8;
  text-shadow: none;
  border-right: 2px solid #e7d3e8;
  padding: 0px 15px 3px;
}
div.navbar .nav > li > a.last {
  border-right: 0;
}
div.section.first-section {
  min-height: 100%;
}
div.section .more {
  position: absolute;
  bottom: 35px;
  width: 100%;
}
div.section .more a {
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  padding-bottom: 50px;
  background: url(/images/more.png) bottom center no-repeat;
  font-size: 19px;
  color: #ac64ab;
  text-transform: uppercase;
}
div.section#about,
div.section#about-section {
  background: #f9f4fa;
  padding-top: 50px;
}
div.section#about h2,
div.section#about-section h2 {
  color: #ac64ab;
}
div.section#about p.emphasis,
div.section#about-section p.emphasis {
  color: #c290c5;
}
div.section#sources,
div.section#sources-section {
  background: #e7d3e8;
  padding-top: 50px;
  color: #ac64ab;
}
div.section#sources h3,
div.section#sources-section h3 {
  color: #fff;
}
div.section#contact,
div.section#contact-section {
  background: #ac64ab;
  padding-top: 50px;
  color: #fff;
}
div.section#contact h2,
div.section#contact-section h2 {
  color: #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
div.section#contact h3,
div.section#contact-section h3 {
  color: #fff;
}
div.section#contact address,
div.section#contact-section address {
  text-align: center;
  font-size: 25px;
  line-height: 40px;
}
div.section#contact address span,
div.section#contact-section address span {
  color: #6f3b6e;
}
div.section#contact address a,
div.section#contact-section address a {
  color: #fff;
}
div.section#contact footer,
div.section#contact-section footer {
  padding-bottom: 50px;
}
div.section#contact footer h3,
div.section#contact-section footer h3 {
  font-family: MochaMattari;
  font-size: 150px;
  border-bottom: 10px solid #fff;
  line-height: 180px;
  display: inline-block;
}
div.pictures {
  padding: 35px 0;
}
div.pictures img {
  border: 20px solid #fff;
  display: inline;
  float: left;
  margin: 10px 20px 10px 0;
}
div.pictures img.large {
  width: 900px;
}
div.pictures img.last {
  margin-right: 0;
}
@media (max-width: 979px) {
  p.emphasis {
    font-size: 32px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container div.pictures {
    text-align: center;
  }
  .container div.pictures img {
    float: left;
    width: 320px;
    max-width: 45%;
    border-width: 15px;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  p {
    font-size: 15px;
  }
  p.emphasis {
    font-size: 32px;
  }
  span.tel {
    top: 0px!important;
  }
  #logo {
    width: 244px;
    height: 105px;
    margin-left: -125px;
  }
  #logo a#physiolink {
    width: 244px;
    height: 105px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container div.pictures {
    text-align: center;
  }
  .container div.pictures img {
    float: none;
    width: 90%;
    max-width: 90%;
    border-width: 10px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
  }
  p.emphasis {
    font-size: 29px;
  }
  span.tel {
    top: 0px!important;
  }
  div.navbar {
    font-size: 20px;
  }
  div.navbar .nav {
    width: 230px;
    height: 20px;
    padding: 8px 10px 5px 10px;
  }
  div.navbar .nav > li > a {
    color: #e7d3e8;
    text-shadow: none;
    border-right: 2px solid #e7d3e8;
    padding: 0px 15px 3px;
  }
  div.navbar .nav > li > a.last {
    border-right: 0;
  }
  #logo {
    width: 244px;
    height: 105px;
    margin-left: -125px;
  }
  #logo a {
    width: 244px;
    height: 105px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container div.pictures {
    text-align: center;
  }
  .container div.pictures img {
    float: none;
    width: 90%;
    max-width: 90%;
    border-width: 5px;
    margin-right: 0;
  }
  div.section#contact footer h3 {
    font-size: 90px;
    line-height: 120px;
  }
}
.map {
  border: 20px solid #fff;
  overflow: hidden;
  height: 500px;
  margin-bottom: 60px;
}
.map iframe {
  width: 900px!important;
  height: 500px!important;
}
.col-3 {
  width: 220px;
  display: inline;
  float: left;
  margin: 10px 20px 10px 0;
}
.col-3 ul {
  text-align: left;
}
.col-3 ul li {
  line-height: 2;
  font-size: 24px;
}
span.tel {
  position: relative;
  top: -110px;
  font-size: 27px;
}
