/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
}

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

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

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

img {
  vertical-align: middle;
}

body {
  font: 16px/26px "Roboto", sans-serif;
  height: 100%;
}

.wrapper {
  width: 90%;
  margin: 0 5%;
}

article a {
  color: #c34f4b;
  text-decoration: none;
}
article a:hover {
  color: #666;
}

.header-container,
.footer-container {
  background: white;
  color: black;
}

.title {
  color: #3f9185;
  margin-top: 10px;
}

.back {
  float: left;
  margin: 10px 5px;
  padding: 10px;
  clear: both;
  color: #333;
}

/* Header Parallax Element Style*/
.paral {
  min-height: 400px;
  background-attachment: scroll;
  background-size: cover;
  background-position: 50% 50%;
}
/* Paragraph for Parallax Section */
.paral p {
  font-size: 24px;
  color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}

/* Heading for Parallax Section */
.paral h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-align: center;
  padding-top: 60px;
  line-height: 100px;
}
.jumbotron {
  margin-bottom: 0;
}

.photo-credit {
  margin-top: 35px;
  position: absolute;
  color: white;
  font-size: smaller;
}
.photo-credit a {
  color: white;
}
/* ==============
    MOBILE: Menu
   ============== */

.nav-link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-link {
  /* display: block;
  margin-bottom: 10px;
  padding: 15px 0;

  text-align: center;
  text-decoration: none;
  font-weight: bold; */
  color: #3f9185;
}
.nav-link.current {
  color: #dc2b19;
}

.nav-link:hover,
.nav-link:visited {
  color: #3f9185;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
  padding: 30px 0;
}

.main article h1 {
  font-size: 2em;
}

.main aside {
  color: black;
  padding: 0px 5% 10px;
}

.footer-container footer {
  color: black;
  padding: 20px 0;
}
