﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
  color: navy;
}

img, figure, videoWrapper, iframe {
  max-width: 100%;
}

article figure p {
  text-align: center;
}

article figure {
  width: 100%;
  border-radius: 10px;
}

 article figure img {
  width: 96%;
  padding-top: 1rem;
  border-radius: 35px;
 }

article figure, article figcaption {
  background-color: #B6DBBE;
  text-align: center;
}

article figcaption {
  padding: 1rem;
  font-size: 1.25rem;
  font-variant: small-caps;
  border-radius: 10px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.photo {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding-bottom: 1rem;
}

.comic {
   width: 100%; 
}

blockquote {
  padding: 1rem 2rem;
  margin: 0 2rem;
  font-style: italic;
  background-color: honeydew;
}

#search-text {
  margin-left: 1rem;
}

/* Provide sufficient contrast against white background */
a {
  color: purple;
}

#site-meta-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#site-title {
  color: white;
  position: absolute;
  text-align: center;
  top: 6rem;
  text-shadow: 2px 4px 1px rgba(0, 0, 0, .7);
}

#site-sub-title {
  color: white;
  position: relative;
  text-align: center;
  top: 17rem;
  text-shadow: 2px 4px 1px rgba(0, 0, 0, .7);
}

@media screen and (max-width: 1200px){
  #site-title {
    top: 4rem;
  }
  #site-sub-title {
    top: 8rem;
  }
}

.side-bar-widget {
    margin-bottom: 2rem;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.current-page {
    width:3rem;
}

.post {
    margin-bottom: 5rem;
    padding: 3rem 11rem;
    background-color: mintcream;
}

.post-title-link {
  text-decoration: none;
}
.post-title-link:hover {
  text-decoration: underline;
  color: maroon;
}

article {
  margin-bottom: 4rem;
}

#paging-footer {
  margin-top: 2rem;
}
*/
/* Sticky footer styles
-------------------------------------------------- */
footer:nav {
    background-color: azure;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #D6F2E4;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
