
        
        /* Theme Polaroid Gallery from Blogg.se */
@import url("//static.blogg.se/themes/polaroid_gallery/css/style.css");

@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC');
.articlex {
  -webkit-backface-visibility: hidden;
}
body {
    background: #333;
    background-image: url(https://cdn3.cdnme.se/4442105/7-3/rain_542bd9952a6b22b51d0d97fb.jpg) !important; 
}
body,#menu li a, #header h2,#menu .big,#menu ul ul {
  font-family: "Open Sans", sans-serif;
	font-size: 15px;
    
}
#menu ul ul{
   background: #333;
  color: #fff;
}
#header h1 a,#menu li a, #header h2{
  color: #fff;
}
#header h1 a {
	font-family: "Patrick Hand SC", sans-serif;
}
#content .articlex .footer-comment{
  background-color: #525252;
}
#content .articlex .footer-comment:after {
  border-color: #525252;
}
#content .articlex .hover-link {
  background-color: rgba(204, 204, 204, 0.76);
  color: #000;

}
article.entry h3 a {
  color: #25285c;
	font-family: "Patrick Hand SC", sans-serif;

}
::selection {
  background-color: rgba(204, 204, 204, 0.76);
  color: #000;
}
.social { text-align: center; }
.social svg { fill: #CCC; }
#menu {
	width: 500px;
}
#content .articlex h3 {
	font-size: 20px;

}
#content.entry {
  background-color: #fff;
  padding:20px;
}
#content img {
	max-width: 1000px;
}

#content .borka-container {
	margin-bottom: 20px;
}

#wrapper {
  padding-bottom: 10px;
}
#menu ul li #social a { display: inline-block; padding: 0; }
#social svg { fill: #25285c; }

.like-container { display: block !important; text-align: center; margin-bottom: 10px; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #525252 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #525252 !important; 
  background: white !important;
}