﻿@media screen and (min-width: 320px) {
    body {font-size: 80px; }
  }


@media screen and (max-width: 600px) {
    body {font-size: 30px;}
  }
        
@media screen and (min-width: 320px) {
    main-content {font-size: 80px; }
  }


@media screen and (max-width: 600px) {
    main-content {font-size: 30px;}
  }

@media screen and (min-width: 320px) {
    masthead {font-size: 80px; }
  }


@media screen and (max-width: 600px) {
    masthead {font-size: 30px;}
  }


body {
	margin: 10px auto 10px auto;
	font-family: "Georgia";
	font-style: italic;
	text-align: center;
}
#container {
	font-family: "Georgia";
	margin: 10px auto 10px auto;
	width: 100%;
	text-align: center;
	background-image:
}
	 
#masthead {
	width: 80%;
	height: 210px;
	
	word-spacing: normal;
	letter-spacing: 5px;
	margin-top: 8px;
	font-weight: normal;
	
}


	 
#main-content {
	margin: 5px auto 5px auto;
	text-align: center;
	z-index: 1;
	color:#371C00;
	width: 100%;
}
	h1 {
	text-align: center;
	font-family: Georgia;
	font-size: 48px;
	font-style: italic;
	color:#371C00;
	margin: 8px auto 8px auto;
}
h2 {
	text-align: center;
	font-family: Georgia;
	font-size: 30px;
	font-style: italic;
	color:#371C00;
	margin-top: -40px;
	margin: 1px auto 1px auto;
}
h3{
	margin: 5px auto 0 auto;
	text-align: center;
	font-family: Georgia;
	font-size: 22px;
	color: #371C00;
	font-weight:bold;
	width: 95%;
	margin-top:10pt;
}
	
.topnav {
	font-size: 16pt;
	font-family: Georgia;
	font-style: italic;
	color:#006666;
	margin-top: 1px;
	font-weight:bold;
}

	
	
	h4{
	text-align: center;
	font-family: Georgia;
	font-size: 20px;
	margin-top: 5px;
	color:#371C00;
	font-weight: normal;
	margin: 10px auto 10px auto;

}

	.style1 {
	border-style: solid;
	border-width: 4px;
	color:#371C00;
	margin-top: 25px;
	}
	
@media only screen and (min-width: 300px) {
 }
 
@media only screen and (min-width: 480px) {
 }

@media only screen and (min-width: 600px) {
 }

@media only screen and (min-width: 768px) {
 }

@media only screen and (min-width: 992px) {
 }

@media only screen and (min-width: 1382px) {
}

	

