@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
       url('/fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
       url('/fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
       url('/fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
       url('/fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Haymaker';
  src: url('/fonts/Haymaker.ttf') format('truetype');
}

@font-face {
  font-family: 'AbrahamLincoln';
  src: url('/fonts/AbrahamLincoln.ttf') format('truetype');
}

html {
  font-size: inherit;
/*  overflow: hidden;*/ /*<-- not sure yet what to do about this fix*/
}

body {
  font-size: 62.5%;
  margin: 0em;
  font-family: 'AbrahamLincoln', Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

p {
  font-size: 2em;
  font-weight: bold;
}

/* Index Page */
.index-logo-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.index-logo-div a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#logo {
  position: relative;
  top: 17%;
  left: 29%;
  height: 70%;
  width: 40%;
}

/* Home */
header {
  background-color: rgba(0, 0, 0, 0.0);
  padding-right: 5%;
  height: 10em;
  position: absolute;
  width: 100%;
  font-size: 1.5em;
  border-bottom: 0.15em solid #000;
}

.navlogo-container {
  display: inline-block;
}

.navlogo {
  width: 10em;
  height: 10em;
}

.navbar {
  display: inline-block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 8.4em;
}

.navbar li {
  display: inline-block;
  height: 10em;
  padding: 0 1.5em;
}

.navbar li a {
  color: #000;
  display: inline-block;
  font: bold 1.6em 'Haymaker', Helvetica, sans-serif;
  line-height: 6em;
  margin-bottom: 0px;
  text-align: center;
}

.navbar li a:hover {
  text-decoration: none;
  color: #fff;
}

#background-pic{
  width: 100%;
}

.main-div {
  background-color: rgba(255, 255, 255, 0.4);
  top: 15em;
  position: absolute;
  margin-top: 5em;
  margin-left: 15%;
  height: 80%;
  width: 70%;
}

#home-welcome-header {
  margin-left: 42.5%;
}

.side-by-side {
  position: relative;
  width: 50%;
}
    