body {

	padding: 4px;
	font-family: "Roboto Slab", Georgia, Times, serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #666666
	color: #000000;
	background-color: #bcb3ac;
	/*background-color: #E0DFC2; light brown*/
	/*background-color: #9babc5; medium blue*/
	
}

/*.page {

	width: 90%;
	height: auto;
	margin: auto;
	padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
	margin-left: auto 
	margin-right: 5% 
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: #ffffff;
}*/

#page {
        margin: auto;
        padding: 20px;
		border: 5%;
		/*border-color: #9babc5;*/
		background-color: #ffffff;
       
    }

#page-desktop {
        width: 100%;
		margin: auto;
        padding: 20px;
		/*border: 5%;*/
		/*border-color: #9babc5;*/
		background-color: #ffffff;
       
    }

audio  {

	display: block;
	width: 200px; 
	margin-top: -20px;
	border-style: outset;
	border-color:#A0AACE;
	border-width: 2px;
	position: relative;
}

video	{

display: block;
	width: 200px; 
	margin-top: -20px;
	border-style: outset;
	border-color:#A0AACE;
	border-width: 2px;
	position: relative;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.xsmall {
  font-size: 10px; /* 62.5% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}

.xlarge {
	font-size: 24px; /* 150% of the baseline */
}	

/* unvisited link */
a:link {
    color: #2F517F;
}

/* visited link */
a:visited {
    /*color: #788FB8;*/
	color: #000000;
}

p.heading {
font-size:x-large;
text-align:center;
font-weight: bold;  
color: #000000
color: #416C97
}
#page .heading {
}
#page .heading {
}

.center {
	text-align: center
}



h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-top:-10px;
	font-size: 16px;
	font-weight: bold;
	
}


ul {
    list-style-type: none;
	width: 100%;
	margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: #FFFFFF;
    
}

li {
    float: left;
}

li a, .dropbtn {
    
    color:#FFFFFF;
	text-decoration: none;
	display:inline-block;
}

li a:hover, .dropdown:hover 

li.dropdown {
    display: block;
}

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

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

.dropdown-content a:hover {background-color: #d8d8d8}

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