/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.site-title a{
	font-size: 1.1em;
	color: #ccb76c;
	font-style: strong;
}

.site-title a:visited{
	font-size: 1.1em;
	color: #ccb76c;
	font-style: strong;
}

.site-description{
	color: #ccb76c;
	font-size: 1.2em;
}

a, a:visited{
	color: #bea143;}
.main-navigation a{
	font-size:1em;
	font-family:Roboto Slab;
}

blockquote cite a, blockquote cite a:visited {
    color: #bea143;
}

h1,h2,h3,h4,p,li, wp-caption-text{
	font-family:Roboto Slab;
	font-weight:350;
	color: #333;
}


li{
	line-height:1.7;
	
}


p{
	text-align:justify;
	
}

b, strong{	
	font-family:Noticia Text;
	font-weight:800;
	font-size:1em; 
	color: #333;
	}
	
figcaption{
	font-family:Roboto Slab;
	font-weight:300;
	font-size:0.9em; 
	text-align:center;
	color: #333;}

.main-navigation button{
	font-style:normal;
	background-color:#ccb76c;
	color: #474843;
	}


.wp-caption-text{
	font-family:Roboto Slab;
	font-weight:300;
	font-style:normal;
	align-content: center;
}

.entry-footer{
	font-family:Roboto Slab;
	font-weight:300;
}
.wp_widget_tag_cloud a{
		font-family:Roboto Slab;
		font-weight:300;
    font-style:normal;
}
.wp_widget_tag_cloud a:visited{
		color: #ffffff;
}

.*{
		font-family:Roboto Slab;
		font-weight:300;
}

p.wp-embed{
		font-family:Roboto Slab;
	font-weight:300;	
}


.entry-header h3{
	font-size:1.9em;
	font-weight:100;
	font-variant: normal;
  text-transform: uppercase;
	font-family: "Roboto Slab", serif;
	
}
.entry-content h2{
	font-size:1.7em;
}

.entry-content h1{
	font-size:1.9em;
}



.entry-content h3{
	font-size:1.5em;
}

.nav-subtitle, .post-navigation .nav-links {
display: none;
}

/* Gutenberg Blockquote highlight */
.editor-styles-wrapper .wp-block-quote {
    background-color: #F9F9F9!important;
		opacity: 0.8;
    padding: 10px;
    border-left: 5px solid #bea143;
}

/* Style paragraphs with the class 'cite' inside the blockquote */
blockquote p.cite {
    font-size: 15px;
    font-style: italic;
}

.editor-styles-wrapper blockquote p.cite {
    font-size: 17px;
    font-style: italic;
}

