body {
    margin:0;
    background:#f8f8f8;
}

.cover {
    background: url('images/cover_photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:300px;
    border-bottom: solid 3px #36c1e7;
    padding-top: 20%;
}

.cover .logo {
    /* margin:0 auto; */
   display:block;
  background: url('images/logo2.png');
  background-repeat: no-repeat;
  width: 230px;
  height: 58px;
   margin:0 auto;
}

.manifest {
    margin: 0 auto;
    display:block; 
    margin-top:7%;
    width: 43%;
}

.manifest p {
    font-family: 'Droid Serif', serif;
    font-family: Georgia, serif;
    color:#4e4e4e;
    font-size:18px;
    text-align: justify;
    line-height: 23px;
    letter-spacing: 0.05em;
}

.ongoing-projects {

    margin: 0 auto;
    margin-top: 7%;
    width: 43%;
}

.ongoing-projects h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    text-align:center;
    color:#456a7e;
}

.rackspace {
    margin:0 auto;
    margin-top: 7%;
    background: url('images/rackspace.png');
    background-size: 100% 100%;
    width: 120px;
    height: 36px;
    margin-bottom: 3%;

}
