body {
padding-top: 120px;
}

nav {margin-bottom: 30px;}  

.navbar-brand {
font-size:13px;
padding-top: 15px;  
}

.navbar-default {background-color:#428bca;border-color:#3071a9}
.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.footer {
border-top: 1px solid #eee;
background: #f5f5f5;  
padding: 20px 0;  
margin-top: 60px;
}


/* ===============================
=============================== */
/* about-me styles */

.about-me-widget {
    background: url(./img/me-cover.jpg) no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.about-me-img {
    position: relative;
    z-index: 2;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.about-me-content {
    padding-top: 27%;
}

.about-me-content h3 {
text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-bottom: 10px;
}

.img-me {
    border: 5px solid #fff;
    border-radius: 50%;
}

.img-me {max-width: 150px; max-height: auto;}

@media (min-width: 320px) and (max-width: 767px) {
.img-me {max-width: 180px; max-height: auto;}
}

@media (min-width: 768px) {
.img-me {max-width: 240px; max-height: auto;}
}

@media (min-width: 992px) {
.img-me {max-width: 150px; max-height: auto;}
}
@media (min-width: 1200px) {
.img-me {max-width: 150px; max-height: auto;}
}

.about-me-text {
padding: 0 20px; 
text-align: left;
}



.social-share ul li {
    list-style: none;
    display: inline-block;
}

.show-search {
    position: absolute;
    z-index: 10000;
    top: 100%;
    right: 7.5%;
    display: none;
}

.widget .social-share ul li a i {
    height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 15px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #999;

}

.social-share ul li a i:hover {
    background: #0088cc;
    color: #FFF;
    border-color: #0088cc;
}


.links img{
text-align: center;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto; 
}

.socialmedia {
margin-bottom: 10px;    
}
 
.socialmedia div {
    display: inline-block;
}
 
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

.widget {
margin-bottom: 30px;    
}

/* ===============================
=============================== */

/* responsive */

article .page-header {
margin-top: 10px;    
}

article .page-header h1 {
 font-size: 32px;   
}

article h2 {
font-size: 24px;    
}


article .page-header h1 a {
color: #333;    
}

article .page-header h1 a:hover {
color: #23527c;    
text-decoration: none;   
}

.photo img {
display: block;
max-width: 100%;
height: auto;
}

article img,
p img,
figure img {
display: block;
max-width: 100%;
height: auto;   
}

.photo-set {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.photo-set iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* article styles */

article {
background: #fff;
border: 1px solid #dedede;
border-radius: 2px;
margin: 0 0 20px;
padding: 20px 20px 0;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.015);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.015);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.015);

}

article figure img {
tex-align: center;
margin: 0 auto 20px;
}

.post h2 { margin-bottom: 20px; }

section.notes ol,
section.notes ol li {
list-style-type: none;
margin: 0 0 5px;
padding: 0;
color: #696969;
font-size: 12px; 
line-height: 1.5;
}

section.notes a {
color: #7e97ba;
}

section.notes a:hover,
section.notes a:focus {
color: #0088cc;
text-decoration: underline;
}

section.notes img { margin-right: 3px;}
section.notes blockquote {margin: 3px;}

/* Posts styles */

.link .link-description{margin:0 0 1.25em}
.quote .words{border:0;color:#333;font:normal 1.0em/1.3 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;margin:0 0 1em;padding:0}
.photo, .video, .photoset-post{text-align:center}
.photo .caption,.video .caption,.audio .caption,.quote .source,.photoset-post .caption{clear: right;margin-bottom:1.5em;margin-top:0.75em;text-align:left}
.photo a img{border:0;}
.chat ul.convo{list-style-type:none;padding:0;}
.chat ul.convo li{line-height:2;}
.chat ul.convo li .person { font-weight: bold; }
.chat ul.convo li.even .person{color:#A3544D;}
.audio .playcount { float: right; }

/* Post Footer Styles */

.asset-footer {
clear: both;
margin: 40px 0 0;
padding: 20px 0 0;
border-top: dotted 1px #ccc;
list-style: none;
font-size: 13px;
}

article > .socialmedia { margin: 10px 0 0;}

.socialmedia { margin: 10px 0 0;}
.socialmedia .fb-like {margin: 0;}
   
/* REBLOG */
.reblogged{ 
clear: both;
margin-top: 20px;
text-align:right;
color:#888;
font-size: 13px;
display:block;
font-style:italic;
}


/* TAGS */

.asset-footer ul.list-inline li { margin-right: 0; margin-left: 0; }


/* =============================== */

@media screen and (max-width: 500px) {
article img,
p img,
.tmblr-full img,
figure img  {
display: block;
max-width: 270px;
height: auto;   
}
}   

