@charset "utf-8";

/*

		Style sheet of Robert Randich's website.
		Author: Alex Murphy
		Date:   10/12/22

		Filename: RR_styles.css

*/

html {
	/* background-color: rgba(97, 46, 138, 1); /* HC Color */
	/* background-color: rgb(62, 116, 162); */ /* UNH Color */
	font-family: Georgia, serif; 
	background: rgb(185, 217, 235);
}

article, footer, hr  {
	background-color: white;
	font-size: 1.2em;
	line-height: 1.3em; /* Overrides style sheet of 1em height */
}

article {
	padding-top: 0.7em;
}

h1 {
	font-size: 1em;
}

p, ol {
	padding: 0em 1em 0em 1em;
}

ol {
	margin-top: 0.7em;
	margin-left: 40px;
	margin-right: 40px;
}

ol > li::marker {
	font-weight: bold;
}

ol.essay > li {
	padding-bottom: 0.7em;
}

ol#contents {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	border: 2px solid blue;
	color: black;
	background-color: rgb(225, 225, 255);
}

footer {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

.row {
	display: flex;
}

.column {
	text-align: center;
	flex: 50%;
	padding: 10px;	
}

.column p {
	text-indent: 40px;
	text-align: justify;
}

img[id^="Letter"] {
	width: 100%;
	max-width: 700px;
}

.big-image {
	/* display: flex; */
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

.big-image > img {	
	/* object-fit: contain; */
	/* max-width: 50%; */
	max-width: 70%;
}

.underline-smallcaps {
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
	padding-bottom: 0.7em;
}

.essay {
	max-width: 1000px;
	padding-bottom: 0.7em;
	text-align: justify;
}

article > ul {
	list-style: none;
	margin-left: 40px;
	margin-right: 40px;
	
}

.big-image img {
	border: 7px solid rgb(45, 42, 98); /* navy blue */
	margin-bottom: 1.7em;
}

.video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 1em;
}

@media screen and (max-width: 1000px) {	
	article > img#Head {
		display: block;
		margin-left: auto;	
		margin-right: auto;
		background-color: rgb(45, 42, 98); /* navy blue */
		margin-bottom: 1em;
		filter: saturate(1.2); /* consider saturation */
		background-size: cover;
		width: 100%;
	}
	
	article >img#BulletPts {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-color: rgb(45, 42, 98); /* navy blue */
		margin-bottom: 1em;
		max-height: 700px;
		background-size: cover;
		width: 100%;
	}
	
	.row {
		display: block;
	}

	body {
		width: 100%;
	}
	
	.Navigation a {
		font-size: 1.4em;
	}
	
	li#here {
		font-size: 1.4em;
	}
	
	.Navigation li {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
	}
	
	article{
		width: 100%;
	}

	img#Fundraiser, img#Mailer1, img#Mailer2, img#RareReminderImage {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.pic {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.big-image {
		display: block;
		text-align: center;
		padding: 0;
	}

	.big-image > img {
		max-width: 80%;
	}
}

@media screen and (min-width: 1000px) {
	article > img#Head {
		float: left;
		margin-left: 7%;
		background-color: rgb(45, 42, 98); /* navy blue */
		margin-bottom: 1em;
		filter: saturate(1.2); /* consider saturation */
		padding: 7px;
		height: 700px;
		
		background-size: cover;
	}
	
	article >img#BulletPts {
		float: right;
		margin-right: 7%;
		background-color: rgb(45, 42, 98); /* navy blue */
		margin-bottom: 1em;
		padding: 7px;
		height: 700px;
		background-size: cover;
	}

	article {
		width: 100%; /* Encompasses article, footer */
		margin: auto;
		-moz-box-shadow: black 0px 0px 20px;
		-webkit-box-shadow: black 0px 0px 20px;
		box-shadow: black 0px 0px 20px;
	}
	
	.Navigation a {
		font-size: 2em;
	}
	
	li#here {
		font-size: 2em;
	}
	
	.Navigation li {
		flex: 1 1 25%;
		-webkit-flex: 1 1 25%;
	}
	
	div#home {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	img#Fundraiser, img#Mailer1, img#Mailer2, img#RareReminderImage {
		padding-left: 15%; 
		padding-right: 15%;
		width: 100%;
	}

	.pic {
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.column p {
		padding-left: 15%;
		padding-right: 15%;
	}
	
	.big-image img {
		max-height: 30vw
	}
}


.Navigation {
	-moz-box-shadow: black 0px 0px 20px;
	-webkit-box-shadow: black 0px 0px 20px;
	box-shadow: black 0px 0px 20px;
}

.Navigation a {
	display: block; /* makes the hyperlink into a block covering the whole element */
	text-decoration: none;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: rgb(45, 42, 98); /* navy blue */
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

.Navigation a:hover {
	/*background-color: rgb(150, 150, 150);*/
	background: linear-gradient(rgb(85, 85, 85), rgb(185, 185, 185), rgb(85, 85, 85));
}

.Navigation li {
	/*background-color: rgb(210, 210, 210);*/
	background: linear-gradient(rgb(155, 155, 155), white, rgb(155, 155, 155));
	text-align: center;
}

.Navigation ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

}

li#here {
	background: rgb(45, 42, 98);
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	/* font-size: 1.50vmax; */
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: rgb(247, 247, 247); /* very close to white */
}

footer {
	display: block;
	text-align: center;
	/*background: linear-gradient(to left, rgb(45, 42, 98), white 20%, white 50%, white 80%, rgb(45, 42, 98));*/
	background: rgb(45, 42, 98);
	color: rgb(247, 247, 247); /* very close to white */
}

hr {
	padding-bottom: 1em;
	/* border-bottom: 1px solid black;  /* 1px thick line */
}

/* * {
	outline: 1px solid red;
} */
