html {
  font-family: sans-serif;
  color: turquoise;
}
body {
	background-color: white;
	background-image: url("../images/orchid4.png");
	background-repeat: scroll;
}
a{
   color: turquoise
}
.footer{
  border-top: double 5px black
  background-color: lightgrey;
  font: 125%/1.5;
  width: auto;
  height: 30px;
  text-align: center; 
}
.div1{
   border-bottom: double 25px black;
}
.div2{
   border-bottom: double 25px black;
}
.midDiv{
  clear:both;
  font: 125%/1.5;
  width: auto;
  text-align: center; 
  position: relative;
  border-bottom: double 25px black;
  padding-bottom: 50px;
}
.contact1{
  border: 25px solid black;
  background: black;
  width: 50em;
}
.contact2{
  border: 25px solid black;
  background: grey;
  width: 30em;
}
.container{
  border: 25px solid black;
}
.videoframe{
        border: 25px solid black;
	background: black;
	background-clip: padding-box;
	box-shadow: 0 0 0 5px crimson;
	padding: 2em;
	margin: 1em auto 0;
	font: 125%/1.5;
        text-align: center; 
}

nav {
  background-color: black;
  border-bottom: double 5px #8e8e8e;
  font: 125%/1.5;
  width: auto;
  height: 8em; 
  text-align: center; 
  position: relative;
}
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    width: 10.2vm;
}
  nav li {
    display: inline-block;
    padding: 2em; }
  nav a {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    line-height: 10px;
    color: turquoise;
}



