body { 

background-color: #fff;
 
font-family: verdana;
font-size: 100%;
color: #990066;
}

body0 {background-image: url(forwebsite2-200.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top left; }

A:link, A:visited {text-decoration: none; color: #cc3399;}
A:active, A:hover {text-decoration: none; color: #0099ff;}


img {border: none; margin: 4px;}

#menu {
height: 100px;
margin-top:0px;
margin-right: 180px;
font-variant: small-caps;
font-weight: bold;
color: #990066;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
float: right;
}


#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
width: 120px;
}

#menu li a {
  text-align: center;
  text-decoration: none;
display: block;
color: #000;
}

#menu li a:hover {
   opacity: 0.2;
}



#menu_vert {
width: 180px;
margin-top:10px;
font-variant: small-caps;
font-weight: bold;
font-size: 17px;
color: #990066;
border-width:5px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19);
display: block;
}


#menu_vert ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
background-color: #fff;
font-family:palatino;

}

#menu_vert li {
  display:block;
}

#menu_vert li a {
height:25px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
font-weight:bold;
font-size:20px;
border-width:5px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19);
display: block;
color: #000;
}

#menu_vert li a:hover {font-style:italic; background-color:#d5d5d5;}


#content { 
height: 85%;
position: absolute; left: 0px; top: 100px;
margin-left: 250px;
padding: 0px 20px 10px 10px;
color: #000;
font-size: 14px;
line-height: 1.5;
overflow-y:scroll;  
background-color: #fff;
}


h1, h2, h3, h5 {
font-family: Trebuchet MS;
color: #b30086;
font-weight: bolder;
font-variant: small-caps;
font-style: italic;
line-height: 1.5;
} 

#content h1 {font-size: 200%;}
#content h2 {font-size: 160%;}
#content h3 {font-size: 120%;}
#content UL {list-style-type:circle; margin-left: 1em;}

#content h5 {font-size: 160%; text-align: center;
border-bottom: 5px solid #fff; border-right: 5px solid #fff;margin-right:150px;
-moz-box-shadow: 2px 8px 8px -7px #000;
	-webkit-box-shadow: 2px 8px 8px -7px #000;
	box-shadow: 2px 8px 8px -7px #000;}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.indent {
	margin-left: 50px;
	margin-top: 7px; margin-bottom: 14px;
}

.myButton {
	border:5px solid #e6e6e6;
	border-radius:43px;
	display:inline-block;
	width: 300px;
	height: 70px;
	cursor:pointer;
	color:#000000;
	font-family: verdana;
	font-size:14px;
	padding:10px 10px 1px;
	text-decoration:none;
	text-align: center;
	margin:6px 10px;
	float: left;
	cursor: pointer;
	transition: 0.5s;
	
}
.myButton:hover {
	
	border: 5px solid #e6e6e6;
	text-style: italic;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.24), 0 17px 30px 0 rgba(0,0,0,0.19);
}


.myButton:visited {
color:#000000;
}


.myButton:link {
color:#000000;
}



.myButton0 {
	border:3px solid #f5f5f5;
	background: #f5f5f5;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
        -moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	border-radius:23px;
	display:inline-block;
	width: 250px;
	height: 70px;
	cursor:pointer;
	color:#000000;
	font-size:14px;
	padding:7px 14px;
	text-decoration:none;
	text-align: center;
	margin:4px;
	float: left;
	
}
.myButton0:hover {
	background-color:#c0c0c0;
	border: 3px solid #c0c0c0;
        -moz-box-shadow: 0px #899599;
	-webkit-box-shadow: 0px 0px #899599;
	box-shadow: 0px 0px #899599;

}



.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 700px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}


div.box {
	border:3px solid #f5f5f5;
	background: #fff;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
        -moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	border-radius:23px;
	margin-right:150px;
	display:inline-block;
	color:#000000;
	font-family: verdana;
	font-size:14px;
	padding:7px 14px;
	text-decoration:none;
}

div.box ul {
list-style-position: outside;
}

div.card {
  width: 250px; height: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}


div.header {
  background-color: #f5f5f5;
  color: purple;
  padding: 4px;
  font-size: 14px;
height: 50px;
}

div.polaroid {
  width: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}


div.polaroid2 {
  background: #fff;
  width: 180px;
  text-align: center;
}

div.polaroid2 h1 {
	font-size: 32px;
	font-style: none;
}

div.polaroid2 h3 {
	font-size: 150%;
	font-style: none;
	color: #fff;
	line-height: 100px;
        -moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	border:3px solid #000;
	background-color:#660033;
}

div.container {
font-family: verdana;
padding: 4px;
color: #000000;
}