html {
  box-sizing: border-box;
  font-size: 16px;
}
body {background-image: url('pattern.png');}
*, *:before, *:after {
  box-sizing: inherit;
  color: white;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}


ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

#container {width: 100%; height: 100%;vertical-align: middle; }
#content {width: 100%; margin: auto auto; text-align: center; vertical-align: middle;
position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
	 }
h1 {color: #dab14f;   }
h1 {
	background: -webkit-linear-gradient(#fff,#d3bd66);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
h1 {font-family: 'Mr Bedfort', cursive;}
h2, p {font-family: 'raleway', sans-serif;}
	p {margin-top: 50px;}
@media only screen and (max-width: 600px) {
h1 {font-size: 50px;}
h2, p {font-size: 20px;}
}
@media only screen and (min-width: 600px) {
h1 {font-size: 80px;}
h2, p {font-size: 30px;}
}
p {font-style: oblique;}