html {
    background-color: #1a1a1a !important;
}


body {
  background: #1a1a1a;
  color: white;
  margin-top: 4rem;
  margin-left: 15%;  
  position: center;
  font-family: Arial black, serif;

}


.content-section::after {
  background-color: transparent;
  display: table;
  margin-top: 5rem;
  width:auto;
  height: auto;
  border: 1px solid #dddddd;
  background: #808080;
  border-radius: 3px;

}


.column {
  margin-right: 3rem;
  background: #808080;
  float: left;
  width: 50%;
  padding: 15px;
  flex: 1;
  display: table-cell;
  width: 600px;
  height: 700px;
  border: 4px solid #dddddd;
  border-radius: 3px;

}


.contact{
  margin-bottom: -1rem;
  background: #1a1a1a;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

}

.img-content-section {
  position: absolute;
  margin-top: 3rem;
  margin-right: 15%;
  width:600px;
  height: 700px;
  border: 1px solid #dddddd;
  background: #808080;
  border-radius: 1px;
  margin-bottom: 20px;
  padding: 10px 10px;
}

.alert {
  background-color: #ff6699;
  position: absolute;
  margin-top: -3.5rem;
  width:600px;
  height: 50px;
  left: 15%;

}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

.bg-steel {
  background-color: #1a1a1a;
}

.site-header .navbar-nav .nav-link {
  color: #1a1a1a;
}

.site-header .navbar-nav .nav-link:hover {
  color: #1a1a1a;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}


.article-title {
  color: #444444;
}

a.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;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    height: 850px;
    /* width: 30px; */
    /* font-size: 2rem; */
    margin-bottom: 5px;
}

