*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
}

body{
/*	font-family: 'Mohave';	*/
	letter-spacing: 2px;
}

.ph-space{
	position: absolute;
	top: 120px;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 1080px;
	color: #fff;
	/*background: url(../uploads/7215847534646788096_n.jpg) no-repeat center center;
	/*-webkit-background-size: cover;
	/*background-size: cover;	*/
}

.ph-item{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

.pg-content{
	min-height: 768px;
	margin: 10%;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 600px;
	max-width: 1600px;
	display:flex;
	flex-direction: column;
	justify-self: center;
}

.pg-title{
	width:100%;
	justify-content: left;
	padding-bottom: 10px;
}

.pg-main{
	margin-top: 70px;
}

.bold{
	font-size: 20px;
	color:#971c22;
  }

.pg-main p {
	font-family:"Avenir Next LT W01 Bold";
	font-size: 18px;
	margin-bottom: 30px;
	color:#302f2f
}
  