@font-face {
	font-family: "Festivo";
	src: url("FontsFree-Net-FestivoLetters.ttf") format("truetype");
	
	}
html{
		margin: 0;
	padding: 0;
	height:100%;
	overflow: auto;

}
body{
	font-family: "Festivo";
	background: url("../images/StephenMerchant_website_holdingpage.jpg")  ;
	/*background-size: auto 100%;*/
	background-position: 40% top;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
  color: #a7615e;
  position: relative;
}

ul{
	list-style: none;
	margin:0;
	padding: 0;
	
}
li{
	list-style: none;
	display: inline-block;
	width:28px;
	height:28px;
	padding-left:13px;
	padding-right:13px;
	position: relative;
	
}
li:before {
    content:"•";
    position: absolute;
    top:5px;
    left:-5px;
}
li:first-child:before {
    content:none;
    
}
li img{
	margin: 0;
	border: 0;
	height:100%;
	width:100%;
}
h1,h2,p,ul{

	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
}
h1{
	margin-top: 1.8rem;
	margin-bottom: 0.5rem;
	font-size: 2.25rem;
}
h2{
	display: block;
	position: absolute;
		font-size: 1.75rem;
		width: 150px;
		left: calc(50% - 150px);
		top: 18%;
}
@media only screen and (min-width: 768px) {
  body {
    background-position: center top;
  }
  h1{
	  margin-top: 2rem;
	margin-bottom: 0.75rem;
	font-size: 3.5rem;
  }
  h2{

		font-size: 2.5rem;
		width: 250px;
		left: calc(50% - 320px);
		top: 22%;
		line-height: 2.5rem;
}
  li{
	list-style: none;
	display: inline-block;
	width:38px;
	height:38px;
	
}
li:before {
    content:"•";
    font-size: 1.5rem;
    position: absolute;
    top:4px;
    left:-5px;
}
}
