.mainpage {
	
	height: 100vh;
	width: 96%;
	margin: 10px 2% 200px 2%;
}
.toplevel {
	height:500px;
	width: 100%;
}
.toplevelright {
	
	height: 96%;
	width: 58%;
	float: left;
	margin: 10px 1%;
}
.headerpicture {
	
    width: 100%;
    height:45%;
    max-height:55%;
    margin: auto;
    object-fit: cover;
	border-radius: 3px;
}
.titleinpic {
	margin: 6px 0px 10px 0px;
	height: 7%;
	
}
.titleinpic h1 {
	color: var(--darkfont);
	font-size: 1.8em;
	font-weight: 700;
}

.toplevelleft {

	height: 96%;
	width: 38%;
	float: right;
	margin: 10px 1%;
}
.agentinfo {
	
	height: 49%;
	width: 100%;
	border: var(--mainback) 3px solid;
	border-radius: 4px;
}

	
.bottomlevel {
	background-color: blue;
	margin-bottom: 200px;
	width: 100%;
	
}

.spacefoot {
	height: 200px;
}
.agenttop {
	display: flex;
	height: 45%;
}
.agenttopleft {
	width: 30%;
	
	border-radius: 100%;
}
.agenttopright {
	width: 70%;
}
.agtr1 h2 {
	color: var(--darkfont);
	font-weight: 600;
	font-size: 1.25em;
	padding: 5px 10px 0px 5px;
}
.agtr2 h3 {
	color: var(--mainback);
	font-weight: 500;
	font-size: 1.2em;
	padding-left: 30px;
	padding-top: 5px;
}
.agtr3 h3 {
	color: var(--mainback);
	font-weight: 500;
	font-size: 1.2em;
	padding-left: 30px;
	
}
.agtr4 h4 {
	color: var(--mainback);
	font-weight: 500;
	font-size: 1em;
	padding-left: 10px;
}
.agtr5 h4 {
	color: var(--darkfont);
	font-size: 0.6em;
	text-align: justify;
	padding: 0px 5px;
	
}
.agentbottom {
	height: 48%;
}
.agentbottomleft {
	width: 100%;
}

.bottomimg img{
	float: right;
	margin: 3px;
	width: 200px;
	height: 50px;
	object-fit: contain;
}
.pricebox {
	display: flex;
	margin-top:2%;
	height: 49%;
	width: 100%;
	border: var(--mainback) 3px solid;
	border-radius: 4px;
	}
.priceleft {
	height: 100%;
	width: 55%;
	border-right: solid var(--mainback) 1px;
}
.guidetitle h3 {
	color: var(--darkfont);
	font-size: 1.2em;
	padding-left: 5px;
	font-weight: 600;
}
.priceam {
	height: 25%;
	font-size: 3em;
	font-weight: 600;
	color: var(--darkfont);
	padding-left: 30px;
}
.pricetype h4{
	float: right;
	font-size: 1.5em;
	padding-right:30px;
}
.priceright {
	height: 100%;
	width: 40%;
}
.prtr h3 {
	color: var(--mainback);
	font-weight: 400;
	font-size: 0.8em;
	padding-left: 10px;
	padding-top: 2px;
}
.prtopspace {
	height: 15px;
}
.booknow {
	
}