.logo{
	text-align: center;
	padding: 15px;
	margin-top: 30px;
}

.logo img{
	max-height: 110px;
	max-width: 90%;
}
.nav{
	margin-top: 0px;
	display: block;
}
.front-item{
	height: 500px;
	
	}
	.point{
	display: block;
}
.hamburger{
	display: none;	
}

.not-on-mobile{
	display: inherit;
}
.only-on-mobile{
	display: none;
}
a[href="/online-quote"]{
	display: inherit;
}