/* 27OCT25 */

@import url("/fonts/open-sans/Open-Sans.css");
@import url("/fonts/fonts.css");

body
{
	background-color: black;
	color: white;
	font-family: "open sans", open-sans, helvetica, arial, tahoma, serif;
	letter-spacing: .07em;
	margin: 0% 5% 0% 5%;
	text-align: center;
}

nav
{
	display: block;
	clear: both;
}

video#barangerHome
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3
{
	font-family: "American Typewriter", palatino, "times new roman", serif;
	letter-spacing: .1em;
}

h1
{
	color: #eee;
	font-variant: small-caps;
}

h2, h3 { color: #bbb; }

h4
{
	color: #444;
	letter-spacing: .05em;
}

div.hyperlinkGroup
{
	margin-bottom: .5em;
	line-height: 120%;
}

div.hyperlinkGroup a { white-space: nowrap; }

a:link, a:visited
{
	color: lightblue;
	text-decoration: none;
}

a:hover
{
	color: aliceblue;
	text-decoration: underline;
	text-decoration-color: silver;
}

a:active
{
	color: dodgerblue;
	text-decoration: underline;
	text-decoration-color: orange;
}

div.container1
{
	background-color: black;
	border: none;
	display: block;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* Popup Page */
body#popup { }
body#popup article { }

/* Go Back to Previous Page */
div#return
{
	background-color: silver;
	border: medium solid navy;
	border-radius: 5px;
	font-family: "open sans", open-sans, helvetica, geneva, tahoma,sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding: .3em .5em .3em .5em;
	text-align: center;
	width: 40%;
}

div#return a { text-decoration: none; }

div#return a:link,
div#return a:visited
{
	color: navy;
	background-color: silver;
}

div#return a:hover
{
	color: darkgreen;
	background-color: silver;
}

div#return a:active
{
	color: lime;
	background-color: mintcream;
}

@media only screen and (max-width: 480px)
{
	h1 { font-size: x-large; }
	h2, h3 { font-size: smaller; }
	h4 { line-height: 150%; }
	div.hyperlinkGroup { line-height: 160%; }
	
	div.container1
	{
		width: 90%;
		height: 250px;
		border: thin solid silver;
	}
	
	video#barangerHome { width: 95%; }
	div#sundry { display: none; }
}

/* Prevents slides from flashing
    #slides {
	display: none;
	}

    Makes the list of photos disappear 
 div.container1 ul {
	display: none;
	}
*/