html {
	background: url("/img/pictures/panther/pantherleft5.jpg") no-repeat center fixed; 
	background-size: cover;
}

body,h1,h2,h3,h4,h5,h6,p {
	font-family: Montserrat; 
	color: #fff;
	padding: 0px;
	margin: 0; 
}

h1 {
	font-size: 75px; 
	font-weight: lighter;
	padding-top: 10px;
}

p{
	font-size: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.center_wrap{
	position: relative;
    text-align: center;
}

.center_wrap:before {
	content: "";
    position: relative;
    display: inline-block;
	width: 0; 
	height: 100%;
    vertical-align: middle;
}

.center_content{
	display: inline-block;
    vertical-align: middle;
}

.button {
	font-family: Montserrat;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden;
	height: 47px;
	line-height: 28px;
	border: 3px solid white;
	display: inline-block;
	text-align: center;
	width: 110px;
	padding: 5px;
	font-size: 31px;
	color: #fff;
	opacity:0.7;
}

.border {
	border-top:6px solid #ffffff;
}

.media {
	margin:10px;
	height:45px;
	width:45px;
	opacity:0.7;
}

.media:hover, .button:hover {
	opacity:1;
}

@media screen and (max-width: 750px){
	h1 {
		font-size: 50px;
	}

	p{
		font-size: 30px;
	}

	.button {
		height: 31px;
		font-size: 20px;
		line-height: 14px;
		width: 85px;
	}
}

@media screen and (max-width: 430px){
	h1 {
		font-size: 33px;
	}

	p{
		font-size: 20px;
	}

	.button {
		height: 31px;
		font-size: 20px;
		line-height: 14px;
		width: 85px;
	}
}