/*  CSS file for Quicksilver Showpics, HTML5 version
William Y. Arms, January 2018 */

body {
		min-width: 370px;
} 

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

th, td {
		font-size: 16px;
		font-family: "Times New Roman", Times, serif;
} 

.section {
  padding:12px 10px 0 10px;
}

.section a:hover{
  	color: #800000;
	text-decoration : none;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navWrite {
   cursor:pointer 
}

.table-inset th {
	padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
	}
	
/* ----------------- Page header ------------------ */

.show-head {
	padding-top: 50px;
	height: 110px;
	}
	
.show-head h2 {
	margin-top:0;
	text-align:center;
	color:black;
	font-weight: bold;
	background-color:#edd9c4;
	padding-top:18px;
	padding-bottom: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:large;
	}

/* ------------- Navigation bar ---------------- */

.show-navigation {
	position: fixed;
	background-color: black;
	width:100%;
	height:50px;
	}
	
.show-navigation p {
	padding-top: 12px;
	margin: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight: 1000;
	white-space: nowrap;
}

.show-navigation a {
	color:white;
	text-decoration:none;
	}	

a.show-gray {
	color: #999;
	}	
	
/* ------------ Layout for thumbnail index pages ---- */

.thumb-index {
	text-align:center;
	}
	
.linkThumb {						/* Format for a single thumbnail image */
	display:inline-block;
	font-family:Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 5px solid white;
	width: 280px;
	height: 200px;
	vertical-align: middle;
	background-color:#f9f2eb;
	}
	
.linkThumb img {
	top:14px;
	padding-bottom: 20px;
	position:relative;
	max-height: 160px; 
	max-width: 90%;
}

.linkThumb a {
	text-decoration:none;
	color:#464c53;
	}
	
.linkThumb a:hover {
	color:#9198a1;	
	}

/*  ----------------  Page content  --------------- */

.show-maincontent {
	padding: 0px 5px 5px 5px;
	background-color:white;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}
	
@media screen and (max-width: 800px)              /* Page format for narrow screens */
{	
.show-maincontent p {
	padding-top: 5px;
	padding-left: 7%;
	padding-right:7%;
	color:black;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

.show-maincontent img {
  	padding-top: 5px;
	padding-bottom: 10px;
	max-width: 100%;
    max-height: 600px;
	display: block;
	margin-left: auto;
    margin-right: auto; 
	}
}

@media screen and (min-width: 800px) 				/* Page format for wide screens */
{	
.show-maincontent p {
	padding-top: 5px;
	width: 600px;
	color:black;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	display: block;
	margin-left: auto;
    margin-right: auto; 
}

.show-maincontent img {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 800px;
	max-height: 600px;
	object-fit: contain;
    display: block;
	margin-left: auto;
    margin-right: auto; 
	}
}

/* Formats for text pages */

.text-page p {
	padding-top: 5px;
	width: 90%;
	font-family: "Times New Roman", Times, serif;
	color:black;
	font-size:16px;	
}

.text-page a {
	text-decoration:none;
}

.text-panel h4 {
	padding-top: 5px;
	color: black;
}

.text-panel li {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;	
}
	
.clear-left {
	 clear: left;
}

@media screen and (min-width: 700px) 
{
	.text-page {
	padding-top: 5px;
	}
	
	.text-page h4 {
	padding-left: 50px;
	}
	
	.text-page img {
	padding-top: 10px;	
	padding-left: 50px;
	margin-right: 15px;
	width: 400px; 
	float:left;
	}
	
	.text-panel {
	padding-top: 10px;
	padding-left: 50px;
	margin-right: 15px;
	width: 90%;
	}
}

@media screen and (max-width: 700px)
{		
	.text-page {
	padding-top: 10px;
	padding-left: 0px;
	}
	
	.text-page img {
	padding-bottom: 15px;
	width: 400px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	}
	
	.text-panel {
	padding-left: 0px;
	margin-right: 15px;
	width: 90%;
	}
}

@media screen and (max-width: 450px) 
{
	.text-page {
	padding-top: 0px;
	}
	
	.text-page img {
	padding-bottom: 10px;
	width: 100%;
	}
	
	.text-panel {
	padding-left: 0px;
	margin-right: 15px;
	width: 90%;
	}
}

#boat-ref img {
	width: 200px;
}
