
/*========================================================+
|  Design Elements                                        |
+========================================================*/

.headerDiv {
	height: 460px;
	background-image: url(../graphics/banner_images/The_West_Virginia_State_Capitol_Building.jpg);
	background-position: center 25%;
}
.sealDiv {
	background-image: url(../graphics/WVBBC_seal.png);
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 340px;
	height: 340px;
	float: left;
	margin-top: 70px;
	margin-bottom: 50px;
}

.footerlinks {
	padding: 5px 0 5px 80px;
}

/*========================================================+
|  Quick Links                                            |
+========================================================*/

.Qtable_3col {
	display: flex;
	flex-wrap: wrap;
	border-top: 5px solid #FFFFFF;
}

.Qtable_cell {
	box-sizing: border-box;
	flex-grow: 0;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
}

.Qtable_3col > .Qtable_cell, .Qtable_3col_2 > .Qtable_cell  {
	width: 33.33%;
}

.Qtable_cell img {
	height: 70px;
	width: 70px;
	float: left;
	margin: 30px 10px 30px 0;
}

.Qlink_title {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: underline;
	margin: 50px 0px 50px 0;
}

.Qlink_title:hover {
	color: #CCCCCC;
}

.Qtable_3col_2 {
	display: flex;
	flex-wrap: wrap;
	border-top: 5px solid #356eb6;
}

.Qlink_title2 {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	text-decoration: underline;
	margin: 50px 0px 50px 0;
}

.Qlink_title2:hover {
	color: #356eb6;
}


@media only screen and (max-width: 1100px) {
	
	/*========================================================+
	|  Quick Links                                            |
	+========================================================*/

	.Qtable_3col > .Qtable_cell, .Qtable_3col_2 > .Qtable_cell  {
		width: 50%;
	}
	
}

@media only screen and (max-width: 767px) {

	.headerDiv {
		height: 340px;
	}
	
	.sealDiv {
		width: 240px;
		height: 240px;
		margin-left: 10px;
		margin-bottom: 0;
	}
	
	/*========================================================+
	|  Quick Links                                            |
	+========================================================*/

	.Qtable_3col > .Qtable_cell, .Qtable_3col_2 > .Qtable_cell  {
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {
	
	.sealDiv {
		width: 40%;
		margin-left: 10px;
		margin-bottom: 0;
	}

}