﻿body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.left-txt {
	text-align: left;
}
.logo-bkg {
	background-image: url('../images/Bella-Fence-logo-header.png');
	background-repeat: no-repeat;
}
.border-0 {
	border-width: 0;
}
.center {
	text-align: center;
}
.italic-txt {
	font-size: medium;
}

/*  HEADER styles  */

.header-top {
	display: grid;
	grid-template-columns: 140px 1fr 160px 40px 40px;
	background-color: #FFFFFF;
	color: #000000;
	height: 60px;
	justify-content: right;
}
.top-middle {
	text-align: right;
	margin-top: 10px;
}
.social {
	margin-top: 10px;
}
.header-bottom {
	display: grid;
	grid-template-columns: 140px 1fr;
	background-color: #000000;
	color: #FFFFFF;
	height: 60px;
}
.right h3 {
	text-align: right;
	margin-right: 20px;
}
.logo {
	border-width: 0;
	z-index: 1;
	position: absolute;
	margin-left: 20px;
}

/*  FOOTER styles  */

.black-link {
	color: #000000;
	text-decoration: none;
	padding: 6px 16px 6px 16px;
	margin: 10px;
	background-image: radial-gradient(#FFFFCC, #FFCC66);
	border-radius: 8px;
	transition: all 0.5s ease-in-out;
}
.black-link:hover {
	letter-spacing: .1em;
	transition: all 0.5s ease-in-out;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
.footer-card {
	width: 140px;
	overflow: hidden;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}
.footer-card a {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.footer-card a h2 {
	color: #FFCC66;
}
.footer-card a:hover {
	color: #FFFCC66;
	text-decoration: underline;
	font-weight: bold;
	transition: all 0.5s ease-in-out;
}

/*  GRID for right side of FOOTER styles  */

.right-footer-grid {
	display: grid;
	grid-template-columns: repeat(2, 140px);
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}
.right-footer-grid a {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.right-footer-grid a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
.right-footer-grid h4 {
	margin-bottom: 8px;
	color: #FFCC66;
	font-size: 14px;
	font-weight: bold;
}
.right-footer-grid h2 {
	margin-bottom: 8px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
.brown_txt {
	color: #663300;
}
