@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
/* CSS Document */


.parisienne-regular {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}


body{
	margin: 0px;
	padding: 0px;  
	background-color: #343A40;
} 

  
h1{
	color: #FFFFFF;
	font-family: "Parisienne", cursive;
	font-size: 72px;
	font-weight: 800;
	line-height: 112px;
	font-style: normal;
	background-color: #343A40;
	letter-spacing: inherit;  
	margin: 30px 0 30px;	

}

.textbox   {
	margin: auto;
	margin-bottom:30px;
	width: 80%;
    color: #FFFFFF;
 }

.carousel{
	align-content: center;
	margin: 0px 60px 60px 0px;;
}

.gallery{
	align-content: center;
	margin: 30px 60px 75px 30px;
}

.gallery img{
	width: 230px;
	height: 230px;
	object-fit: cover;
	padding:5px;
	filter:grayscale(0%);
	transition: 1s;
}

.gallery img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
}
.myfooter  {
    position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 5px;
    margin:auto;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 30px;
    color: #FFFFFF;
    margin-top: 150px;
	text-align: center;
	font-family: "Parisienne";
	font-size: 16px;
}