@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Source+Sans+Pro:300,400");
* {
  margin: 0;
  padding: 0; }

div.constrain {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #666; }

header {
  position: relative;
  padding: 30px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25); }
  header span.logo {
    float: left;
    width: 120px; }
    header span.logo img {
      display: block;
      max-width: 100%; }
  header span.telephone {
    float: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-weight: 300; }
    header span.telephone span {
      display: block;
      line-height: 43px; }

@media screen and (max-width: 768px) {
  header span.logo {
    float: none;
    display: block;
    margin: 0 auto 20px; }
  header span.telephone {
    float: none;
    text-align: center; } }

div.content {
  min-height: 200px;
  max-width: 600px;
  padding: 40px 20px;
  margin: 0 auto; }
  div.content h2 {
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300; }
  div.content p {
    font-size: 24px;
    line-height: 1.7em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
	text-align: center; }

footer {
  padding: 40px 0;
  background: #2e3192;
  background-image: url("/assets/images/footer.png");
  background-position: left top;
  background-repeat: repeat-x; }
  footer div.work {
    float: left;
    width: 300px; 
    display: block;
    color: #FFF;
    line-height: 30px;
    font-size: 20px; }
  footer span.address {
    float: right; }
    footer span.address span {
      display: block;
      color: #FFF;
      line-height: 45px;
      font-size: 30px; }

@media screen and (max-width: 768px) {
  footer div.logos {
    float: none;
    margin: 0 auto 30px; }
  footer span.address {
    float: none; } }
