body {
	margin: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu;
	font-weight: bold;
	padding-top: 40px;
}

@media (max-width: 576px) {
    h1 {
    	font-size: 30px;
	}
} 

p, ul, ol {
	font-size: 18px;
	font-family: Lora;
	padding-top: 20px;
}

@media (min-width: 576px) {
	p, ul, ol {
	font-size: 24px;
	}
}

a {
	color: #c60569;
}

figure {
	padding-top: 20px;
}


.navbar {
	border-bottom: 1px solid #ccc;
}

.navbar-logo {
	float: left;
	padding-right: 15px;
}

.navbar-brand {
	text-transform: uppercase;
	color: #c60569;
	margin: 0px auto;
	font-weight: bold;
}

.navbar-brand a:link, a:hover {
	color: #c60569;
}


.boot-excerpt {
	font-weight: bold;
}


.wp-block-image figcaption {
	font-family: Roboto;
	font-size: 16px;
}

.material-icons {
	float: left;
	margin-top: 1px;
	padding-right: 6px;
}

.btn {
	font-family: Roboto;
	font-size: 20px;
}


.wp-block-quote {
	margin-top: 40px;
	/* border-color: #c60569;
	border: 1px solid #c60569; */
	border-left: 2px solid #c60569;
	border: 0px;
}

.wp-block-quote p {
	padding-top: 0px;
	font-style: italic;
	font-weight: bold;
}

.wp-block-quote cite {
	font-size: 16px;
}


.wp-block-media-text {
	padding-top: 20px;
}


/* 
* Footer
*/
.footer {
    margin-top: 60px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

.footer ul, .footer p {
	font-family: Roboto;
	font-size: 16px;
}