
        
        /* Premium Theme Dreamcatcher from Blogg.se */
@import url("//static.blogg.se/themes/dreamcatcher/dreamcatcher.css");

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

.response { margin-top: 20px; }

.header1 { background: url(https://cdn1.cdnme.se/4596647/9-3/dsc_0650_-_kopia_-_kopia_3_589202d62a6b22945763ea90.jpg) no-repeat; }
.header2 { background: url(https://cdn3.cdnme.se/4596647/9-3/dsc_0650_-_kopia_-_kopia_2_589202cfe087c30704f51226.jpg) no-repeat; }
.header3 { background: url(https://cdn3.cdnme.se/4596647/9-3/dsc_0650_-_kopia_-_kopia_589202df2a6b229468a3c95e.jpg) no-repeat; }

#menu {
  background-color: rgba(137, 199, 148, 1);
}
#menu li a {
	color:rgba(77, 133, 87, 1)
}
.post-header, .post-header a {
  color: rgba(77, 133, 87, 1)
}
#header h1 a{
  color: rgba(77, 133, 87, 1)
}
body {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
}

.post-meta {
  margin-top: 0px !important;
}
.social { margin-top: 20px; text-align: center; }

#social svg { fill: rgba(0, 0, 0, 1); }
.social svg { fill: rgba(77, 133, 87, 1); }


h1, h3, h4, #menu a, .post-meta, .pagination-older, .pagination-newer {
 	font-family: "Amatic SC", sans-serif;
   
}
body.gradient {
  background-color: rgba(137, 199, 148, 1);
  background: -webkit-gradient(radial,center center,0,center center,460,from(#FFF),to(rgba(137, 199, 148, 1)));
background: -webkit-radial-gradient(circle,#FFF,rgba(137, 199, 148, 1));
background: -moz-radial-gradient(circle,#FFF,rgba(137, 199, 148, 1));
background: -ms-radial-gradient(circle,#FFF,rgba(137, 199, 148, 1)); 
}
h3 a, .post-meta, #side h4 {
  color: rgba(77, 133, 87, 1)
}
h3 a {
     font-size: 48px;
}
#side #profile #social a { display: inline-block; }
#social svg { border-radius: 50%; }
@media only screen and (max-width: 989px) {
  #side {
    display:none;
  }
}

.like-container { display: block !important; text-align: center; margin-top: 5px; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: rgba(77, 133, 87, 1) !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: rgba(77, 133, 87, 1) !important; 
  background: white !important;
}