html{
	scroll-behavior: smooth;
	width: 100%;
}

body {
	background-color: #fbecbd;
	font-family: 'Arial';
}

header{
	margin-bottom: 25px;
	margin-left: 15%;
	overflow: hidden;
}

p{
	font-size: 25px;
	font-weight: bold;
}

a{
	text-decoration: none;
	margin-left: 13px;
	margin-right: 25px;
	font-size: 32px;
	white-space: nowrap;
}

a:link{
	color: black;
}

a:visited{
	color: black;
}

a:hover{
	color: red;
	background-color: #e2d5ab;
}

#Top{
	margin-top: 10px;
	max-height: fit-content;
	overflow: hidden;
}

#logo{
	max-width: fit-content;
	max-height: fit-content;
	margin-left: 10%;
	margin-right: auto;
	float: left;
}

#Links{
	max-width: 50%;
	min-width: 80%;
	font-size: 25px;
	font-weight: bold;
	font-family: cursive;
	margin-bottom: 50px;
	margin-left: 30%;
	margin-top: 100px;
}

#Welcome{
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 100px;
	overflow: hidden;
}

#WelcomeStarter{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

#WelcomeImage{
	max-width: fit-content;
	margin-left: 55%;
}

#WelcomeText{
	max-width: 30%;
	float: left;
	font-weight: bold;
	margin-left: 10%;
	font-size: 19px;
}

#WelcomeSection1{
	margin-bottom: 15px;
}

#CallToAction{
	text-align: center;
	font-weight: bold;
}

#AboutUs{
	margin-left: 15%;
	margin-right: 15%;
	max-width: fit-content;
	max-height: fit-content;
	margin-bottom: 100px;
	overflow: hidden;
}

#AboutUsText{
	max-width: 30%;
	float: none;
	margin-left:60%;
	text-align: right;
	max-height: fit-content;
	overflow: hidden;
	font-size: 25px;
}

#AboutUsImage{
	max-width: 40%;
	max-height: fit-content;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

#AboutUsStarter{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

#ImageOwner{
	max-width: 100%;
	max-height: fit-content;
}

#Offer{
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 50px;
}

#OfferStarter{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

#OfferText{
	max-width: 30%;
	float: none;
	font-weight: bold;
	text-align: left;
	float: left;
}

#OfferImage{
	max-width: 40%;
	margin-left:60%;
}

#ImageBook{
	max-width: 100%;
}

