p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

a {
    color: #009de0;
}


.darkbox {
	padding: 20px;
	color: #fff;
	background-color: rgba(80,80,80,.5)!important;
}


.darkbox h1,h2,h3,p {
	color: #fff;
}

.lightbox {
	padding: 20px;
	color: #333333;
	background-color: rgba(255,255,255,.5);
}


.bluebox {
    padding: 20px;
	color: #fff;
	background-color: #1e73be !important;
}

.bluebox h1,h2,h3,p {
	color: #fff;
}




/* theme tweaks */
.page main#main {
	background: transparent;
	border: 0px;
	padding: 0px;
}

figure {
	padding: 0px;	
}

nav#site-navigation {	
    background-color: rgb(80,80,80);
	box-shadow: none;
}

div#content {	
    padding-top: 10px; 
}

footer .site-info {	background: transparent;}