/*
Theme Name: DOJ
Theme URI: https://509c2a90-3530-4bf2-b865-9c066f04ae4c.p.bardy.io
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: https://509c2a90-3530-4bf2-b865-9c066f04ae4c.p.bardy.io
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");


#site-header{
  border-bottom:3px solid #c09147 !important;
}

#main:before{
	background:#3c0935;
	content: "";
   	display: block;
	padding-top:3px;
	top:10px;
  	border-bottom:10px solid #c09147 !important;

}


#footer:before{
	background:#3c0935;
	content: "";
   	display: block;
	top:10px;
	padding-bottom:3px;
  	border-bottom:10px solid #c09147 !important;
}
#footer{
  border-top:3px solid #c09147 !important;
}