/*
Theme Name:   EdTwentyTwenty
Description:  Ed Academy Twenty Twenty
Author:       steveb
Author URL:   ed.academy
Template:     twentytwenty
Version:      1.0
Text Domain:  EdTwentyTwenty
*/

/* Write here your own personal stylesheet */

h1 {
	font-family: courier-std, monospace;
	font-style: normal;
	font-weight: 700; 
}
p {
	font-family: gesta, sans-serif;
	font-style: normal;
	font-weight: 300;
}

.ed-style-1 {
	color: #e4011e;
}
.ed-style-2 {
	color: #9e00f5;
}
.ed-style-3 {
	color: #20267d;
}
.ed-style-4 {
	color: #219941;
}
.ed-style-5 {
	color: #f38118;
}
.ed-style-6 {
	color: #facd0b;
}
.ed-style-7 {
	color: #56ccc3;
}
.ed-style-8 {
	color: #3f3f3f;
}
.ed-style-9 {
	color: #878888;
}
.has-accent-background-color {
	background-color: #878888 !important;
}
.site-logo img {
	max-height:6rem;
}
.site-description {
	font-family: courier-std, monospace;
	color: #000000 !important;
	font-style: normal !important;;
	font-weight: 700 !important;
	margin: 2rem 0 0 .6rem !important;
}
.powered-by-wordpress {
	display:none;
}
.courses-bd {
	background-color: rgba(255,255,255, .5) !important;
	background-color: #FFFFFF;
	padding:6% !important;
}