
@-ms-viewport {
	width: device-width ;
}
@viewport {
	width: device-width ;
}


body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #ffcccc;	
	color: #000000;
	background-image: url('../images/mkg_rose_victorian_1.jpg'); 
	background-position: top left; 
	background-repeat: no-repeat;
	
}

p {
	font-size: 12pt;
	display: block;
	font-weight: 600;
	margin: 0.5em;
	color: #332246;
	line-height: 1.2em;
}

p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
}

h1 {
	font-size: 28pt;
	color: #8c007b;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-size: 20pt;
	font-weight: 600;
	color: #5b4c6c;
}

h3 {
	font-size: 14pt;
	font-weight: 600;
	color: #332246;
}



h4 {
	font-size:16pt;
	font-weight: bold;
	line-height: 1.4em;
}

h5 {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 2px;
}

a:link {text-decoration: none; font-weight: bold; color: #3e1717;}        
a:visited {text-decoration: none; color: #2b1717;}
a:hover {text-decoration: underline; color: #ff00ff;}
a:active {text-decoration: underline; color: #cb99cc;}


img {
	max-width:100%;
	height: auto;
	float: center;
	padding: 10px;
}
img.bullet {
	width: 100px;
	height: 6px;
	padding: 0px;
}

ol, ul, li {padding: 5px 20px;
font-weight: 600;}
ul {list-style-type: none;} 




/* ****** CONTAINER ****** */

div#container {
	/*background-color: rgba(255,255,255,0.0); */
      margin: auto;
	  max-width: 700px;
      width: 80%; 
	  margin-left: 10%;
	  } 
	  

/* ****** HEADER/FOOTER ****** */
div#header {
	width: 100%;
	background-color: rgba(255,255,255,0.0);
	
}
div#footer {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 2px;

}


#header p { 
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: left;
	color: ##2f0d59);
	}

#footer p {
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	color: ##2f0d59;
	line-height: 1.2em;
}

#footer img {
	margin: auto;
}

/* ****** NAVBAR ****** */
div#navbar {
	width: 100%;

	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar p {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 300;
	margin: 4px;
}  


/* ****** CONTENT ****** */	
div#content {

	margin: auto;
	max-width: 700px;

	width: 80%;
	padding: 5px 15%;
}
/*
#content p {
	font-size: 14pt;
}

#content p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
} */

div.top {
	margin-right: 5px;


}

div.top h2,
div.top h4 {
	font-family: Times, serif;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #8c007b;
	text-align: right;
	line-height: 1.2em;
}

/* ****** SEGMENTS IN PAGE ****** */
div#section {
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px; 
	border-top-style: solid;
	border-top-color: #725e77;
	border-top-width: 2px;	
	}




/* ****** NOTICE ****** */
div#notice {
border-width: 2px; 
border-style: solid;
padding: 1px;
margin: auto;
color: #fff;
border-color: #feb2b2;
background-color: #feb2b2;
width: 90%;
text-align: center;
}

#notice p {
	font-size: 10pt;
	font-weight: bold;
	color: #8c007b;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
	/* ****** MOBILE DIVS ****** */
@media only screen and (max-width: 754px) {
	div#container {
		float: none ;
		width:98%;
		background-color: rgba(255,204,204,0.7);
		margin: auto;
}		
		

	div#index {
		float: none ;
		margin: 2% ;
	}
	div#section {

		margin: 2%;
	}

	div#content {

		padding: 5px;
}
img {max-width: 95%;}
	}

