@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/ssp_norm.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(../fonts/ssp_sbold.woff2) format('woff2');
}

html{
    height:100%;
}

body{
    min-width:320px;
    height:100%;
    margin:0px;
    font-size:100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    color:#333;
}



h2{
    font-size:1em;
    font-weight:600;
    margin:0.5em 0;
}

h3{
    font-size:1.15em;
    font-weight:400;
    margin-bottom:0.5em;
}

h4{
    font-size:1em;
    font-weight:bold;
    margin:0;
}

a{
    color:inherit !important;
    text-decoration: none !important;
}

.center-container{

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  width:100%;
  height:100%;
}

.logo-container{

  display:inline-block;
  max-width:100%;
  min-height:100%;
  padding:1.5em 3em;
  text-align:center;
}

.content-container{
  width:100%;
  min-height:230px;
  text-align:center;
  background-color:rgba(255,255,255,0.75);
}

.contact-container{
  position:relative;
  margin-top:-2.5em;
  text-align:right;
  z-index:100;
}

.contact{
  margin-left:2em;
}

.c1{
  margin-bottom:0.4em;
}

.c2{
  color:#666666;
}

.logo{
  width:906px;
  height:auto;
}

@media (max-width: 1000px) {

  .logo{
    width:600px;
  }

  .contact-container{
    margin-top:0;
  }

}



@media (max-width: 740px) {

    .logo{
      width:100%;
    }

    .contact-container{
      margin-top:2em;
    }
}

@media (max-width: 900px),(max-height: 800px)  {


}
