.widewrapper {
  width:100%;
  }

.widewrapper > img {
  width:100%;
}

hr {
	color: #000 !important;
	background-color: #e5e5e5;
	height: 5px !important;
	border: none !important;
}

h1 {
	padding: none;
	margin: none;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style-type: none;
}

	ul li a {
		color:#b517f1;
	}

	ul li {
		margin-bottom:10px;
	}

.mobileimage {
	display:none;
}

body {
	font-size: 24px;
}

@media screen and (max-width: 720px) {


body {
	font-size: 18px;
}

}