body {
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
    color: black;
    background-color: #CCCCCC;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #000000;
}

h2 {
	font-family : 'Montserrat', sans-serif;
	font-size : 1.5rem;
	font-weight: 400;
	color : #EF3B39;
}

h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	font-weight: 400;
	color:#ef3b39;
}

a {
	text-decoration: none;
	color: white;
}

footer p {
	font-size: .75rem;
	color: black;
	line-height: .5rem;
}

#container {
  	position: relative;
 	min-height: 100vh;
	margin-bottom: 2.5rem;
}

#content-wrap {
  	padding-bottom: 2.5rem;
	margin-bottom: 5rem;/* Footer height */
}

#footer {
  	
	text-align: center;
	margin-top: 2.5rem;
	position: absolute;
 	bottom: 0;
  	width: 100%;
 	height: 2.5rem;            /* Footer height */
}

#footer h1 {
	color: #ef3b39;
}

.container-header {
	width: 100%;
	background-color: #CCCCCC;
	display: flex;
	justify-content: center;
}

#footer .inquire {
	font-size: .5rem;
	width: 40px;
	padding: 1px 2px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}

#footer .container-header {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}



header {
	background-color: #cccccc;
	width: 100%;
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding-top: 50px;
	padding-left: 150px;
	padding-right: 150px;
}




.inquire {
	background-color: #ef3b39;
	display: block;
	color: white;
	font-family: 'Montserrat', serif;
	font-weight: bold;
	font-size: 1.75rem;
	padding: 1px 20px;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.28);
}

.inquire:hover {
	background-color: #CCCCCC
}
nav {
	background-color: #CCCCCC;
	width: 80%;
	min-height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.burger-button {
	background-color: #CCCCCC;
	width: 135px;
	border: none;
	float: right;
	margin-right: 1%;
}

.burger-button img {
	margin-left: 20px;
	margin-bottom: 10px;
}
/*This turns off the dropdown*/
.dropdown-box {
	width: 135px;
	background-color: #EF3B39;
	text-align: left;
	text-decoration-color: white;
    display: none;
	position: absolute;
	z-index: 1;
}
.navbutton-style {
	background-color: #EF3B39;
	padding: 20px 0px 20px 25px;
	text-align: left;
	color: white;
}

/* This turns the dropdown on during hover */

.burger-button:hover .dropdown-box {
	display: block;
}

.dropdown-box .navbutton-style:hover {
    background-color: white;
    color: #EF3B39;
    transition-duration: 10ms;
}

.navbutton-style:hover a {
	color: #ef3b39;
}

main {
	background-color: white;
	min-height: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;

}

.tagline {
	padding-left: 7rem;
	padding-bottom: 10px;
}

.main-1 {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding-left: 22rem;
	padding-right: 12rem;
}


.content-main {
	align-items: center;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 23px;
}
.item, .item3, .item5 {
	text-align: right;
}

.item1 {
	text-align: center;
	align-self: flex-end;
}
.item7 {
	align-self: start;
}
.item9 {
	text-align: right;
	grid-row: 6 / span 2;
}
.item13 {
	text-align: left;
	padding-right: 45%;
}

.item0, .item2, .item4, .item6, .item8, .item10, .item12, .item14 {
	text-align: left;
	padding-right: 45%;
}

/*_branding*/
.main-branding {
	background-color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	
}

.content-branding {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 10px;
	
}

/*about*/
.item2 a {
	color: #ef3b39;
}

.main-contact {
	background-color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.content-contact {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 10px;
}
	
.formwrapper {
	margin-bottom: 20px;
}

label {
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}

.main-gallery {
	min-height: 300px;
	display: flex;
/*	flex: 1;*/
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;

}

.gallery {
	min-height: 310px;
	width: 32%;
	margin-bottom: 20px;
	text-align: center;
	
}

/*category gallery*/

.main-categorygallery {
	max-width: 1000px;
  	margin: auto;
/*
	background-color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
*/
}

/*
* {
  box-sizing: border-box;
}
*/

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  border-radius: 100px;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  font-family: 'Montserrat';
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #CCCCCC;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color:#ef3b39;
   color: white;
}

/*end category gallery*/


input[type=text], input[type=email], textarea {
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	background-color:#D9D9D9;
	border: 2px;
	box-shadow: 3px 3px 3px rgba(239, 59, 57, 0.28);
}

.button {
	background-color: #ef3b39;
	display: block;
	color: white;
	font-family: 'Montserrat', serif;
	font-weight: bold;
	font-size: 1.75rem;
	padding: 1px 20px;
	border-radius: 100px;
	border: 2px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.28);
}

@media (min-width:401px) and (max-width:700px){
}

@media (max-width:400px){
}
