/* Different web browsers have different built-in
 * stylesheets, but they're all dumb.
 * 
 * Nuke most of the damage they do here; we could
 * also use a better "CSS Reset".
 */
ul {
  margin: 0;
  padding: 0;
}

body {
    font-weight: 300;
    font-family: 'Philosopher', Georgia, serif;
    background-color: #FFF7F7;
}

header {
    padding: 20px 0;
    font-family: 'Philosopher', Georgia, serif;
    color: #BF061F;
}

header .row,
footer .row {
    display: flex;
    align-items: center;
}

header a {
    color: #BF061F;
}

header a:hover {
    background-color: black;
}

header a:active {
    background-color: brown;
}

header a:focus {
    background-color: orange;
}

header h1 {
    font-weight: 700;
    margin: 0;
    font-size: 50px;
    letter-spacing: 4px;
    margin-right: 40px;
    color: #7E0E0E;
}

header nav {
    display: flex;
    justify-content: flex-end;
}

header p {
    padding: 0 20px;
    margin: 0;
}

img {
    margin-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #7E0E0E;
}

/*! Table formatting */
table th {
	text-align: center;
}

table td {
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
}

.striped_table > tbody tr:nth-child(odd) {
	background-color: #F5D9D9;
 }
 
.striped_table > tbody tr:nth-child(even) {
	 background-color: #DACDCD;
 }

.striped_table > table {
	/*! In case browser doesn't support :nth-child selector, still have background for body rows. */
	background-color: #DACDCD;
}
 
/*! End Table formatting */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #7E0E0E;
}

.navbar-default .navbar-brand {
    font-family: 'Philosopher', Georgia, serif;
    color: #7E0E0E;
    font-size: 20px;
}

.navbar-fixed-top {
    min-height: 70px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 70px;
}

.jumbotron {
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 500px;
    text-shadow: 0.25px 0.25px 0.25px #000000;
    background-image: url(/Media_Library/scary-666620_1280.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
    width: 100%;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #FFF7F7;
  letter-spacing: 4px;
}

.jumbotron h3 {
  margin: 0 0 20px;
  color: #FFF7F7;
}

.vcenter {
    display: flex;
    align-items: center;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

body h3 {
    margin-top: 40px;
}

.partext {
    font-family: 'Lato', Helvetica, sans-serif;
}

.nospacebetweenp {
    margin: 0;
    padding: 0;
}

.image_grid {
	/* To set up a grid of images. */
	max-height: 400px;
	margin: 3em auto 3em auto;"
}
	


.transp_box {
	/* To set up transparent box on the side for medium and large screens and full width for small and xs screens. For landing pages. */
	width: 40%; 
	max-width: 500px; 
	background-color: hsla(0, 3%, 78%, 0.8); 
	margin-top: 2em; 
	margin-bottom: 2em; 
	margin-left: 50%;
}

.transp_box_center {
	/* To set up transparent box centered and taking up most of the screen. For landing pages too. */
	width: 90%; 
	background-color: hsla(0, 3%, 78%, 0.7); 
	margin: 2em auto 2em auto;  
}

.bold_red_text {
	font-weight: 900;
	color: #B20707;
}

.bold_blue_text {
	font-weight: 900;
	color: #3FB4D9;
}

/* Attempt to get a blank image with text when mouse over. */
.image {
	background-color: black;
	height: 100px;
	width: 100px;
	display: block;
	float: left;
}

.image a {
	display: none:
}

.image a: hover {
	display: block;
}
/* End Attempt */


img.center {
    display: block;
    margin: 0 auto;
}

/*.partext_xs_extraPad {*/
    /*To enable adding extra padding to only certain areas on the xs screen.*/
    /*font-family: 'Lato', Helvetica, sans-serif;
}*/

.excerpt_background {
	background-color: #FBF9EE;
	border: 1px solid lightgrey;
	padding: 1em;
}

.preview_img {
    max-width: 300px;
}

.nowrap {
    white-space: nowrap;
}

.no-padding-left {
    padding-left: 0px;
}

.form-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.btn.btn-spooktacular {
  border-radius: 2px;
  border: 0px;
  color: #FFF7F7;
  text-shadow: none;
  background-color: #c40808;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.btn.btn-spooktacular:hover {
  color: #c40808;
  background-color: #FFF7F7;
  font-family: 'Lato', Helvetica, sans-serif;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #FFF7F7;
  text-shadow: none;
  background-color: #7E0E0E;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.btn.btn-primary:hover {
  color: #7E0E0E;
  background-color: #FFF7F7;
  font-family: 'Lato', Helvetica, sans-serif;
}

.btn-secondary {
  background-color: #07094D;
  color: #FFF7F7;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.btn.btn-secondary:hover {
    background-color: #CDCDD5;
    color: #07094D;
}

body ul {
  list-style: none;
}

body .col-sm-1{
    margin: 5px;
}

body li img {
  width: 32px;
  height: 32px;
  padding-right: 2px;
  padding-left: 2px;
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

/*! Tried adjusting to convince social media icons to right-align, but nothing worked.
footer .col-sm-8 .col-xs-7{
  display: flex;
  justify-content: flex-end;
}*/

footer ul {
  list-style: none;
}

footer .col-sm-1{
    margin: 5px;
}

footer li img {
  width: 32px;
  height: 32px;
}


@media (max-width: 768px) {
    .navbar-nav > li > a {
        line-height: 55px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-fixed-top{
        min-height: 55px;
    }
    .preview_img {
        width: 75%;
    }
    body p {
        text-align: center;
    }
    body h4 {
        text-align: center;
    }
    .partext {
        padding-right: 15px;
        padding-left: 15px;
    }
    .no-padding-left {
        padding-left: 10px;
    }
    .form-padding {
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
	/*! Resizing and moving transparent box of landing pages. */
	.transp_box{
		width: 90%;
		max-width: 992px;
		margin: 2em auto 0 auto;
	}

/*!@media (max-width: 336px) {
    .btn-secondary {
        padding-right: 4px;
        padding-left: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}*/

.blog-post p {
  text-align: left;
  font-family: 'Lato', Helvetica, sans-serif;
}

.blog-post .meta {
  margin-bottom: 1.2em;
}

.blog-post ul {
  list-style: disc;
  padding-left: 1.5em;
  font-family: 'Lato', Helvetica, sans-serif;
}

.blog-post ol {
  font-family: 'Lato', Helvetica, sans-serif;
}

.blog-post ul ul {
  list-style: circle;
}

/*! Adding styles from ebook span classes */
.vampires {
        font-style: italic;
    }
.italicized_dream{
        font-style: normal;
    }
.language {
        font-style: italic;
    }
.stress {
        font-style: italic;
    }
.book_title {
        font-style: italic;
    }
.internal_thought {
        font-style: italic;
    }
.internal_discussion {
        font-style: italic;
    }
.internal_discussion:before {
        content: "::";
    }
.internal_discussion:after {
        content: "::";
    }
.text_message {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-right: 2em;
        margin-left: 2em;
        font-style: italic;
        text-indent: 0;
        font-family: cursive, sans-serif;
        font-size: smaller;
    }    
.text_message_person2 {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-right:   2em;
        margin-letft: 2em;
        font-style: italic;
        text-align: right;
        font-family: cursive, sans-serif;
        font-size: smaller;
    }
.sound {
        font-style: italic;
    }
    
.dream {
    }
    
.song {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-right: 2em;
        margin-left: 2em;
        font-style: italic;
        text-indent: 0;
    }
/*! End of styles from ebook span classes. */	

