@charset "UTF-8";

body,html {

	padding: 0;
	margin: 0;
	overflow-x: hidden;

}

.btn {
  background-color: transparent;
  border: none;
  color: black;
  padding: 0;
  font-size: 1.2em;
  cursor: pointer;
  justify-content:flex-start;
  float: left;
}


.dropdown {
  position: relative;
  display: inline-block;
	width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #292828;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 30%;
}

.dropdown-content a {
  color:#E1DCDC;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
}

.dropdown-content a:hover 
{background-color: #453D3D;}

.dropdown:hover .dropdown-content 
{display: block;}

.dropdown:hover .btn 
{background-color: transparent;}

.container {
	height: 100vh;
	width: 100%;
	background:#FFFFFF;
	margin: 0;
	padding: 0;
}

.banner {
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url("img for landing page/0858470104_9_3_1.jpeg");
	height: 100vh;
	width: 100%;
	background-position: center;
	background-size:cover;
	border: solid 0.0001pt black;
}

.topnav {
	display: flex;
	gap: 5%;
	padding-top: 1%;
	padding: 2%;
	height: 100%;
	align-items:flex-start;
}

.nav-item {
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	color: black;
	list-style: none;
	justify-content: flex-end;
	float: right;
	font-display: flex;
}


.nav-link a:link, a:active {
	gap: 10%;
	font-family: 'Montserrat', sans-serif;
	color: black;
	text-decoration:none;
}

.main {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

h1 {
	padding: 15px;
	margin: 15px;
	font-size: 3.3em;
	line-height: 0em;
	font-family: 'Philosopher', sans-serif;
}

h2 {
	padding-left: 35px;
	margin-left: 35px;
	font-size: 3.3em;
	line-height: 0em;
	font-family: 'Philosopher', sans-serif;
}

p{
	font-size: 1.2em;
	text-align: center;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
}

.row {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.column {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.column img {
  margin-top: 8px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}

.column2{
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}



h3 {
	font-size: 1.3em;
	text-align: end;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #564C4D;
}


h4 {
	text-align:end;
	font-size: 3.3em;
	line-height: 0;
	padding-top: 70px;
	font-family: 'Philosopher', sans-serif;
}

.column2 {
	padding-bottom:10%;
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
}

.column2 img {
	margin:6px;
}


.column3 {
	position: relative;
	padding-bottom:40px;
	display: flex;
	justify-content: flex-end;
	align-items:flex-end;
	}

.column3 img{
  opacity: 1;
  display: block;
  width: 70%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  text-align:end;
}

.column3:hover .image {
	 opacity: 0.3;
}

.column3:hover .middle {
  opacity: 1;
}

.text {
  background-color: #5A4C4C;
  color: white;
  font-size: 18px;
  padding: 18px 32px;
  font-family: 'Montserrat', sans-serif;}

.column4 {
	position: relative;
	padding-bottom:6%;
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
}

.column4 img{
  opacity: 1;
  display: block;
  width: 70%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.column4:hover .image {
	 opacity: 0.3;
}

.column4:hover .middle {
  opacity: 1;
}

.column6 {
	position: relative;
	text-align: start;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 2.8em;
	text-align: left;
	line-height: 0;
	position: relative;
	font-family: 'Philosopher', sans-serif;
}

h6 {
	font-size: 1.3em;
	text-align: left;
	line-height: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

h7 {
	font-size: 1.3em;
	text-align:end;
	line-height: 0;
	color: #C0ACAC;
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}
.column7 {
	position: relative;
	text-align: end;
	padding-bottom: 10%;
}

.row2 {
  padding: 0;
  justify-content: center;
  align-items: baseline;
}

footer {
	height: 40%;
	background:#4D4444;
	padding: 2%;
	list-style: none;
	display: flex;
	gap: 10%;
	justify-content: center;
	align-items: center;
}

.column8 {
	justify-content: flex-start;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2.2em;
}

.column9 {
	justify-content: center;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2.2em;

}

.column10 {
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 15px;
    line-height: 2.2em;

}


footer a:link, a:active {
	font-size: 0.9em;
	font-family: 'Montserrat', sans-serif;
	color: #E1DCDC;
	text-decoration: none;
}

footer a:hover, a:visited {
	color: #ADADAD;
}

h8 {
	font-family: 'Philosopher', sans-serif;
	color: #E1DCDC;
	font-size: 3.3em;
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
	
	.main, .banner, .footer {
		display: block;
		max-width: 100%;
}
}

