@charset "UTF-8";
/* CSS Document */
.color_background{
	background: linear-gradient(90deg, #00AEEF 0%, #0075BE 100%);
}
.header_font{
	color: #FFF;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.header_btn:hover{
	background: linear-gradient(90deg, #FF8800 0%, #FF6302 100%);
}
.hero_style_1{
	background-image:url("images/ColorProject14x21 2.png");
	padding-top: 300px;
	padding-bottom: 300px;
	background-repeat:no-repeat;
	background-size:cover;
	align-content:center;
}
.hero_text{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color:#FFF;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
}
.site_text_lg{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: linear-gradient(90deg, #009DFF 0%, #0235FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site_text_sm{
	text-align: center;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: linear-gradient(90deg, #009DFF 0%, #0235FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn_text{
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration:none;
	margin-left:50px;
	margin-right:50px;
}
.hero_style_2{
	background-image:url("images/barnhero.jpg");
	padding-top: 200px;
	padding-bottom:200px;
	background-repeat:no-repeat;
	background-size:cover;
	align-content:center;
}
.site_text_basic{
	color: #000;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration:none;
}
