@font-face {
font-family:"ff-meta-web-pro";
src:url("/resources/fonts/ff-meta-web-pro-300.woff2") format("woff2"),url("/resources/fonts/ff-meta-web-pro-300.woff") format("woff"),url("/resources/fonts/ff-meta-web-pro-300.ttf") format("opentype");
font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("/resources/fonts/ff-meta-web-pro-400.woff2") format("woff2"),url("/resources/fonts/ff-meta-web-pro-400.woff") format("woff"),url("/resources/fonts/ff-meta-web-pro-400.ttf") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("/resources/fonts/ff-meta-web-pro-500.woff2") format("woff2"),url("/resources/fonts/ff-meta-web-pro-500.woff") format("woff"),url("/resources/fonts/ff-meta-web-pro-500.ttf") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("/resources/fonts/ff-meta-web-pro-600.woff2") format("woff2"),url("/resources/fonts/ff-meta-web-pro-600.woff") format("woff"),url("/resources/fonts/ff-meta-web-pro-600.ttf") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("/resources/fonts/ff-meta-web-pro-700.woff2") format("woff2"),url("/resources/fonts/ff-meta-web-pro-700.woff") format("woff"),url("/resources/fonts/ff-meta-web-pro-700.ttf") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"ff-meta-web-pro";
src:url("/resources/fonts/ff-meta-web-pro-900.woff2") format("woff2"),url("/resources/fonts/ff-meta-web-pro-900.woff") format("woff"),url("/resources/fonts/ff-meta-web-pro-900.ttf") format("opentype");
font-display:auto;font-style:normal;font-weight:900;
}

h1 {
  font-size: 44px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  margin: 0.67em 0;
  color: #393939;
  text-transform: uppercase; }

h2 {
  font-size: 40px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase; }

h3 {
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase; }

h4 {
  font-size: 44px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase; }

h5 {
  font-size: 32px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase; }

h6 {
  font-size: 26px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 600;
  color: #393939;
  line-height: 33px; }

p {
  font-size: 20px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  line-height: 33px; }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 34px;
    line-height: 38px; }

  h2 {
    font-size: 45px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 46px; }

  h5 {
    font-size: 34px; }

  h6 {
    font-size: 28px;
    line-height: 31px; }

  p {
    font-size: 16px;
    line-height: 25px; } 
}

body,html{
	background-color:#393939;
	height:100%;
}

.meta{
	/*background: #393939 url("/resources/img/doco_logo.png") no-repeat left top;*/
	padding-top:100px;
	padding-bottom:100px;
	min-height:100%;
}
.container{
	padding-top:50px;
	background-color:#fff;
	min-height:700px;
	text-align:center;
	background: #fff url("/resources/img/doco_logo_transparent.png") no-repeat center center;
}
hr{
	opacity:1;
	background-color:#c2a67f;
	border:none;
	height:2px;
	width:5%;
	display:block;
	margin:8px auto 8px auto;
}