@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: #EBE3E3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 30%;
}

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

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

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

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

.topnav {
	display: flex;
	gap: 5%;
	padding-top: 1%;
	padding: 2%;
	height: 30%;
	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;
}

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

.banner {
	height: 15%;
	width: 100%;
	background-position: center;
	background-size:cover;
}

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

.row1 {
	padding: 2%;
}
p {
	text-align: center;
	color: #EBE3E3;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-top: 8%;
	padding: 20%;
	padding-bottom: 7%;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}

h1 {
	text-align: center;
	color: black;
	font-size: 3.5em;
	font-family: 'Philosopher', sans-serif;
	padding-bottom: 7%;
	font-weight: bolder;
    font-kerning: 20%;
}

h2 {
	text-align: center;
	color: black;
	font-size: 3em;
	font-family: 'Philosopher', sans-serif;
	padding-top: 0;
	font-weight: bolder;
    font-kerning: 200pt;
}

h3 {
	text-align: center;
	color: black;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	padding: 5%;
	font-weight: lighter;
    font-kerning: 200pt;
}

p1 {
	text-align:start;
	color: black;
	font-size: 1.1em;
	padding-right: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	
}

.column {
	padding-bottom:0;
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.column1 {
	padding-bottom:0;
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}


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

.column img {
	margin: 20px;
	margin-bottom: 50px;
}

.column1 img {
	margin: 100px;
	margin-bottom: 30px;
	margin-top: 0;
}

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;
}