body html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.titlecontainer {
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: lightblue;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

.menucontainer {
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: darkgrey;
	top: 100px;
	left: 0;
	margin: 0;
	padding: 0;
}

ul li {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	color: white;
}

ul {
	width: 100%;
}

.home {
	position: fixed;
	width: 25%;
	left: 0;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	top: 100px;
}

.services {
	position: fixed;
	width: 25%;
	left: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	top: 100px;
}

.tips {
	position: fixed;
	width: 25%;
	left: 50%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	top: 100px;
}

.about {
	position: fixed;
	width: 25%;
	left: 75%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	top: 100px;
}

.maincontainer {
	height: 76%;
	width: 76%;
	top: 151px;
	left: 12%;
	right: 12%;
	position: fixed;
	background-color: white;
	overflow-x: hidden;
}

.maincontainer h4 {
	text-align: center;
}

.leftsidecontainer {
	height: 100%;
	width: 12%;
	position: fixed;
	top: 150px;
	left: 0;
	background-color: lightblue;
	overflow-x: hidden;
}

.rightsidecontainer {
	height: 100%;
	width: 12%;
	position: fixed;
	top: 150px;
	right: 0;
	background-color: lightblue;
	overflow-x: hidden;
}

.footercontainer {
	height: 50px;
	width: 76%;
	position: fixed;
	right: 12%;
	left: 12%;
	bottom: 0;
	background-color: darkgrey;
	overflow-x: hidden;
	z-index: 1;
}

.home:hover {
	background-color: grey;
}

.services:hover {
	background-color: grey;
}

.tips:hover {
	background-color: grey;
}

.about:hover {
	background-color: grey;
}

.footercontainer i {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 8px;
}

.logo {
	font-size: 80px;
	position: relative;
	text-align: center;
	top: -55px;

}

.vid1 {
	margin-left: 10%;
	margin-right: 10%;
}

.servoff {
	border-style: solid;
	border-width: 2px;
}

.servoff2 {
	border-style: solid;
	border-width: 2px;
	text-align: center;
}

.maincontainer h1 {
	text-align: center;
}

.maincontainer .biglet {
	text-align: center;
	font-size: 25px;
	margin: 20px;
}


.coupon {
	border-style: solid;
	border-width: 2px;
	padding: 15px;
}

.maincontainer h2 {
	text-align: center;
}

.tiptab {
	text-align: center;
	padding: 5px;
}

.tiptab2 {
	text-align: left;
	padding: 5px;
}

.form {
	margin: 5px;
{










