@import "/Themes/modern/page_style.css";


body {
    background-image: url(Graphics/RepeatingBackgroundGTSPattern.png);
    background-repeat: repeat;
    background-size: 30%;
    background-attachment: fixed;
}

.commonSidebar {
	
}

.teaserExpandControl::before {
	display: inline-block; /* or the rotate won't work in conjunction with span */
    font-family: 'Material Symbols Outlined';
    content: 'expand_content';
    font-size: 22px;
    transform: rotate(45deg);
	color:white;
}
.teaserExpandControl {
	cursor: pointer;
	border: 1px solid #ddd;
    padding-left: 0.5em;
    padding-right: 0.5em;
	background-color: #ae314a;
}


.sidebar_title_text {
	border-top: 1px solid #000000;
    background-color: #B0B0B0;
    color: #FFFFFF;
    font: 16px Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.presentationVideoMainPageWrapper {

}

.presentationVideoMainPageWrapperWide {
	float: right;
	width: 50%;
	margin-left: 18px;
    margin-top: 10px !important;
    padding-top: 0px !important;
}

.presentationVideo {
	margin-top:0px !important;
	padding-top:0px !important;
}

.presentationVideoHide {
	display: none;
}

.presentationVideoControlWrapper {
	display: flex;
    justify-content: space-between;
	margin-bottom: -0.6em;
	margin-top: 0.5em;
}

.presentationvideoControl {
	cursor: pointer;
	padding-right: 0.5em;
    padding-left: 0.5em;
	padding-bottom: 0.1em;
    cursor: pointer;
    border: 1px solid #ddd;
}

.presentationVideoControlActive {
	color: white;
	background-color: #ae314a;
}

@media (min-width: 550px) {
	.gtschron_intro_short {
		display:none;
	}
}

@media (max-width: 550px) {
	#gtschron_mainpage {
		zoom: 80%;
	}
	
	.gtschron_intro_long {
		display:none;
	}
}

.gtschron_mainpage_title {
	font-size: 1.3em;
	font-weight: bold;
}

.gtschron_mainpage_toc_section_wrapper {
	margin-top: 3em;
}

.gtschron_mainpage_header {
	background-repeat: no-repeat;
    background-position: right;
    display: flex;
	justify-content: space-between;
    align-items: center;
}

.gtschron_mainpage_header_numeral {
	zoom: 80%;
}
.gtschron_mainpage_header_numeral_dot_zero {
	zoom: 80%;
}

.gtschron_mainpage_header_numeral_text {
	flex-grow: 1;  /* to get the middle element in the table of content row to left justify */
	margin-left: -1.5em; /* hacky way to do this, but getting tired of futzing */
}

@media (min-width: 650px) {
	.gtschron_mainpage_header_numeral {
		display:none;
	}
}
@media (max-width: 650px) {
	.gtschron_mainpage_header_numeral_dot_zero {
		display:none;
	}
	
	.gtschron_mainpage_header_numeral_text {
		flex-grow: 1;  /* to get the middle element in the table of content row to left justify */
		margin-left: 0em; 
	}
}

.gtschron_mainpage_header_numeral img {
	filter:  drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
	width: 80%;
}

.gtschron_mainpage_header_numeral_dot_zero img {
	filter:  drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
	width: 80%;
}

.gtschron_mainpage_toc_level_1 > * {
	font-size: 1.75em;
	text-shadow: 0px 0px 5px white;
}



.gtschron_mainpage_toc_level_1_indent {
	margin-left: 1.5em;
	margin-top: 0.75em;
}
.gtschron_mainpage_toc_level_2 {
	font-size: 1.0em;
	padding: 3px 6px 3px 6px;
	margin-bottom: 2px;
	margin-left: 1.5em;
}

.expander-checkbox {
	display: flex;
	margin-top: 0em;
}
.expander-checkbox label {
	font-weight:normal;
	font-size:0.5em;
	margin:0;
	margin-left: 5px !important;
}

.expander-checkbox input {
	margin-left: 0px;
	margin-top: 0px;
	vertical-align:middle;
}

.presentationInlineQuoteWide {
	width:100% !important;
}

.presentationInlinePhotoAndCaption {
	display: flex;
	flex-direction: column;
	justify-content:center;
	padding-bottom:1em;
	
}
.presentationInlinePhotoAndCaption span {
	text-align:center;
	font-size:0.7em;
}

.presentationInlinePhotoAndCaption img {
	width:100%;
}

.presentationSectionTitle {
	background-color: rgba(163,162,162,0.25);
	margin-top: 10px;
	padding: 3px 6px 3px 6px;
	font-size:1.1em;
	display:inline-block;
}

.narrowPhotoAndCaption {
	width: 75%;
	margin: 0 auto;
}

.narrowNarrowPhotoAndCaption {
	width: 50%;
	margin: 0 auto;
	max-width: 400px;
	padding-bottom: 1em;
}

.narrowNarrowNarrowPhotoAndCaption {
	width: 40%;
	margin: 0 auto;
	max-width: 400px;
	padding-bottom: 1em;
}

@media (min-width: 1100px) {
	.narrowPhotoAndCaptionRight {
		float: right;
		padding-left: 3rem;
		padding-bottom: 1rem;
		padding-top: 2rem;
	}
}

@media (min-width: 1100px) {
	.narrowPhotoAndCaptionLeft {
		float: left;
		padding-right: 3rem;
		padding-bottom: 1rem;
		padding-top: 2rem;
	}
}

.narrowPhotoAndCaption img {
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}

.presentationInlineQuote {
    width: 85%;
    font-style: italic;
    background-color: rgb(181 225 241 / 18%);
    border-radius: 10px;
    padding: 5px 10px 10px 5px;
}

.custom_video_wrapper {
	width: 100%;
    margin: 0 auto;
}

.custom_video_caption {
	margin-top: -20px;
    font-size: 0.7em;
    text-align: center;
}

.json-code-formatting {
	display:inline-block;
	border:0px;
}
.json-code-formatting > code {
	text-decoration:none;
	display:inline-block;
}

.photography_notes {
	display:block;
	font-size:0.8em;
	padding: 1em;
	margin: 1em;
	background-color: rgba(182,188,189,0.1);
}

.gtschron_trackColorA {
	background-color: rgba(242, 44, 44, 0.4);
}

.gtschron_trackColorB {
	background-color: rgba(250, 5, 197, 0.4);
}

.gtschron_trackColorC {
	background-color: rgba(192, 44, 242, 0.4);
}

.gtschron_trackColorD {
	background-color: rgba(242, 123, 44, 0.4);
}

.gtschron_trackColorE {
	background-color: rgba(78, 158, 16, 0.4);
}

/* the below class is applied by the script at the bottom of main_page.jsp */
#gtschron_mainpage.small .gtschron_mainpage_header {
  background-image:none !important;
}


.article_quote_unquote {
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5;
	background-image:url(Graphics/LukeQuoteAvatar.png);
	background-size:75px;
	background-position: right 0px top 10px;
	background-repeat: no-repeat;
	margin-top:30px;
	position: relative;
	z-index:10;
	font-size: 0.8em !important;
}

.article_quote_unquote_right {
    border-left: 5px solid #bb4646;
}

@media (max-width:850px) {
	.article_quote_unquote_right {
		border-top: 1px solid #bb4646;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 30px;
		border-bottom: 1px solid #bb4646;
		box-sizing: border-box;
	}
}

.article_quote_unquote_center {
	float: none;
	width: 100%;
    border-left: 5px solid #bb4646;
	border-right: 5px solid #bb4646;
	margin-top: 10px;
}

.article_quote_unquote_no_luke {
	background-image: none;
}


.cayman_build_progression {
	background-color: #f3f3f3;
    padding: 1em;
    font-family: monospace;
    font-size: 0.65em;
    text-align: left;
    overflow-x: auto;
    max-width: 100%;
}