body{
     background: #09193f;
     font-family: 'Cabin', sans-serif;
}
 .main {
     margin: 0 auto;
     max-width: 60%;
     padding: 10% 0 10%;
     vertical-align: middle;
     width: 100%;
}
 #header {
     overflow: hidden;
     background: none repeat scroll 0 0 #16A5D7;
}
 #profile_photo>img {
     max-height: 150px;
     max-width: 150px;
}
 #profile_name {
     color: #FFFFFF;
     float: left;
     height: 150px;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .name {
     text-transform: uppercase;
     font-size: 35px;
}
 #footer {
     text-align: center;
     font-size: 12px;
     line-height: 15px;
     text-transform: uppercase;
     color: #16a5d7;
     padding: 17px 0;
     font-weight: 700;
}
 .content {
     background: #fff;
     overflow: hidden;
}
 .info {
     padding: 2% 2%;
     text-align: center;
     width: 100%;
}
 .mail{
     padding-bottom: 2%;
}
 .mail_info {
     font-size: 36px;
     line-height: 44px;
     color: #16a5d7;
}
 .website > a {
     color: #16a5d7;
     display: block;
     font-size: 16px;
     line-height: 20px;
     padding-top: 1%;
}
 .socialButton{
     padding: 3%;
}
 @media (max-width: 767px) {
     #profile_name {
         height: 100px;
         width: 100%;
         overflow: hidden;
    }
     #profile_name .name {
         font-size: 15px !important;
         line-height: 25px !important;
         margin-bottom: 1%;
    }
     .mail_info {
         font-size: 12px;
    }
     .website > a {
         display: block;
         font-size: 12px;
    }
     .socialButton{
         padding: 1%;
    }
}
 