﻿#galleria{height:750px}


.button-container input {
	display: inline;
	vertical-align: middle;
	margin: 0px 5px 10px 0px;
	}
	
	.button-container form, .button-container form div {
	display: inline;
	}
	
	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
	.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
	
	.img {
	border: 5px solid #e2b344;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
	 }
	 
	.colBackground {
	background-color:rgba(0,0,0,0.05);
	padding:20px 10px!important;
	}
	
	.colBackground ol {
	margin-left:30px;
	list-style-type:lower-alpha;
	color:rgba(0,0,0,0.70);
	padding:5px;
	}
	
	.colBackground ul {
	margin-left:30px;
	}
	
	.colBackground ul li {
	padding:5px;
	color:rgba(0,0,0,0.80);
	display: list-item;
	list-style-type: square;
	}
	
	.colBackground p{
	margin:10px 5px;
	}
	
	.colBackground img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	margin-bottom: 5px;
	margin-bottom: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	}
	
	.colBackground a:link    {color:#9a3b01; text-decoration:none; font-weight:bold;}
	.colBackground a:visited {color:#9a3b01; text-decoration:none; font-weight:bold;}
	.colBackground a:active  {color:#9a3b01; text-decoration:none; font-weight:bold;}
	.colBackground a:hover   {color:#c17400; text-decoration:none; font-weight:bold;}
	
	
	hr {
	border:1px solid rgba(0,0,0,0.20);
	margin:10px auto!important;
	}   
	
	.mainContent{
	display:block;
	margin:auto;
	width:100%;
	max-width:1450px;
	padding:20px 10px;
	}
	
	.mainContent a:link    {color:#9a3b01; text-decoration:none; font-weight:bold; }
	.mainContent a:visited {color:#9a3b01; text-decoration:none; font-weight:bold; }
	.mainContent a:active  {color:#9a3b01; text-decoration:none; font-weight:bold; }
	.mainContent a:hover   {color:#c17400; text-decoration:none; font-weight:bold; }
	
	/* Back to Top  */
	
	#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(154,59,1, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
	#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 0px;
	top: 20px;
	font-size: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
	}
	#return-to-top:hover i {
	color: #fff;
	top: 5px;
	}
	
	
	/* end back to top  */
	
	/*==============================================*/
	/*1: GLOBAL STYLES*/
	/*==============================================*/
	
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	body {
	font-size: 1rem;
 font-family: "Merriweather", serif;
	}
	
	.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-right: 0.0%;
	clear: none;
	float: none;
	}
	
	.gridContainer {
	box-sizing: border-box;
	}
	
	.masthead {
	width: 100%;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
	
	.mast-container {
	width: 100%;
	}
	
	/*navigation - global changes can be made in the separate media queries*/
					
	nav ul li a {
	text-decoration: none;
 color: #e2b344;
	display: block;
 font-family: "Merriweather", serif;
 font-weight: 600;
	text-transform: uppercase;
 letter-spacing: 3px;
 text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
	
	/*submenu bg on desktop, regular menu bg on mobile*/
	.nav-wrapper ul.sub-menu, #toggleNav nav ul {
 background-color: #4f1b01;
	}
	
	.nav-wrapper ul.sub-menu a, #toggleNav nav ul a {
 text-shadow: none;
	}
	
	/*submenu hover bg on desktop, regular submenu on mobile*/
	.sub-menu a:hover, #toggleNav nav ul.sub-menu {
 background-color: #e2b344;
	}
	
	/*submenu hover link on desktop, regular submenu link on mobile*/
	.sub-menu a:hover, #toggleNav nav ul.sub-menu a {
 color: #4f1b01;
 text-shadow: none;
	}
	
	/*generic links*/
	
	a {
	color:#744110;
	}
	
	a:hover {
	color:#e2b344;
	}
 
/*active mobile link-overrides a above*/
#mobileMenu a:hover {
color: white;
}
	
/*page content*/
	
	h1, h2, h3, h4 {}
	
 h1 {
 font-family: "Merriweather", serif;
 color: #744110;
 }
 
	p {
	font-size: 1rem;
	line-height: 135%;
	}
	
	a {
	text-decoration: none;
	}
	
	ul li a {
	text-decoration: none;
	}
	
	footer {
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
 background-size: cover;
	}
	
	
	/*==============================================*/
	/*2: MOBILE STYLES*/
	/*==============================================*/
	
	@media only screen and (min-width: 275px) { 
	   
	.container {
	width: 100%;
	padding: 1rem;
	}	 
		
	.top-half {
	width: 100%;
	position: relative;
	}	
		
	.hero {
	width: 100%;
	}
	
	.hero img {
	width: 100%;
	}
	
	/*this cannot be renamed.*/
	.image-container {
	overflow: hidden;
	width: 100%;
	}
	
	#slideshowContainer {}
	
	/*responsiveslides css file has this at 1500px*/
	
	.rslides img {
	min-width: 100%;
	}
	
	.main-content {
	margin: 0 auto;
	}
	
	.container {
	margin-bottom: 0.5rem;
	}	

 h1 {
font-family: "Merriweather", serif;
 }
 
	h1, h2, h3, h4{
	margin-bottom: 0.5rem;
	}
	
	p {
	/*if font is too big:*/
 font-size: 0.9rem;
 margin-bottom: 0.5rem;
	}
	
	
/*=intro:*/
 
.intro {
margin: 0 auto;
margin-top: 0;
text-align: center;
}

.intro {
background-image: url(../images/intro-background.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-bottom: 1rem;

/*repeats background image*/
/*background-repeat: repeat;*/
} 

.intro .container {
width: 90%;
padding: 0;
margin: 0 auto;
}

.container.intro-header {
padding-bottom: 0.5rem;
padding-bottom: 2rem;
}

.intro h1 {
font-size: 2rem;
padding-top: 1.5rem;
color:  #e2b344;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 7px;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.intro .divider {
background-color: #e8d098;
height: 2px;
width: 90%;
margin: 0 auto;
margin-top: 1rem;
margin-bottom: 1rem;
}

.intro h2 {
color: white;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
font-weight: 600;
line-height: 175%;
font-size: 1.2rem;
}

.intro-link {
position: absolute;
}

.intro a {
display: table;
margin: 0 auto;
font-family: "Merriweather", serif;
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
color: #4f1b01;
letter-spacing: 3px;
background-color: #e2b344;
border: 2px solid white;
padding: 1rem;
box-shadow: 0 0 12px rgba(0,0,0,0.5);
margin-top: 1rem;
}

/*=about:*/

.about {
margin: 0 auto;
padding-top: 2.5rem;
text-align: center;
}

.about {
background-image: url(../images/about-background.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-bottom: 3rem;
} 

.about .container {
width: 90%;
padding: 0;
margin: 0 auto;

display: flex;
flex-direction: column;
}

.about-image {
order: 1;
}

.about-content {
order: 2;
} 
 
.about h2 {
color: #744110;
font-weight: 600;
font-size: 1.5rem;
line-height: 135%;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
}

.about img {
border: 7px solid white;
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
width: 95%;
margin: 0 auto;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

p.about-text  {
line-height: 175%;
}

.about-text a {
text-transform: uppercase;
color: #744110;
font-size: 1.25rem;
text-decoration: underline;
display: block;
margin-top: 1rem;
letter-spacing: 3px;
font-weight: 600;
}

/*=more info:*/

.more-info {
margin: 0 auto;
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
}

.more-info .container {
width: 90%;
padding: 0;
margin: 0 auto;

display: flex;
flex-direction: column;
}

.more-info .container img {
order: 1;
}

.more-info .container .more-info-text {
order: 2;
}

.more-info img {
border: 7px solid #e2b344;
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
width: 95%;
margin: 0 auto;
margin-top: 0.5rem;
margin-bottom: 1.5rem;
}

p.more-info-text  {
line-height: 175%;
}

.more-info a {
/*text-transform: uppercase;
letter-spacing: 3px;*/
color: #744110;
text-decoration: underline;
}
	 
/*=footer*/ 	
 
footer {
/*removes gap at bottom*/
position: absolute;
border-top: 3px solid white;
} 	
	
footer .container {
display: block;
text-align: center;
margin-bottom: 0;
padding-top: 2rem;
}	

footer p {
color: white;
font-family: "Merriweather", serif;
margin-bottom: 0;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

footer p a:hover {
color: #f2c860;!important;
}
 
p.footer-name {
line-height: 100%;
color: #e2b344;
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 7px;
margin-bottom: 0.5rem;
}

p.footer-address {
font-size: 1.5rem;
font-weight: 600;
line-height: 135%;
letter-spacing: 2px;
margin: 0 auto;
margin-top: 1rem;
margin-bottom: 1rem;
}

p.footer-address span {
display: none;
}

p.footer-phone {
color: #e2b344;
line-height: 100%;
font-size: 1.75rem;
margin-bottom: 1.25rem;
font-weight: 600;
letter-spacing: 2px;
}

.copyr, a.sm {
font-family: "Merriweather", serif;
padding-bottom: 1rem;
/*text-transform: uppercase;*/
color: white;
letter-spacing: 3px;
font-size: 0.9rem;
line-height: 175%;
font-weight: 400;
}

/*secondary pages:*/

/*replaces the main-content class for secondary pages*/
.page {
margin-top: 1rem;
margin-bottom: 1rem;
}

.page .container {
width: 90%;
margin: 0 auto;
} 	

.top-half img {
width: 100%;
}

.page h1 {
font-family: "Merriweather", serif;
font-size: 1.5rem;
color: #744110;
font-weight: 600;
}

.page .container h1 {
margin-bottom: 2rem;
}

.page h2 {
font-family: "Merriweather", serif;
font-size: 1.25rem;
margin-bottom: 0.5rem;
color: #1b3843;
color: #e2b344;
font-weight: 600;
}

.page h3 {
font-family: "Merriweather", serif;
font-size: 1.5rem;
color: #744110;
font-weight: 600;
}

.page p {
margin-bottom: 1.5rem;  
font-size: 1rem;
line-height: 150%;
}

.page p a {
font-family: "Merriweather", serif;
font-size: 1rem;
font-weight: 600;
display: block;
margin-top: 1rem;
}

 
	/*don't touch*/
	}
	/*don't touch*/
	
	 
	/*==============================================*/
	/*3: =TABLET AND ADDITIONAL MOBILE STYLES*/
	/*==============================================*/
	
	/*phone landscape*/
	
	@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 1112px) 
	and (orientation: landscape){ 
	
	 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	
	/*-------------------------------------*/
	/*tablet general*/
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px) { 
	 
 .intro {
 padding-top: 1rem!important;
 padding-bottom: 1rem!important;
 } 
  
 .intro h1 {
 font-size: 3rem!important;
 }
 
 .intro h2 {
 font-size: 1.35rem!important;
 }

 .about {
 padding-bottom: 2rem!important;
 }

 .about-image {
 width: 75%!important;
 margin: 0 auto!important;
 margin-top: 1rem!important;
 margin-bottom: 0.5rem!important;
 }
 
 .about h2 {
 font-size: 1.75rem!important;
 } 
 
 p.about-text {
 font-size: 1rem!important;
 line-height: 200%!important;
 }

 .more-info {
 padding-bottom: 2rem!important;
 }

 .more-info-image {
 width: 75%!important;
 margin: 0 auto!important;
 margin-top: 1rem!important;
 margin-bottom: 0.5rem!important;
 }
 
 .more-info h2 {
 font-size: 1.75rem!important;
 } 
 
 p.more-info-text {
 font-size: 1rem!important;
 line-height: 200%!important;
 }
 
	 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*tablet landscape only*/
	
	@media only screen 
		and (min-device-width: 768px) 
		and (max-device-width: 1024px) 
		and (orientation: landscape) {
	
 .intro h2 {
 padding-left: 5rem!important;
 padding-right: 5rem!important;
 }

 .about .container {
 flex-direction: column!important;
 margin: 0 auto!important;
 margin-top: 2rem!important;
 width: 90%!important;
 
 }

 .about-image, .about-content {
 width: 100%!important;
 margin: 0 auto!important;
 padding-left: 0!important;
 padding-right: 0!important;
 }

 .about-content {
 text-align: center!important;
 }
 
 .about-text a {
 display: block!important;
 font-size: 1rem!important;
 }
 
 .about-image {
 width: 650px!important;
 }
 
 .more-info .container {
 flex-direction: column!important;
 margin: 0 auto!important;
 margin-top: 2rem!important;
 width: 90%!important;
 
 }

 .more-info-image, .more-info-content {
 width: 100%!important;
 margin: 0 auto!important;
 padding-left: 0!important;
 padding-right: 0!important;
 }

 .more-info-content {
 text-align: center!important;
 }
 
 .more-info-text a {
 display: block!important;
 /*font-size: 1rem!important;*/
 }
 
 .more-info-image {
 width: 650px!important;
 }
 

 p.footer-name {
 font-size: 1.5rem!important;
 } 
	
 p.footer-address {
 font-size: 1.5rem!important;
 }
 
 p.footer-phone {
 font-size: 2.5rem!important;
 }
 
 a.sm, p.copyr {
 letter-spacing: 2px!important;
}
 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*iPad Pro 12.9" portrait only */
	
	@media only screen
		and (min-device-width: 1024px) 
		and (max-device-width: 1366px)
		and (orientation: portrait)
		{ 
	
	
	
	
	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*iPad Pro 12.9" landscape only */
				
	@media only screen
		and (min-device-width: 1024px) 
		and (max-device-width: 1366px) 
		and (orientation: landscape) { 
		
	
	
	/*don't touch*/	
	}
	/*don't touch*/
	
	/*==============================================*/
	/*4: =DESKTOP STYLES*/
	/*==============================================*/
	
	@media only screen and (min-width: 900px) { 
	
	 
			/*turn these styles on for a fixed width site:*/
	/*
			.gridContainer, footer  {
			max-width: 1600px;
			border: 1px solid black;
			}
	*/
			
	 
	.top-half {}
	
	.hero {
	max-height: 850px;
	overflow: hidden;
	}
	 
	.hero img {
	vertical-align: top;
	} 
	
	/*keep main main-content centered on page*/
	.main-content {
	margin: 0 auto;
	}	 
	
	h1 {}
	
	p {
	margin-bottom: 1.5rem;
	} 
			
.top-half {}

.hero {}

.image-container{}

 
/*intro-desktop*/

.intro {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.intro .container {
width: 100%;
padding: 1rem;
max-width: 1500px;
margin: 0 auto;
}

.container.intro-header {
padding-bottom: 4rem;
}

.intro h1 {
font-size: 4rem;
text-transform: uppercase;
letter-spacing: 10px;
}

.intro .divider {
height: 4px;
width: 50vw;
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}

.intro h2 {
font-size: 2vw;
font-weight: 500;
line-height: 165%;
padding-left: 10rem;
padding-right: 10rem;
margin: 0 auto;
}

.intro a {
font-size: 1.75rem;
padding: 1.75rem;
margin-bottom: 2rem;
margin-top: 1.25rem;
}

.intro a:hover {
color: #744110;
background-color: white;
border: 2px solid #e2b344;
}
	
/*about-desktop*/

.about .container {
width: 100%;
padding: 1rem;
padding-right: 0.25rem;
max-width: 1450px;
margin: 0 auto;
margin-top: 2rem;
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
}

.about-content {
order: 1;
width: 50%;
text-align: left;
}

.about h2 {
font-size: 1.9vw;
padding-left: 0;
padding-right: 0;
margin-bottom: 1rem;
}

p.about-text {
font-size: 1.5vw;
font-weight: 300;
line-height: 185%;
}

.about-content a {
display: inline;
padding-left: 0.5rem;
font-size: 1vw;
}

.about-content a:hover {
color: #e2b344;
}

.about-image {
order: 2;
width: 50%;
padding-left: 2rem;
}

.about img {
border: 12px solid white;
box-shadow: 7px 7px 10px rgba(0,0,0,0.25);
}


/*more info-desktop*/

.more-info .container {
width: 100%;
padding: 1rem;
padding-left: 0.25rem;
max-width: 1450px;
margin: 0 auto;
margin-top: 1rem;
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
}

.more-info-image {
order: 2;
width: 50%;
padding-right: 2rem;
}

.more-info img {
border: 12px solid #e2b344;
box-shadow: 7px 7px 10px rgba(0,0,0,0.25);
}

.more-info-content {
order: 2;
width: 50%;
text-align: left;
}

p.more-info-text {
font-size: 1.5vw;
font-weight: 300;
line-height: 185%;
}

/*.more-info a {
display: inline;
padding-left: 0.5rem;
font-size: 1vw;
}*/

.more-info a:hover {
color: #e2b344;
}
 

/*footer-desktop*/

footer {
position: relative;
margin-bottom: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
border-top: 3px solid white;
}

footer {
padding-top: 0.5rem;
letter-spacing: 0.035em; 
}

footer .container {}

p.footer-name {
font-size: 2rem;
font-weight: 700;
letter-spacing: 7px;
text-transform: uppercase;
margin-bottom: 1rem;
}

p.footer-address{
font-size: 1.75rem;
font-weight: 400;
margin-bottom: 1.5rem;
}

p.footer-address span{
display: inline;
}

.footer-address br {
display: none;
}

p.footer-phone {
font-size: 2.5rem;
margin-bottom: 1.25rem;
}

p.copyr {
max-width: 1350px;
margin: 0 auto;
}

a.sm, p.copyr {
font-size: 0.9rem;
letter-spacing: 4px;
line-height: 175%!important;
}

a.sm:hover {
color: #e2b344;
}

 
/*secondary pages:*/

/*keep main main-content centered on page*/

.main-content.page {
max-width: 1500px;
margin: 0 auto;
margin-top: 2rem;
margin-bottom: 3rem;
}	 		

.page h1 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 0.5rem;
}


.page h2 {
font-size: 1.75rem;
font-weight: 600;
margin-bottom: 0.5rem;
}

.page h3 {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.5rem;
}  

	
	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------ADDITIONAL DESKTOP STYLES---------*/ 
 
@media only screen and (min-device-width : 900px) and (max-width: 1450px) { 

 .about .container {
 padding-left: 2rem;
 padding-right: 1rem;
 }
 
 .more-info .container {
 padding-left: 1rem;
 padding-right: 2rem;
 }

/*don't touch*/	
}
/*don't touch*/

	
	/* -----------------------------------
	Form - narrow
	----------------------------------- */
	
	.row-form {
		clear: left;
		overflow: hidden;
		zoom: 1;
		margin: 0 0 1em;
	}
	
	.label {
		display: block;
		margin: 0 0 .1em;
	}
	
	.input, .select, .textarea {
		width: 100%;
	 *width: 90%;
		box-sizing: border-box;
		border: 1px solid #999;
		border-radius: .3em;
	}
	
	.input, .textarea {
		padding: 5px;
	}
	
	.textarea {
		height: 150px;
	}
	
	.radio {
		margin-left: 1px;
		margin-right: .5em;
	}
	
	.form-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.btn {
		display: inline-block;
		margin: 0;
		padding: .5em .75em;
		border: 0;
		border-radius: .3em;
		color: #fff;
		background-color: #9A3B01;
		line-height: 1;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12pt;
	}
	
	.btn:focus {
		background-color: #9A3B01;
	}
	
	.btn:hover {
		background-color: #3871FF;
	}
	
	.btn:active {
		background-color: #9A3B01;
	}
	

#hpBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}

.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
background-color:rgba(169,149,140,0.15);
  padding: 20px;
  flex: 32%;
  margin:4px;
  padding-top:10px;
  text-align:center;
}

.hp-item img {
    border: 5px solid #e2b344;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
 }

.hp-item h1{
	font-family: "Merriweather", serif;
    font-size: 1.5rem;
    color: #e2b344;
    background-color:#744110;
    border-top:1px solid brown;
    border-bottom:1px solid brown;
    padding:10px;
}

.hp-item p {
    text-align:left;
}

.hp-item ul {
    text-align:left;
    margin-left:20px;
    margin-bottom:20px;
}

.hp-item li {
 padding:2px;
 line-height:1.25;
}

/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 600px) {
  .hp-item {
    flex: 100%;
  }
}
