
        
        /* Dusty Rose */
@import url("//static.blogg.se/themes/dusty-rose/style.css");

@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Leckerli+One');

body {
    background-image: url(https://cdn1.cdnme.se/4125428/6-3/york-kids-4-childrens-tea-party-wallpaper-ty7801yk-page-47-410x391_531de2782a6b22850398539c.jpg);
    background-repeat: repeat;
}

#header {
    background: url(https://cdn2.cdnme.se/4125428/6-3/alice_in_wonderland_hd_multi_monitor-hd_531dd9f99606ee7b8653d8f3.jpg) no-repeat left top;
    height: 300px;
}

.commentheader, .navheader, a, a:hover, .subside a, .commentmeta a, .commentmeta a:hover, .entrymeta a, h3 {
    color: rgba(156, 36, 199, 1);
}

svg {
    fill: rgba(156, 36, 199, 1);
}

.navheader, h2, .subside a, body, .commentmeta a:hover, .entrymeta a:hover, a:hover, .nav a:hover { 
	background-color: rgba(252, 252, 252, 1);
}
.entry { border-top: 8px solid rgba(252, 252, 252, 1); }

h1, h2, #profile p a, #profile { color: rgba(255, 255, 255, 1); }
.sidebox, #content { background-color: rgba(255, 255, 255, 1); }

body, .nav a, .nav a:hover, #profile h4, #profile p a:hover, .commentform, .entrybody {
    color: #333;
}

.entrymeta, .entrymetafoot, .commentmeta, .commenttext, .response, .response-by {
    color: rgba(42, 125, 12, 1);
}

h1, .subside, h3, .navheader, .commentheader {
    font-family: "Leckerli One", sans-serif;
}

h2, select, #profile, #profile h4, .commentform, .nav, .entrybody, .entrymeta, .entrymetafoot, .commenttext, .commentmeta, .response, .response-by {
    font-family: "Oxygen", sans-serif;
}

.entrymeta, .commentmeta, h2, .nav, .commenttext, .response, .response-by { 
	font-size: 10px;
}

.entrybody, body, .commentform { font-size: 16px; }
.entrymetafoot { font-size: 1.1em; }

h3 { font-size: 25px; }

.subside a { font-size: 32px; }

.subside, .navheader, .commentheader { font-size: 18px; }

#social { margin-top: 10px; }
#social svg { border-radius: 50%; }

.like-container { float: left; }
.like-container .likebtn .likebtn__btn { 
  background: #672b4a !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #672b4a !important; 
  background: white !important;
}