
        
        /* Premium Theme Blocks from Blogg.se */
@import url("//static.blogg.se/themes/blocks/css/style.css");

@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

body {
	background-image: url(https://cdn2.cdnme.se/4736303/9-3/avit_584c65d22a6b2261d35452c6.jpg);
	background: rgba(227, 227, 227, 1);
	font-family: "Raleway", sans-serif;
	font-size: 15px
}

#header { 
 background: url(https://cdn3.cdnme.se/4736303/9-3/klasojah13_584c71042a6b226530b84cad.png);
 height: 400px;
}

.profile {
	background: url("profile.jpg") no-repeat center center;
	width: 100px;
	height: 100px;
}

.social { text-align: center; }
.social svg, #social svg { fill: rgba(0, 0, 0, 1); }

#header h1, #content h3, #content .footer-comment a, .pagination, #side h4, #side #profile h4, h4 {
	font-family: "Poiret One", sans-serif;
}

#header h1 {
  font-size: 40px;
}

#content h3 {
  font-size: 42px;
}

#header h1 a, #header h2 { color: rgba(227, 227, 227, 1); }

#side #profile h4, #side h4, h4 {
  font-size: 28px;
}

#side, .entry, #menu {
	background-color: rgba(197, 238, 240, 1);
}

.post a { color: rgba(106, 112, 106, 1); }
body, a { color: rgba(0, 0, 0, 1); }
.post a:hover { color: rgba(0, 0, 0, 1); }


.img1 { background-image: none; }
.img2 { background-image: none; }
.img3 { background-image: none; }

.fb_iframe_widget iframe { top: -4px; }

.profile { display: block; }
#social svg { border-radius: 50%; }

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