/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

h2 {
	font-family: 'Roboto', sans-serif;
}

h5 {
	font-family: 'Roboto', sans-serif;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 100px;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto', sans-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;
  }
}
