/* 3Dvenue-BLOG color scheme — managed by cms/color.php. This file is
   overwritten wholesale every time "Save Settings" is clicked there. */

body{
	background:#FFF;
}

body *{
	color:#333;
}

a{
	color:#1A2434;
}

h1,h2.pagetitle{
	color:#1A2434;
}

h2{
	color:#1A2434;
}

h3{
	color:#1A2434;
}

header{
	background:#FFF;
}

header h1 a{
	color:#1A2434;
}

header nav ul li a{
	color:#1A2434;
}

@media (max-width:680px){
	header nav{
		background:#FFF;
	}
}

.tag{
	background:#feab64;
	color:#FFF;
}

#sidebar .about{
	background:#F4F5F6;
}

#sidebar .about,
#sidebar .about h2{
	color:#1A2434;
}

main #hero::after{
	background:linear-gradient(to top, #14213Dcc, #14213D00 65%);
}

main #hero .herotext .eyebrow{
	color:#FEC896;
}

main #hero .herotext h2.pagetitle{
	color:#FFF;
}

main #hero .herotext p.lead{
	color:#EDEFF2;
}
