/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
   ========================================================================== */

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

body {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-image: url(W127GN_street_view.png);
  background-size: cover;
  background-clip: border-box;
  font-family: Sans-Serif;
  font-color: white;
}

a {
  color: white;
}

a:link {
  text-decoration: underline;
}

a:visited {
  color: hotpink;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

#container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#header_container {
  height: 56px;
  width: 100%;
  background-color: #000000C0;
  margin-top: 0px;
  margin-bottom: auto;
  vertical-align: top;
}

#header {
  width: 100%;
  margin-top: 5px;
  font-size: 2em;
  text-align: center;
}

#footer_container {
  height: 32px;
  width: 100%;
  background-color: #000000C0;
  margin-top: auto;
  margin-bottom: 0px;
  vertical-align: bottom;
}

#footer {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}