body{
	text-align: center;
	background: radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(68,68,68,1) 100%);
	margin: auto;
}
a{
	text-decoration: none;
}
footer{
	width: 100%;
	height: 10%;
	background-color: #EDEDED;
	position: sticky;
}
.footer{
	color: #1B1717;

}
.footer-contact{
	 padding-top: 0px;
    margin-top: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footerItem{
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;

}
.footer a{
	color: #1B1717;

}
.footer h2{
	color: #DA0037 !important;
	padding-top: 30px;
	font-size: 30px;
}
table{
	background-color: #EDEDED;
	padding: 5px;
}
table td{
	text-align: center;

}

h1{
	font-size: 45px;
	color: #333;
	margin-bottom: 0px;
}
p{
	margin-top: 0px;
	color: #333;
	font-weight: bold;
}
.info{
	background-color: rgb(237, 237, 237, .8);
	color: #171717;
	width: 80%;
	min-width: 200px;
	max-width: 600px;
	border-radius: 10px;
	padding: 10px 0px 10px 0px;
	margin: 10px auto;
}

.nav{
  background-color: #DA0037;
  height: 60px;
  width: auto;
  margin: auto;
}
.navItem{
  color: #171717;
  line-height: 60px;
  font-size: 18px;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.navItem:hover{
  background-color: #444444;

}
.logo{
	width: 30%;
	margin-bottom: 20px;
	margin-top: 20px;

}
.logo img{
	width: 90%;
	height: auto;
	border-radius: 40px;
	border: 2px solid #DA0037;

}
.headerimg{
	width: 60%;
	min-width: 300px;
	border: 2px solid #DA0037;
	border-radius: 10px;

}
.imageClass{
	display: relative;
  padding: 2rem;
  grid-template-columns: 300px 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 10px;

	
}
.imageClass img{
	max-width: 100%;
  border: 2px solid #DA0037;
	border-radius: 10px;
}

.imageText{
	border: 2px solid #EDEDED;
	border-radius: 10px;
	margin: 20px auto;
	width: fit-content;
	block-size: fit-content;
	padding: 20px;
	background-color: rgb(237, 237, 237, .2);

}


@media (max-width: 768px){
	.imageClass {
    display: block;
	  background-color: none;
  }
  .imageClass img{
		max-width: 100%;
	  border: 2px solid #DA0037;
		border-radius: 10px;
}
  .imageText {
    position: relative;
    margin: -3rem 0 2rem 6.5rem;
    padding: 1rem;
    background-color: rgb(237, 237, 237, .8);
		color: #171717;
		width: 60%;
		border-radius: 10px;
		border: none;

  }
	.footer-contact{
		flex-wrap: wrap;
	}
	.footerItem{
		width: 90%;
		margin-left:5%;
	}
	.headerimg{
		width: 95%;
	}
	.logo{
		margin-top: 0px;
		width: 70%;
	}

}
@media (max-width: 425px){
	.tent{
		width: 90%;
		margin-left: 15px;
	}
	.imageText{
    margin: -3rem 0 2rem 3.5rem;
	}
	
}