﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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;
    /*padding-top: 100px;*/
    padding-bottom: 0px;
    font-family: 'Lato', sans-serif;
    font-size: small; /*added this*/

}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255,255,255,0.9) !important;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    /*background-image: url('Images/book-2596785_1920.jpg');*/
    /*background-image: url('../images/book-2596785_1920.jpg');*/
    /*background-image: url('../images/bible-1846174_1920.jpg');*/
    background-image: url('../images/crown-3636508_1280.png');
    background-size: cover;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color:#fff !important;
}


.imagepreview {
    max-width: 275px;
}

.imagecircle {
    /*max-height: 50px;
    max-width:50px;*/
    width: 50px;
    height: 50px;
    border-radius: 3px;
    margin-top: 2px;
    vertical-align: middle;
    object-fit: cover;
    clip-path: circle(47% at 50% 50%);
}

.flimagecircle {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    margin-top: 2px;
    vertical-align: middle;
    clip-path: circle(35% at 50% 50%);
    font-size:28px;
    background:#666;
    color:white;
    padding:20px;
}

.flimagesmallcircle {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    margin-top: 2px;
    vertical-align: middle;
    clip-path: circle(35% at 50% 50%);
    font-size: 20px;
    background: #666;
    color: white;
    padding: 10px;
}


.table td{
    border:none;
}

#FullTestimonyView{
    display:none;
}

.datetext{
    font-size:smaller;
    font-style:italic;
}

.imagecirclesmall {
    /*max-height: 50px;
    max-width:50px;*/
    width: 35px;
    height: 35px;
    border-radius: 3px;
    margin-top: 2px;
    vertical-align: middle;
    object-fit: cover;
    clip-path: circle(41% at 50% 50%);
}

.poem{
    max-height:700px;
    overflow:auto;
}

.namedaterow{
    margin-left:3px;
}

#CommentView{
    padding:0px;
}

.CommentNoPad {
    padding: 0px;
}

.CommentPad {
    padding: 15px;
}

.adView {
    width: 100%;
    height: auto;
}

.box{
    margin-left: -100px;
    height: 20px;
}