/****************************************************
*****************************************************
    Site: through-the-eyes.com
    Date: 06/12/21
    Description: 
    Version: 1.0
    Author: Tom Markart
    Author URL: http://www.tmarkart.com
	Copyright status: All rights reserved
****************************************************
***************************************************/


/***************** Imports ************************/
@import url("reset-2.0.css");
@import url("bootstrap-5.0.1.min.css");
@import url("lightbox-2.8.2.min.css");
@import url("font-awesome-4.7.0.min.css");

@import url("tte-print.css") print;
	
/************** Bootstrap Overrides ***************/
.btn-check:active+.btn-outline-success, 
.btn-check:checked+.btn-outline-success, 
.btn-outline-success.active, 
.btn-outline-success.dropdown-toggle.show, 
.btn-outline-success:active {
    background-color: rgb(64,90,69,1);
    border-color: rgb(64,90,69,1);
}
.btn-outline-success:hover {
    background-color: rgb(64,90,69,1);
    border-color: #344e39;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: rgb(64,90,69,1);
    background-color: rgba(64,90,69,.2);
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgba(64,90,69,.3);
}

/************** Universal Styles ******************/
a {
	color: #666;
}
a:hover {
	color: #379a4a;
	transition: all .5s;
}
a.hover-fx {
	box-shadow: inset 0 -3px 0 rgba(64,90,69,.4);
	margin: -2px -2px -1px;
	padding: 2px 2px 1px;
	color: rgb(64,90,69,1);
	position: relative;
	text-decoration: none;
	-webkit-transition: all .35s;
}
a.hover-fx:hover {
	box-shadow: inset 0 -28px 0 rgba(64,90,69,.2);
	text-decoration: none;
}

a[target="_blank"]:after {
	font-family: "FontAwesome";
	content: "\f08e";
	margin: 0 0 0 5px;
}
em {
	color: #666;
    font-style: italic;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
header, footer {
    background-color: rgb(64,90,69,1);
}
header {
	min-height: 101px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dcdcdc;
}
nav.bg-dark {
    background-color: #344e39 !important;
}

/****************** Navigation *********************/
#home .nav-home, 
#writing .nav-writing, 
#scrapbook .nav-scrapbook, 
#medals .nav-medals, 
#powmia .nav-powmia, 
#quotes .nav-quotes, 
#reunion .nav-reunion, 
#return .nav-return, 
#guestbook .nav-guestbook {
	background-color: #2d4532;
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: #2d4532;
}
/*
li.nav-item {
    border-right: 1px solid #3a5e41;
}
.navbar-nav .nav-item:last-of-type {
	border-right: none;
}
*/

/****************** Header ************************/
header h1 a {
    background: transparent url(/images/through-the-eyes.png) no-repeat top left;
    display: block;
    height: 101px;
    text-indent: -3000px;
}
.subhead {
    color: #ddd;
    font-size: .85em;
    position: absolute;
    top: 60px;
}
#brand-bar {
	animation: burns-effect 60s ease;
	background: #000 url("/images/jungle03.jpg") repeat-x center left;
    margin-bottom: 0;
	padding: 48px 0;
}

/****************** Footer ************************/
footer {
	min-height: 60px;
}
footer p {
    color: #ddd;
    font-size: .85em;
    padding: 10px 0;
}
footer a {
	color: #ddd;
	text-decoration: none;
}
footer a:hover {
	box-shadow: inset 0 -28px 0 rgba(64,90,69,.2);
	color: #379a4a;
	text-decoration: underline;
}
.heading-sm {
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.copyright {
	text-align: right;
}

/******************** Writing *********************/
#writing blockquote h3 em {
    color: #898d19;
}

/****************** Scrapbook *********************/
#scrapbook .img-thumbnail {
	margin-bottom: 1em;
}

.masonry {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: 0.85em;
}
.masonry .item {
	background: #fff;
	border: 1px solid #eee;
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.masonry .item:hover {
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.masonry .item a {
	color: #666;
	text-decoration: none;
}
.masonry .item a:hover {
	text-decoration: none;
}
.masonry .item a img {
	max-width: 100%;
}
.masonry .item a .title {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

/******************** Medals **********************/
#medals-detail {
	display: table;
}
.medals-detail-item {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}
.medals-detail-item:last-of-type {
	border-bottom: none;
}
.medals-detail-img,
.medals-detail-desc {
	display: table-cell;
	vertical-align: top;
}

/***************** Guestbook *********************/
.table-responsive .table>:not(caption)>*>* {
	border-bottom-width: 0px;
}
.table-responsive .table thead {
	display: none;
}
.table-responsive .table tr {
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 2rem;
}
.table-responsive .table tr:hover {
	background-color: #fff !important;
	border-color: #a9a9a9;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.table-responsive .table tr:first-of-type {
	border-top: 1px solid #dcdcdc;
}
.table-responsive .table tr:first-of-type:hover {
	border-color: #a9a9a9;
}
.table-responsive .table td {
	display: block;
	vertical-align: top;
}
/*
.table-responsive.table td:before {
	color: #333;
	content: attr(data-th) ":  ";
	float: left;
	font-size: inherit;
}
*/
.table-responsive .table td:first-of-type {
	border-top: none;
}

/**************** Media Queries ******************/
@media (min-width: 576px) {}
@media (min-width: 768px) {
	#guestbook-list.table>:not(caption)>*>* {
		padding: 1rem .5rem;
	}
	.table-responsive .table>:not(caption)>*>* {
		border-bottom-width: 1px;
	}
	.table-responsive .table thead {
		display: table-header-group;
	}
	.table-responsive .table thead th {
		display: table-cell;
	}
	.table-responsive .table tr {
		border: none;
		border-bottom: 1px solid #dcdcdc;
		border-radius: none;
		box-shadow: none;
		display: table-row;
		margin-bottom: 0;
	}
	.table-responsive .table tr:hover {
		/*background-color: rgba(0, 0, 0, 0.075) !important;*/
		border-color: #dcdcdc;
		box-shadow: none;
	}
	.table-responsive .table tr:first-of-type {
		border-top: none;
	}
	.table-responsive .table tr:first-of-type:hover {
		border-color: #dcdcdc;
	}
	.table-responsive .table td {
		border: none;
		display: table-cell;
	}
	.table-responsive .table td:before {
		content: "";
		float: none;
	}
	.table-responsive .table td:first-of-type {
		border-top: none;
	}
	
	
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	} 
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}  
}
@media (min-width: 1400px) {}