@charset "utf-8";
.home-blocks {
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100px;
	max-height: 100px;
	width: 250px;
	border: solid #F2AB6D 2px;
	background-color: rgba(0,0,0,0.55);
	padding-left: 25px;
	margin-top: 20px;
    text-decoration: none;
}
.home-blocks a:hover {
	color: #F2AB6D;
    text-decoration: none;
}

.gray-blocks {
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100px;
	max-height: 100px;
	width: 250px;
	border: solid #CDD3D3 2px;
	background-color: #6F7E85;
	padding-left: 25px;
	margin-top: 20px;
    margin-bottom: 40px;
	text-decoration: none;
}

.gry-bar {
    background-color: #6F7E85;
    height: 25px;
    max-height: 25px;    
}
.hero-image {
  background-image: linear-gradient(rgba(02, 02, 03, 0.5), rgba(02, 02, 03, 0.5)),  url("../images/home_bckgrnd_03.jpg");
  background-image: image(lib/images/home_bckgrnd_03.jpg);
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.image-fixed {
    max-height: 30px;
    min-height: 30px;
    
}
.linespace-above {
    padding-top: 25px;
}

.center-logo {

  margin: auto;
    padding-top: 10px;
}




