/* CSS Document */
body{font-size:16px;background:#f0f2f5;font-family: 'Rubik', sans-serif;}
.gap{margin-top:15px;margin-bottom:15px}
.gap-form{margin-top:5px;margin-bottom:5px}
.gap-top, .gap-trip{margin-top:15px}
.gap-top-2x{margin-top:30px}
.gap-bottom{margin-bottom:15px}
.gap-bottom-2x{margin-bottom:30px}

.home-slider{background:#ddd;min-height:350px;}



img{max-width: 100%;}
h3{font-size:20px}
a{color:#2E4052}
a:hover{text-decoration:none}

.profile-image{position: relative;}
.profile{margin-left:30px;}
.profile img{margin-top:-80px;border:5px solid #fff;}
.profile-details{margin-top:15px;} 
.profile-details h1{font-size:1.5em;margin:0;}
.web-verify{color:#50C878;}
.post-title{font-size:1em;color:#999;}
.right-contact {text-align:right;}
.since{font-size:0.8em;color:#999;}
.content-wrap{background:#fff;margin-top:30px;margin-bottom:30px;border-radius:5px;}
.profile-info{padding:15px;}
.profile-info ul{list-style:none;margin:0;padding:0;}
.profile-info ul li{padding:15px 0px;border-bottom:1px solid #eee;}
.profile-info ul li:last-child{border-bottom:none;}
.right-info{border-left:1px solid #ddd;padding:15px;min-height:350px;}
.right-info h4{font-size:1.1em;}
.about h2{font-size:1.5em;}
.hobbies ul{list-style:none;margin:0;padding:0;} 
.hobbies ul li{padding:5px 15px;border:1px solid #ddd;border-radius:30px;display:inline-block;margin:5px 15px 5px 0px;}
.hobbies{padding-top:30px;padding-bottom:30px; border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.get-in-touch ul{list-style:none;margin:0;padding:0;} 
.get-in-touch ul li{display:inline-block;margin:10px 15px 10px 0px;}
.get-in-touch ul li a{border:1px solid #ddd;border-radius:5px;padding:5px 15px;text-decoration: none;}
.get-in-touch ul li a:hover{background:#000;color:#fff;}
.footer{background:#051a24; padding-top:20px; padding-bottom:15px;color:#869fb2;}
@media (max-width : 599px) {
    .right-contact {text-align:left;}
    .profile img{position:relative;z-index:12345;}
    .home-slider{background:#ddd;min-height:100px;}
    
}
