html {
	box-sizing: border-box;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; /* i like */
}
body {
	background-color: #99415b;
	background:  #99415b url(../images/homebg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 100%;
  	line-height: 1.4;
}

h3 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #666;
}

p, 
ul {
  	font-size: 0.875em; /* 14px/16=0.875em */
	text-align: left;
}

.textwhite {
  	font-size: 0.875em; 
	color: white;
}
p.bigsp {
	line-height: 1.5;
}

.indent25 {
	margin-left: 25px;
}

hr {
	border: none 0; 
	border-top: 1px dashed #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
} 

a {
	font-weight: bold;
	color: #99415b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.headerpic {
	text-align:center;
	width:100%;
}
img {
	max-width: 100%;
}
.picleftpad {
	float:left;
	padding-right: 10px;
	padding-top: 6px;
	max-width: 200px;
}

.picrightpad {
	float:right;
	padding-right: 10px;
	padding-top: 6px;
	max-width: 200px;
}

*, *:before, *:after {
	box-sizing: inherit;
}


.container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 4px;
	margin: 15px;
	justify-content: center;
	align-content: center;
}

.container > * {
	grid-column: 1 / span 12;
	padding: 16px;
	background-color: white;
	border: 2px solid black;
}

.container > .bottom {
	background-color: #99415b;
	border: none;
}

.container > .footer {
	color: #666;
	text-align: center;
}

.container-inner {
	display: grid;
	grid-template-columns: 55px auto;
}
.container-inner-item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 6px;
}


/* Add a black background color to the top navigation */

.topnavback {
  	background-color: black;
	padding: 0;
	border-bottom: 1px solid #fcd4a5;
}

.bottomback {
	padding: 4px;
}

.topnav {
	overflow: hidden;
	background-color: black;
	text-align: center;
}


.topnav a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 16px;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;    
	border: none;
	outline: none;
	color: white;
	padding: 10px 12px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown .dropbtnactive {
	font-size: 16px;    
	border: 1px dashed #999;
	outline: none;
	color: white;
	padding: 10px 12px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #e6e6e6;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 12px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover {
	background-color: #ddd;
	color: #333;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #666;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ccc;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.active {
	border: 1px dashed #999;
}


@media screen {
	.printpic {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.topnav a {
		display: none;
	}
	.dropdown {
		display: none;
	}
	.dropbtn {
		display: none;
	}
	.dropbtnactive {
		display: none;
	}
	.topnav a.icon {
		display: block;
  	}
}

@media screen and (max-width: 600px) {
  	.topnav.responsive .icon {
    		float: none;
    		display: block;
    		text-align: center;
  	}
  	.topnav.responsive a {
    		float: none;
    		display: block;
    		text-align: center;
  	}
  	.topnav.responsive .dropdown {
		display: block;
		float: none;
	}
  	.topnav.responsive .dropdown-content {
		position: relative;
	}
  	.topnav.responsive .dropdown {
    		display: block;
    		width: 100%;
    		text-align: center;
  	}
  	.topnav.responsive .dropbtn {
    		display: block;
    		width: 100%;
    		text-align: center;
  	}
  	.topnav.responsive .dropbtnactive {
    		display: block;
    		width: 100%;
    		text-align: center;
  	}

}

@media (min-width: 600px) {
	.container {
		margin: 15px 30px 15px 30px;
	}
	.container-inner {
		display: grid;
		grid-template-columns: 135px auto;
	}
	.topnav {
            display: flex;
            justify-content: space-around;
	}
}

@media (min-width: 1300px) {
	.container {
		grid-template-columns: repeat(12, 100px);
	}
	.topnav {
            margin-left: 125px;
            margin-right: 125px;
	}

}

@media (min-width: 1600px) {
	p, 
	ul {
  		font-size: 1em; /* 14px/16=0.875em */
	}
	.topnav {
            margin-left: 250px;
            margin-right: 250px;
	}

}

@media print {
	.headerpic,
	.bottom {
		display: none;
	}
	.topnavback,
	.topnav a {
		display: none;
	}
	.dropdown, 
	.dropbtn,
	.dropbtnactive {
		display: none;
	}
	.topnav a.icon {
		display: none;
  	}
	.container {
		margin: 10px;
	}
}




