@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.main {
	width: 1280px;
	margin: 0 auto;
}

.body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	
}

/* .button:hover {
	opacity: 1
} */


.header {
	width: 100%;
	height: 91px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	align-items: center;
	top: 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(99, 99, 99, 1);

}

.LOGO {
	width: 15%;
	margin: 30px;
	align-items: center;
	justify-content: center;

}

.img {
	width: 100%;
	object-fit: cover;
	height: 445px;
	margin-top: 90px;
}

.div1 {
	margin: 0 auto;
	height: 445px;
	width: 100%
}



.nav a {
	margin: 25px 25px;
	/* font-family: Courier; */
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;

}

.nav {
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-right: 10px;

}



.bigdiv1 {
	text-align: center;
	/* left */
	height: auto;
	width: 100%;
	/* font-family: Courier; */
	font-family: 'Montserrat', sans-serif;
	margin-top: 150px;
}

.wrapper1 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	align-items: center;
	margin: auto;
	flex-direction: row-reverse;
}

.wrapper {
	display: flex;
	justify-content: space-around;
	width: 100%;
	align-items: center;
	margin: auto;
}

.title1 {
	height: 35px;
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	text-align: center;
	position: relative;
	margin-left: 220px;
	margin-top: 200px;

}

.photodiv1 {
	width: 50%;
	object-fit: fill;
	margin-right: 15px;
}

.textdiv1 {
	width: 50%;
	text-align: left;
	margin-left: 15px;
}

.photodiv2 {
	width: 50%;
	object-fit: fill;
	margin-left: 15px;

}

.textdiv2 {
	width: 50%;
	text-align: right;
	margin-right: 15px;
}

.fot1 {
	width: 100%;
	height: 100%;
	border-radius: 5%;
}




.dark {
	background-color: black;
	color: white !important;
}


/* .dark-mode:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
  }
  
.dark-mode:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
  } */

/* .button {
	background-color: #000;
	color: white;
	padding: 8px 16px;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	opacity: 0.6;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;

}

.butt {
	display: flex;
	justify-content: center;
	align-items: center;
} */
.ul li{
	text-align: right;
}


/* .footer {
	margin-top: 30px;
	width: 100%;
	height: 91px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	align-items: center;
	text-align: center;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(99, 99, 99, 1);

} */

footer{
	text-align: center;
	width: 100%;
	height: 60px;
    padding: 3px;
	/* font-family: Courier; */
	font-family: 'Montserrat', sans-serif;
	margin-top:20px;
	margin-bottom: 15px;
	/* background-color: blue; */
}

hr{
	margin-top: 50px;
	width: 100%;
}


/* CSS */
.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}


a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(205, 205, 205);
    background-color: transparent;
    text-decoration: none;
  }


@media only screen and (max-width: 800px) {
	.main {
		width: auto;
	}

	.wrapper {
		flex-direction: column;
	}

	.wrapper1 {
		flex-direction: column;
	}

	.textdiv1 {
		text-align: center;
		margin: none;
	}

	.textdiv2 {
		text-align: center;
		margin: none;
	}

	.nav {
		display: none;
	}

	.header {
		align-items: center;
	}

	.LOGO {
		margin: 30px 42%;
	}

}

@media only screen and (max-width: 1350px) and (min-width: 801px) {


	.wrapper {
		/* margin: 0 24px; */
		margin-left: 24px;
		margin-right: 24px;
	}

	.wrapper1 {
		margin-left: 24px;
		margin-right: 24px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1300px) {
	.main{
		width: 700px;
	}
}


