
        
        /* 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=Sue+Ellen+Francisco');
@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700');
.articlex {
  -webkit-backface-visibility: hidden;
}
body {
    background: rgba(243, 242, 247, 1);
    background-image: url(https://cdn2.cdnme.se/4264774/6-3/sam_3534_534a7883e087c348236151ad.jpg) !important; 
}
body,#menu li a, #header h2,#menu .big,#menu ul ul {
  font-family: "Quattrocento Sans", sans-serif;
	font-size: 15px;
    
}
#menu ul ul{
   background: rgba(243, 242, 247, 1);
  color: rgba(27, 41, 94, 1);
}
#header h1 a,#menu li a, #header h2{
  color: rgba(27, 41, 94, 1);
}
#header h1 a {
	font-family: "Sue Ellen Francisco", sans-serif;
}
#content .articlex .footer-comment{
  background-color: #2b355c;
}
#content .articlex .footer-comment:after {
  border-color: #2b355c;
}
#content .articlex .hover-link {
  background-color: rgba(46, 57, 97, 0.85);
  color: #fff;

}
article.entry h3 a {
  color: #2b355c;
	font-family: "Sue Ellen Francisco", sans-serif;

}
::selection {
  background-color: rgba(46, 57, 97, 0.85);
  color: #fff;
}
.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: #2b355c; }

.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: #CCC !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #CCC !important; 
  background: white !important;
}