﻿/*##### default template css #####*/

/* 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: 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;*/
}
.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 */*/
}
/*##### END default template css #####*/

header {
    /*background: url("http://becausehelovesyou.org/images/earth.jpg");*/
    background: url("../../images/earth.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    /*vertical-align: bottom;*/
    min-height: 380px;
    color: #eee;
    /*border: 2px solid #d3d3d3;*/
}
body {
    /*background-image: url("http://becausehelovesyou.org/images/body-bg.png");*/
    background-image: url("../../images/body-bg.png");
    background-repeat: repeat;
    font-family: 'PT Sans', sans-serif;
}
.cstHeaderText, .navbar-collapse, .navbar-toggler {
    /*border: 2px solid #d3d3d3 !important;*/
}
.container {
    /*border: 2px solid #d3d3d3;*/
}
.cstHeaderTextArea {
    padding-top: 256px;
}
.cstHeaderText {
    /*margin-top: 235px;*/
    font-weight: bolder;
    width: 50%;
    padding: 0px 0px 0px 9%;
}
.cstHeaderSpace {
    min-height: 91px;
    margin-top: -24px;
    margin-bottom: -7px;
    /*background: url("http://becausehelovesyou.org/images/borderWood.png");*/
    background: url("../../images/borderWood.png");
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 10;
}
.cstLhText {
    background-color: #f9eab8;
    padding: 0px 18px 5px 18px;
    border-radius: 3px;
    margin-bottom: 14px;
    min-height: 150px;
}
.cstRhText {
    /*background: url("http://becausehelovesyou.org/images/oldPaper.png");*/
    background: url("../../images/oldPaper.png");
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 2px solid #a17d33;
    margin-bottom: 10px;
}
.cstScripture1 {
    margin: 20% 5% 0% 25%;
    font-family: "Lucida Console", Monaco, monospace;
    color: #000000;
    font-size: 10pt;
    min-width: 155px;
    max-width: 185px;
}
.cstScripture2 {
    margin: 5% 5% 0% 25%;
    font-family: "Lucida Console", Monaco, monospace;
    color: #000000;
    font-size: 10pt;
    min-width: 155px;
    max-width: 185px;
}
footer {
    min-height: 150px;
    text-align: center;
    color: #f5f5f5;
    font-weight: 900;
    /*border: 2px solid #d3d3d3;*/
}
footer hr {
    color: #f5f5f5;
}
.cstPrayerText {
    font-style: italic;
}
.cstWhatNowBtn {
    padding: 0px 0px 24px 20px;
}
footer .cstFooterArea hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid white;
}
.cstHeaderHeadline {
    font-size: 22px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Non-Mobile First Method  ==========*/
/* lg LARGE - Big Desktops */
@media only screen and (min-width : 1200px) {

}
/* md MEDIUM - Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}
/* sm SMALL - Tablets */
@media only screen and (min-width: 768px) and (max-width : 991px) {

}
/* xs EXTRA SMALL - Phones */
@media only screen and (max-width : 767px) {
    .cstHeaderTextArea {
        padding-top: 196px;
    }
    .cstHeaderText {
        padding: 0 0 0 2px;
    }
}
/*==================================================
=        END Bootstrap 3 Media Queries             =
==================================================*/
