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

@import url('https://fonts.googleapis.com/css?family=Habibi');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

body {
    background-image: url(https://cdn1.cdnme.se/4146875/7-3/slide_332325_3299565_free_5373aabd2a6b22b368b98528.jpg);
    background-repeat: repeat;
}

#header {
    background: url(https://cdn2.cdnme.se/4146875/7-3/marilyn-monroe-pink-quote-text-favimcom-183782_5373a9d9ddf2b35f0e72d243.jpg) no-repeat left top;
    height: 300px;
}

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

svg {
    fill: rgba(0, 0, 0, 1);
}

.navheader, h2, .subside a, body, .commentmeta a:hover, .entrymeta a:hover, a:hover, .nav a:hover { 
	background-color: rgba(255, 255, 255, 1);
}
.entry { border-top: 8px solid rgba(255, 255, 255, 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: rgba(0, 0, 0, 1);
}

.entrymeta, .entrymetafoot, .commentmeta, .commenttext, .response, .response-by {
    color: rgba(3, 0, 0, 1);
}

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

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

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

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

h3 { font-size: 28px; }

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

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

#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;
}