/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* Sass Variables */
/* Sass Variables */
/* gold */
/* main paragraph color */
html,
button,
input,
select,
textarea {
  color: #Dee0D5;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

h1 {
  color: #f9dd8a;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-size: 5em;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .15em; }

html {
  font-size: 1em;
  line-height: 1.4; }

body {
  margin: 0;
  padding: 0; }

a.button {
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  color: #Dee0D5;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
header {
  width: 100%; }
  header .pic-wrap {
    background: center url("../img/gogp2-web.jpg") no-repeat;
    background-size: cover; }
    header .pic-wrap .pic-bg {
      height: 100vh;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      header .pic-wrap .pic-bg .hgroup {
        height: 25vh; }
        header .pic-wrap .pic-bg .hgroup h1 {
          text-align: center;
          font-size: 8vw; }
        header .pic-wrap .pic-bg .hgroup p {
          text-align: center;
          font-size: 1.25vw;
          text-transform: uppercase;
          letter-spacing: 1em;
          text-indent: -1em; }
          header .pic-wrap .pic-bg .hgroup p a {
            letter-spacing: .35em;
          }
        @media only screen and (max-width: 480px) {
          header .pic-wrap .pic-bg .hgroup h1 {
            font-size: 15vw; }
          header .pic-wrap .pic-bg .hgroup p {
            font-size: 2.5vw; } }
