
body {
text-align: center;
background-image:   url(images/van-horn-design-logo.svg); 
background-repeat: no-repeat;
background-size: 50%;
background-position: -15% -20px;
font-size: 100%;
font-family: calibri, arial, verdana, sans-serif;
color: #666;
margin: 0;
}
#site, #foot {
	width: calc(100% - 2rem);
	max-width: 800px;
	/* background-image:  url(images/content-bg.gif); */
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255, .8);
	padding: 0 1rem 1rem 4rem;
	text-align: left;
	font-size: 1.4rem;
}

@media (max-width: 1400px) {
	#site, #foot {
		margin-left: auto;
		margin-right: 2rem;
	}
}
@media (max-width: 911px) {
	#site, #foot {
		padding: 0 1rem 1rem 1.5rem;
	}
}
#site img {
	border: none;
}
figure img {
	width:100%;
}
figure.quarter {
	width: 25%;
}
figure.half {
	width: 50%;
}
#masthead {

}
#main-nav {
	text-align: left;
}
#main-nav ul {
	margin: 15px 0 15px 0;
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	column-gap: .5rem;
	row-gap: .5rem;
}
#main-nav ul li {
		min-width: calc(25% - .5rem);
}

@media (max-width: 600px) {
	#main-nav ul li {
			min-width: calc(50% - .5rem);
			width: calc(50% - .5rem);
	}
}

#main-nav ul li a:link, #main-nav ul li a:visited {
	display:block;
	color: #fff;
	background-color: #333;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	text-align: left;
	padding: .5rem .5rem .25rem .5rem;
}

/* html #main-nav ul li a:link, #main-nav ul li a:visited {
	display: block;
	width: 169px;
}
*/
#main-nav ul li a:hover {
	color: #ddf;
	background-color: #666;
}


#content p, 
#content h2, 
#content ul, 
#content ol {
	letter-spacing: .03em;
	line-height: 1.35em;
}
h1.site-name, .site-name {
	font-size: 4rem;
    margin-top: 0;
    line-height: .9;
    padding: 1rem 0 0 0;
    margin-bottom: 2rem;
}
h2, h3, h4, p, ul, ol {
}
h1 {
	font-size: 2.5rem
}
h2 {
	font-size: 2.1rem
}
h3 {
	font-size: 1.7rem;
	color: #009933;
}
a {
	color: #00c;
}
a:hover {
	color: #c00;
}
a:active {
	color: #00c;
}
a:visited {
	color: #c0c;
}
blockquote.quote {
	max-width: 600px;
	margin: 4rem auto;
	font-size: 2rem;
	padding: 2rem;
}
.quote .quotation {
	font-style: italic;
}
.quote .quoter:before {
	display: inline-block;
	content: "- ";
}.quote .quoter {
	text-align: right;
}
#footer {
	margin: 30px 0 30px 15px;
	border-top: 1px dashed #999;
	text-align: center;
	}
#footer ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.2rem
	}
#footer ul li  {
	display: inline;
	}
#footer ul li a  {
	margin: 15px;
	}
#footer p {
	font-size: 1.2rem
	}
#breadcrumbs {
	margin-left: 0;
	padding-left: 0;
	font-size: 1rem;
	font-weight: bold;
	list-style: none;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
#breadcrumbs li {
	display: inline;
}
#breadcrumbs li a {
	font-weight: normal;
}
#portfolio, #logos {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 1rem;
}
#logos {
	column-gap: 3rem;
	row-gap: 3rem;
	justify-content: center;
}
#portfolio li, #logos li {
	padding: 0;
	margin: 0;	
}
#portfolio li a:link, #portfolio li a:visited  {
	display: block;
	width: 90px;
	height: 90px;
	border: 2px solid #ddd;
	margin: 0;
}
#portfolio li a:hover  {
	border: 2px solid #f00;
}
#logos li {
	max-width: 250px;
	width: 250px;
}
#logos img {
	width: 100%;
	max-width: 250px;
	height: auto;
}
.copyright {
position: sticky;
text-align: center;
bottom: 1rem;
font-size: 1rem;
}
#login-box {
	background-color: rgba(0, 0, 0, 0);
	padding: .5rem 1rem;
	width: 100%;
	max-width: 400px;
	margin: 3rem auto;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .5);
}
#login-box ul {
	list-style: none;
	margin:0;
	padding: 0;
	text-align: left;
}
#login-box ul li {
	margin-bottom: 1rem;
}
#login-box label {
	display:block;
	color: #000;
	font-size: 1.2rem;
}
#login-box input{
	width: calc(100% - 1rem);
	font-size: 1.2rem;
	border: 1px solid rgba(25, 25, 200, .5);
}
#login-box input[type=submit]{
	width: auto;
	font-size: 1.2rem;
	padding: .5rem 1.3rem;
	color: #ffffff;
	background-color: #009900;
	font-weight: bold;
	border: none;
	border-radius: 1rem;
	border-bottom-left-radius: 0;
}
.video-gallery video {
	display: block;
	margin-top: .5rem;
	margin-bottom: 1rem;
	width: 100%;
}

	.two-col {
		columns: 2;
	}
@media (max-width: 900px) {
	figure.quarter {
		width: 33%;
	}
	figure.half {
		width: 75%;
	}
}
@media (max-width: 600px) {
	.two-col {
		columns: 1;
	}
	figure.quarter {
		width: 50%;
	}
	figure.half {
		width: 98%;
	}
}
#content li {
	margin-bottom: 1rem;
}
