﻿html, body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
  min-height: 200vh;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #5f788a;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 5px solid #dddddd;
  border-radius: 3px;
  margin: 20px;

}

.article-title {
  color: #444444;
}

.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.homepage-image {
  background-image: url(homepage_dog_pic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  height:100vh;
  display: block;
}

.homepage-image-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}

.homepage-image-text h1 {
  text-decoration: underline;
  color: white;
}

.homepage-image-text h3 {
  color: white;
}

.homepage-upload {
  text-align: center;
  margin: 50px auto;
  padding: 50px 20px;
  position: relative;
}
