body {
  margin:0px 0px;
  padding:0px;
  text-align:center;
  font-family: "roboto";
}
a{
  text-decoration:none;
  color: #333;
}
p {
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: 100;
    margin: 0;
}
section.container{
    width:100%;
    max-width:786px;	
    margin-left:12%;
	
}
section.main{
	width:100%;
	margin-top: 10%;
	float:left;
	margin-left:0%;
}
.sectionSeparator {
    margin: 0% 0 2% 0;
    width: 100%;
    height: 70px;
    float: left;
    position: absolute;
    left: 0;
    top: 100px;
}
.middle {
    color: #0077C0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}
.line {
    border-top: 2px solid #CCCCCC;
    margin-top: 35px;
    position: absolute;
    width: 100%;
    z-index: -1;
    display: none;
}
.hidden{
	display: none;
}

/** RESPONSIVE **/
@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 400px) {
  .middle {
    font-size: 16px;
  }
  section.main {
    float: left;
    margin-top: 16%;
  }
}
@media only screen and (min-width: 480px) {
    .sectionSeparator {
        background: url(../images/separator.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .middle {
        font-size: 22px;
        padding-top: 15px;
    }
    .line {
        display: block;
    }
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 1024px) {
  .middle {
    font-size: 24px;
  }
  section.main {
    float: left;
    margin-top: 10%;
  }

}