@charset "UTF-8";
/* CSS3 - SongoftheSouth.net v5.0, Copyright (C) 2020 Christian E. Willis. */

/*---------------------------------------*\
    Body & Background Formatting
\*---------------------------------------*/

body {
	background-color: red;
	background-image: linear-gradient(red, yellow);
	background-repeat: repeat-x;
	background-attachment: fixed;
  }

/* Link formatting */
a:link {color: blue; text-decoration: none}      /* 1. unvisited link */
a:visited {color: blue; text-decoration: none}  /* 2. visited link */
a:hover { color: blue; text-decoration: underline }  /* 3. mouse over link */
a:active {color: blue; text-decoration: underline }  /* 4. selected link */

/* Anchor offset for fixed header */
.anchor {
  position: absolute;
  left: 0px;
  top: -80px;
}

/* Ordered & Unordered List formatting */
ol {columns: 2; column-gap:50px;}
ul {column-gap: 50px;}
li {margin-left: -20px;}

/*-------------------------------------------*\
    Header, Subheader & Main Nav Formatting
\*-------------------------------------------*/

header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 99;
	background-color:rgba(255, 255, 204, 1.0);
	box-shadow: 0px 3px 10px #444;
}

.subhead-title {
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	background-color:rgba(255, 255, 0, 0.8);
	box-shadow: 0px 3px 3px #444;
	padding:7px 7px 7px 12px;
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
	white-space: nowrap;
	z-index: -1;
}

header h1 {
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
	display: inline;
}

.subhead-title li {
	list-style-type: none;
	margin: -5px -10px 0 0;
	padding: 0;
	display: inline;
	vertical-align:text-bottom;
	white-space: nowrap;
}

.subhead-title li:after {
	content: "/\00a0";
	/*content: "\003E\00a0"; Greater than separator*/
	padding: 0px 7px 0px 7px;
}

.subhead-title li:last-child {
	font-weight: bold;
}
.subhead-title li:last-child:after {
    display: none;
}

header img {
	position: fixed;
	top: 7px;
	left: 10px;
	z-index:inherit;
}

.header_padding {
	visibility: hidden;
	line-height: 75px;
}

#menu-icon {
	display: none;
	width: 30px;
	height: 30px;
	background: url(https://www.songofthesouth.net/images/menu-icon.png) right;
}

.nav_main {
	float: right;
	list-style-type: none;
	text-align: right;
	margin: -5px -10px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align:text-bottom;
}

.nav_main li {
	display: inline-block;
	font-family: Verdana, Arial, "sans-serif";
	font-size: 16px;
	padding: 0 10px 0 25px;
	border-right: 2px solid #444;
	align-content: center;
}
.nav_main li:last-child { padding-right: 20px; }

nav li:last-child  { border: 0; }  /* remove the divider from the last nav item */

.nav_main_current {
  font-weight: bold;
}

/* Change nav to a hamburger menu if window is narrower than max-width below */
@media only screen and (max-width: 770px) {
	#menu-icon {
		display: inline-block;
		float: right;
		padding: 10px;
		margin-right: 10px;
		z-index: 100;
	}
	.nav_main ul, .nav_main:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #ffc;
		border: 1px solid #444;
		box-shadow: 0px 3px 10px #444;
		right: 0px;
		top: 25px;
		width: 50%;
	}
	.nav_main li {
		text-align: left;
		width: 330px;
		display:block;
		padding: 10px 0;
		border-right: none;
		margin: 0;
	}
	.nav_main:hover ul {
		display: block;
	}
}
/* Change breadcrumb trail to wrap to multiple lines on really small screens */
@media only screen and (max-width: 400px) {
	.subhead-title {
		white-space: normal;
		font-size: 12px;
	}
	header h1 {
		font-size: 12px;
		font-family: Verdana, Arial, "sans-serif";
		display: inline;
	}
}

/*------------------------------*\
    Grid System
\*------------------------------*/

.row, 
.column {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
    display: block;
}

.column + .column {
    margin-left: 1.6%;
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
}

.column-4 {
    width: 32.2666666667%;
}

.column-5 {
    width: 40.7333333333%;
}

.column-6 {
    width: 49.2%;
}

.column-7 {
    width: 57.6666666667%;
}

.column-8 {
    width: 66.1333333333%;
}

.column-9 {
    width: 74.6%;
}

.column-10 {
    width: 83.0666666667%;
}

.column-11 {
    width: 91.5333333333%;
}

.column-12 {
    width: 100%;
    margin-left: 0;
}

@media only screen and (max-width: 820px) {
    .column-1, 
    .column-2, 
    .column-3, 
    .column-4, 
    .column-5, 
    .column-6, 
    .column-7, 
    .column-8, 
    .column-9, 
    .column-10, 
    .column-11, 
    .column-12 {
        float: none;
        width: auto;
    }
  
    .column + .column {
        margin-left: 0;
    }
	.row + .row {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	ol,ul { columns: 1; }
	ol li { margin-left: -10px; }
}

/*------------------------------*\
    Grid System Styling
\*------------------------------*/

body {
    padding: 5px;
}

.column {
    background: #ffc;
    border: 1px solid #444;
    border-radius: 4px;
    color: #777;
    padding: 20px;
    min-height: 30px;
    text-align: center;
	box-shadow: 0px 3px 5px #444;
}

.row {
    margin-bottom: 20px;
}

.row:last-child {
    margin-bottom: 0;
}

.column .column {
    background: #fff;
	box-shadow: none;
}

/*.p {
  font-size: 14px;
  text-align: center;
  padding-top: 100px;
	line-height: 100px;
}*/

@media only screen and (max-width: 820px) {
    .row {
        margin-bottom: 0px;
    }
    .column {
        margin-bottom: 10px;
		padding: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0px;
    }
}

/*------------------------------*\
    Font Styles
\*------------------------------*/

.text_header {
	font-size: 18px;
	font-family: Verdana, Arial, "sans-serif";
	color: black;
	font-weight: bold;
	text-align: left;
}

.text_standard {
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
	color: black;
	text-align: left;
	line-height: 1.3;
}

.section_header {
	padding-top: 200px;
	font-size: 30px;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, "sans-serif";
	color: white;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 8px black;
}

.section_header_biographies {
	padding-top: 280px;
	font-size: 30px;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, "sans-serif";
	color: white;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 8px black;
}

.section_header_memorabilia {
	padding-top: 120px;
	font-size: 30px;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, "sans-serif";
	color: white;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 8px black;
}

.section_header_test {
	font-size: 30px;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, "sans-serif";
	color: white;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 8px black;
}

.section_description {
	font-size: 16px;
	font-family: Verdana, Arial, "sans-serif";
	color: black;
	text-align: left;
}

/*------------------------------*\
    Form Formatting
\*------------------------------*/

.form_field_label {
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
	font-weight: bold;
	color: black;
	text-align: right;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}

.form_field {
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid red;
	border-radius: 4px;
	background-color: #ffc;
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
}

.form_field_dropdown {
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid red;
	border-radius: 4px;
	background-color: #ffc;
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
	height: 40px;
}

/*
input[type=submit], input[type=reset] {
	background-color: red;
	border: none;
	color: white;
	padding: 10px 24px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-size: 15px;
	font-family: Verdana, Arial, "sans-serif";
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #444;
	-webkit-appearance: none;
} */

.button {
	color:#000; 
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid; 
	background-color: #FC6;
	border-radius: 5px;
	border-color: #696 #363 #363 #696;}
.button:hover:enabled {
	cursor:pointer;
	background-color:#FF0;
	box-shadow: 1px 1px 1px #000; }
.button:active:enabled {
	cursor:pointer;
	background-color:#F00;
	color:#FFF;
	box-shadow: 0px 0px 0px #000; }
.button:disabled {
	opacity: .5;
	cursor:default;
}

/*------------------------------*\
    Footer Formatting
\*------------------------------*/

footer {
	font-size: 12px;
	font-family: Verdana, Arial, "sans-serif";
	color: black;
	text-align: center;
}

.nav_footer {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	display: inline-block;
	vertical-align:text-bottom;
}

.nav_footer li {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px 0 25px;
  border-right: 2px solid #444;
  align-content: center;
  text-align: center;
}

.nav_footer a {
  text-decoration: none;
  color: blue;
}

.nav_footer a:hover {
  text-decoration: underline;
}

.nav_footer_current {
  font-weight: bold;
}

/*------------------------------*\
    Other Formatting
\*------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------------------*\
    Memorabilia Database Formatting
\*-----------------------------------*/

.memorabilia-list table {
  border: 1px solid #444;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

.memorabilia-list table caption {
  margin: .5em 0 .75em;
}

.memorabilia-list table tr {
  background-color: white;
  border: 2px solid #fc6;
  padding: .35em;
}

.memorabilia-list table th,
.memorabilia-list table td {
  padding: 5px;
  text-align: left;
}

.memorabilia-list table th {
  font-weight: bold;
  background-color: #fc6;
}

.memorabilia-thumbs {
	display: inline-block;
	width: 200px;
	height: auto;
	align-content: center;
	text-align: center;
	vertical-align: top;
	padding: 15px;
}

.memorabilia-thumbs-img {
	padding-bottom:10px;
	max-width:200px;
}
/* MEMORABILIA WANTED TEXT */
div.wanted { 
	font-size:24px; 
	font-weight:bolder; 
	font-family:Verdana, Geneva, sans-serif; 
	color:red;
    -ms-transform: rotate(-25deg); /* IE 9 */
   	-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
	position:relative;
	top:50px;
	left:-40px;
	margin-top:-20px;
	text-shadow: 3px 3px 2px #000000;
}
.wantedtext { color:red; font-weight:bold; }

@media screen and (max-width: 580px) {
 .memorabilia-list table {
    border: 0;
  }

 .memorabilia-list table caption {
    font-size: 1.3em;
  }
  
 .memorabilia-list table thead {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	background-color: black;
  }
	
  .memorabilia-list {
  background-color: #ffc;
  }

 .memorabilia-list table tr {
    border-bottom: 3px solid #444;
    display: block;
    margin-bottom: 5px;
  }
  
 .memorabilia-list table td {
    border-bottom: 1px solid #444;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
 .memorabilia-list table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
 .memorabilia-list table td:last-child {
    border-bottom: 0;
  }

  .memorabilia-thumbs {
	width: 100px;
	padding: 10px;
	font-size: 11px;
  }

  .memorabilia-thumbs-img {
	padding-bottom:10px;
	max-width:100px;
  }
}