/*
Theme Name:   Blocksy Child
Theme URI:    
Description:  Blocksy Child Theme
Author:       Animink
Author URI:   
Template:     blocksy
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  blocksy
*/





.home #main{
	background-image: url(/wp-content/uploads/2023/03/duraflame-bg-fire.jpg);
	background-size: cover;
}


.ai_footer{
	background-color: black !important;
	color: white;
}
.ai_footer a{
	color: #1E7BF7;
}



.generalBtn {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.generalBtn:hover {
	background:linear-gradient(to bottom, #FFFFFF 1%, #FFD203 100%);
	background-color:#5884BA;
	color: #6B6B6B;
	box-shadow: 0px 0px 0px 2px #FFD203;
}
.generalBtn:active {
	position:relative;
	top:1px;
}



