@charset "utf-8";

.header {
	background-color:rgba(0,0,0,0.7);
}

.flex-container {
	display:flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
}

.flex-container2 {
	display:flex;
	flex-direction: column;
	align-items:center;
}

.flex-container3 {
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.flex-container4 {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.background {
    background-image: url("../images/home_page_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-width:200px;	
}

.background2 {
    background-image:url("../images/gunbarrel_background_memorabilia2-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.background3 {
    background-image:url("../images/gunbarrel_background_vehicle-01.jpg");
    background-size:cover;
	background-repeat:no-repeat;
}

.background4 {
	background-image:url("../images/gunbarrel_background_founder4-01.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

.background5 {
	background-image:url("../images/contact_page-01.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

.sitetitle{
	margin-top:8%;
}
	
.taghome {
	margin-top:8%;
}

.title {
	display:flex;
	justify-content:center;
}

.headline {
	display:flex;
	justify-content:center;
	margin:8%;
}

.paragraph {
	text-align:center;
	margin:5% 20%;
	font-size:2vw;
	color:rgb(220,186,75);
	background-color:rgba(0,0,0,0.3)
}
figcaption {
	font-size:2vw;
}

