/*** File: look.css ***/
body {
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: white;
	color: midnightblue;
}
h1, h2, h3, h4, h5, h6 {font-family: ‘Trebuchet MS’, Helvetica, sans-serif; font-weight: 700;}
h1 {font-size: 3.5ex;}
h2 {font-size: 3.0ex;}
h3 {font-size: 2.75ex;}
h4 {font-size: 2.5ex;}
h5 {font-size: 2.25ex;}
h6 {font-size: 2ex;}

p, ul, ol {font-family: ‘Bookman Old Style’, serif;}

/* container and block appearance */
.container-sky {
	background-color: powderblue;
}
.container-ground {
	background-color: green;
}
.figcaption {
	text-align: center;
	font-style: italic;
}

.blog-side {
	background-color: honeydew;
	border: thin solid dimgray;
}

/* Header and navigation formatting */
.banner-page {
}
.banner-tag {
	color: mediumblue;
	font-style: italic;
}
.icondiv {
	background-color: white;
}
.bar1, .bar2, .bar3 {
	background-color: midnightblue;
}
.navbar, nav a {
	background-color: white;
	color: midnightblue;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
}
.dropdown .dropbtn {
}
.navlogo {
}
.dropdown-content-box {
	background-color: white;
}
.dropdown .dropbtn.current, .current {
	font-style: italic;
	color: gray;
/*
	text-shadow: 1px 1px 0 dimgray;
*/
}
nav a:hover,
nav a:focus,
.navbar a:hover,
.navbar a:focus,
.dropbtn:hover,
.dropbtn:focus,
.dropdown:hover .dropbtn,
.dropdown:focus .dropbtn,
.dropdown-content a:hover
{
	background-color: aquamarine;
	color: black;
}

/* Footer classes */
.container-footer {
	background-color: azure;
	font-size: 1.5ex;
}
.fprint {
	font-size: 1.5ex;
}
