.header{
    margin-bottom:0px;
}

#body{
    height: 100%;
}
#body *{
    text-align: center;
}
.section{
    /*overflow: hidden;*/
    height: 100%;
    background: -webkit-gradient(linear,right top, left top,from(#00E9CC),to(#2ABAFF));
    background: -webkit-linear-gradient(right,#00E9CC,#2ABAFF);
    background: -o-linear-gradient(right,#00E9CC,#2ABAFF);
    background: linear-gradient(to left,#00E9CC,#2ABAFF);
    background-size: 100% 75%;
    background-repeat: no-repeat;
}
.content{
    overflow:hidden;
    position: relative;
    width:90%;
    margin:0 auto;
    top: 2em;
    z-index: 1;
}
.white{
    height: 200px;
    color: white;
}

.title{
    font-size:42px;
    font-family:"Century Gothic";
    padding-top:53px;
}

.sum{
    font-size:14px;
    font-family:"Century Gothic";
    padding-top: 34px;
}

.content{
    padding-top: 35px;
}

  .content-left,.content-right{
      width: 50%;
  }

.content-right img{
    display: inline-block;
    width: 47%;
    z-index: 1;
}

.content-left>p{
    font-size:26px;
    font-family:"Eras Light ITC";
    line-height:2;
    font-style: italic;
    color: #5A5A5A;
}

.content-inter{
    padding-top: 46px;
    font-family:"Century Gothic";
    font-weight:bold;
    font-size:17px;
}

img#content-person{
    margin-bottom: 50px;
    margin-left: 70px;
}
