/*
Theme name: Likeable
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/
.header .header__content .pearls-text{
        margin-left: 25px;
	word-spacing: 5px;
	    
}
.header .header__content .pearls-text a{
	text-decoration: none;
    font-weight: bold;
}
.intro h1{
	    padding: 40px 34px 40px 34px;
}
@media screen and (max-width: 480px) {
    .header .header__content .pearls-text{
            margin-left: 0px;
    }
}
.abctest{ color: blue;}
p {  }
