/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'PT serif', serif;
  color: #fff;
}

a:link{
  color: #fff;
  text-decoration: underline;
}


a:visited {
  color: #fff;
  text-decoration: underline;
}


a:hover {
  color: #ff9933;
  text-decoration: underline;
}

a:active {
  color: #ff9933;
  text-decoration: underline;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 100px;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-family: 'Pt serif', serif;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
}


/* Responsive */

@media (max-width: 767px) {
  h1 {
	  font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  h1 {
	  font-size: 4.5em;
  }
}
