@charset "utf-8";

/*
FILE NAME: robert_schoch_style.css
*/


* {
	box-sizing: border-box;
	}

body {
	background-color: #fefbf4;
	font-family: 'Arial', sans-serif;
	padding: 0px;
	margin: 0px;
 	}
  
header {
	background-color: #000000;
	padding: 1px;
	}
	
img.banner_image {
	display: block;
 	width: 100%;
 	height: auto;
 	margin: 0px;
	padding: 0px;
	}


nav {
	background-color: #000000;
	padding: 1px;
	}


nav a {
	color: #fdecd5;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	}

nav a:hover {
	color: #dc652b;
	}


/*  Mini Nav Below  */



#mini_nav {
	display: none;
	background: #000;
	height: 45px;
	}

#mini_nav button {
	color: #fdecd5;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	background: none;
	border: none;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
	}

#mini_nav button:after {
	content: "‣";
	font-size: 30px;
	display: inline-block;
	transform: rotate(91deg);
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -2px;
	}


/*  Mini Nav Above  */



ul {
	list-style: none;
	}

li {
	display: inline-block;
	padding: 0px 20px 4px 0px;
	}

a {
	color: #dc652b;
	text-decoration: none;
	}

.welcome_area {	
	padding: 30px 40px 30px;
	}

.welcome_area.solo {	
	padding-bottom: 15px;
	}



/* HOMEPAGE CODE BELOW */




#promo_portal {
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 20px;
	width: 90%;
	max-width: 1100px;
	overflow: auto;
	}

.promo_box {
	width: 29%;
	float: left;
	padding: 2.5%;
	height: 390px;
	background-color: #e4d6c8;
	margin: 2%;
	box-shadow: 7px 9px 8px -1px rgba(0,0,0,0.16);
	}
		
.promo_box img {
	width: 100%;
	border: 1px solid black;
	}
	
.promo_box h2, 
.promo_box a {
	text-decoration: none;
	color: #dc652b;
	margin-top: 10px;
	margin-bottom: 8px;
	}

.promo_box p {
	margin: 0px;
	}



/* BASIC BOX CODE BELOW. */




#sub-page_content_wrapper {
	width: 85%;
	max-width: 1100px;
	margin: 0 auto;
	}

.basicbox {
	margin: 0 auto 50px;
	overflow: hidden;
	}
	
.basicboximage {
	float: right;
	width: 35%;
	padding: 0px;
	margin-top: 15px;
	}
	
.basicboximage img,
.basicboximage video,
.basicboximage iframe {
	width: 100%;
	border: 1px solid black;
	}

.basicboximage p {
	margin-top: 6px;
	max-width: 90%;
	color: #6d6d6d;
	}
	
.basicboxtext {
	width: 55%;
	float: left;
	}

.basicboxtext h2 {
	margin-top: 0px;
	}

.basicboximage.extra p {
	margin-bottom: 35px;
	}
	
/* This "extra" class, above, is for the column style pages; the p is for the captions beneath, 
particularly when sizing down to mobile devices -- see About, Oracul, and My Wife... */


.books .basicboximage {
	width: 30%;
	}

.books .basicboxtext h3 {
	font-weight: normal;
	}

.books .basicboxtext br {
	margin-bottom: 4px;
	}

/* ARTICLE-STYLE-PAGE CODE BELOW */



.article_style_page {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	}

.article_style_page h2 {
	margin-top: -10px;
	}
	
.article_style_page p {
	word-wrap: break-word;
	}

.article_style_page h3.article_section_break {
	margin-top: 40px;
	}
	
.article_style_page figure.medium {
	width: 325px;
	max-width: 100%;
	}

.article_style_page figure img {
	width: 100%;
	border: 1px solid black;
	}
	
.article_image_to_right {
	float: right;
	margin: 15px 0px 30px 50px;
	}
	
.article_image_to_left {
	float: left;
	margin: 15px 50px 30px 0px;
	}
.article_image_to_left figcaption,
.article_image_to_right figcaption {
	color: #6d6d6d;
	}

.article_image_to_left figcaption.stack,
.article_image_to_right figcaption.stack {
	margin-bottom: 40px;
	}

.article_image_to_center {
	width: 70%;
	margin: 35px auto;
	}
	
.article_image_to_center img {
	width: 100%;
	}
	
.article_image_to_center figcaption {
	text-align: center;
	color: #6d6d6d;
	}

.article_style_page .content_divider {
	margin-top: 60px;
	}


/* SITE_MAP_PAGE CODE BELOW */



.welcome_area_site_map {	
	padding: 30px 40px 10px;
	}

.site_map_page {
	max-width: 1100px;
	margin: 0 auto;
	}

.site_map_page h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.site_map_page p {
	margin-left: 25px;
	}

p.site_map_top {
	margin-top: 10px;
	}

p.site_map_last {
	margin-bottom: 35px;
	}

p.site_map_single {
	margin-top: 10px;
	margin-bottom: 35px;
	}


/* EXTRA BITS BELOW */




sup {
	font-size: 11px;
	}

sub {
	font-size: 11px;
	}
	
.intextlinks {
	color: #dc652b;
	text-decoration: none;
	}

.content_divider {
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
	font-weight: bold;
	text-align: center;
	width: 70%;
	clear: both;
	}

h4.endnotes {
	margin-top: 50px;
	}
	
p.endnotes {
	color: #6d6d6d;
	/* font-size: 13px; */
	}


/* BOTTOM-OF-THE-PAGE STUFF BELOW */



.back_to_top {
	clear: both;
	margin: 40px 0px 30px 0px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

.back_to_top a {
	color: #000000;
	}

.notes_to_visitors {
	clear: both;
	background-color: #e4d6c8;
	/* background-color: #c4baa6; this was a light version of Robert's green shirt */
	overflow: auto;
	text-align: center;
	border-top: 2px solid #000000; 
	border-bottom: 5px double #000000;
	margin-top: 40px;
	}
	
.notes_to_visitors p,
.notes_to_visitors h2 {
	width: 80%;
	margin: 30px auto;
	}

footer {
	clear: both;
	background-color: #000000;
	color: #ebdfc4;
	/* color: #fdecd5; */
	text-align: center;
	overflow: auto;
	}
	
footer p {
	width: 80%;
	margin: 45px auto;
	}



/* MOVILE DEVICE CODE BELOW */

	

@media (max-width: 900px) {
		
	.welcome_area {	
		padding: 20px 30px 30px;
		}
	
	.welcome_area h1,  
	.welcome_area p {
		text-align: left; 
		padding-bottom: 10px;
		}
		
	.welcome_area_site_map {	
		padding: 20px 30px 12px;
		}
	
	.promo_box {
		width: 45%;
		padding: 3%; 
		height: 400px;		}
	
	.notes_to_visitors h2, 
	.notes_to_visitors p {
		margin: 20px auto;
		}		
	}



@media (max-width: 700px) {	

	.basicboximage {
		float: none; 
		width: 70%; 
		text-align: center;
		margin: 0 auto 10px;
		}
		
	.basicboximage p {
		margin: 6px auto 0;
		}

	.basicboxtext { 
		width: 100%; 
		text-align: center;
		}
		
	.books .basicboximage {
		width: 60%;
		}
	
	.books .basicboximage img {
		width: 70%;
		}
		
	.books .basicboximage p {
		width: 100%;
		}
		
	.article_style_page figure {
		margin-left: auto;
		margin-right: auto;
		}
	
	.article_style_page figcaption {
		text-align: center;
		}
		
	.article_image_to_right {
		float: none;
		margin: 35px 0;
		}
		
	.article_image_to_left {
		float: none;
		margin: 35px 0;
		}

	.article_image_to_center {
		width: 85%;
		}
			
	.article_style_page h2,
	.article_style_page h3 {
		text-align: center;
		}
		
	.article_style_page p {
		text-align: justify;
		}
	
	.article_style_page figure:first-child {
		margin-top: -10px;
		}
	}



@media (max-width: 500px) {

/* Marin's Mini Nav */

	#mini_nav {
		display: block;
	}

	nav.invisible {
		display: none;
	}

	nav ul {
		margin: 0;
	}

	nav li {
	display: block;
	text-align: center;
	}

	nav a {
	display: block;
	width: 100%;
	height: 35px;
	font-size: 16px;
	}

/* End Mini Nav */


	#promo_portal {
		width: 80%;
		}
		
	.promo_box { 
		float: none; 
		width: 96%; 
		margin-left: 0; 
		margin-right: 0; 
		margin-bottom: 40px; 
		text-align: center;
/* 		height: 370px; */
		padding: 6%; 
		}

	.basicboximage { 
		float: none; 
		width: 80%;
		}
		
	.books .basicboximage img {
		width: 99%;
		}
		
	.basicboxtext {
		width: 100%; 
		text-align: center;
		}
		
	.basicboxtext p {
		text-align: center;
		}
		
	}



