
body{
    max-width: 100%;
    margin: 0;
    background-color: #b0a9a0;
    font-family: futura;

}



.Container{
  background-image: url("/Images/background.jpg");

  height:40em;


}

.cont{
  background-color: white;
  margin: 2em 5em 0 5em;
  height:100em;


}


.header{
  background-color: black;
  height: 4.15em;
  width: 100%;
}

.row{
  width:100%;
  max-width: 100%;
  font-size: 1em;
 

}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}
.dropbtn {
  background: none;
  color: white;

  padding: 1em;
  font-size: 1em;
  border: none;
  width:160px;
  max-width:160px;
  float:left;
  margin-left:5em;
  margin-top:1em;
}
.drpcont {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: center;
  z-index: 1;

}

.drpcont a {
  color: black;
  padding: 1em 1em;
  text-decoration: none;
  display: block;
}


.drpcont a:hover {
  background-color: #ddd;
}


.dropdown:hover .dropdown-content{
  display: block;
  margin-left: 17em;
  margin-top: 4.15em;
}
.dropdown:hover .dropdown-content2{
  display: block;
  margin-left: 32.9em;
  margin-top: 4.15em;
}
.dropdown:hover .dropdown-content3{
  display: block;
  margin-left: 47.9em;
  margin-top: 4.15em;
}
.dropdown:hover .dropdown-content4{
  display: block;
  margin-left: 63em;
  margin-top: 4.15em;
}

.dropdown:hover .dropbtn {
  background-color: black;
  opacity: .5;
}


.Profile{
  color: white;
  text-decoration: none;
  float: right;
  width:100%;
  max-width: 4em;
  font-size: 1em;
  margin-top: 1em;
  padding: 1em;

  
}

h2{
  float:left;
  margin-left:1em;
  margin-top:1em;
  
}

h2 a{
  color: white;
  text-decoration: none;
  background: none;
}

.leftTop{
  width:100%;
  max-width: 40%;
  color: white;
  margin: 8em;

}

.search{
 display: block;
 margin-left: 10%;
 margin-top: -5%;
 padding-bottom: 6em;
}

.submit{
  margin-left: 10em;
  cursor: pointer;
  padding: 1em 5em;
  font-size: 1.2em;
  border: none;
}

.submit:hover{
  background-color: gray;
}

.Middle{
  background-color: white;
  padding: 5em;
  margin:-2em 5em 5em;

  position: absolute;
}
.Middle p{
margin-top: 3em;
}

#aboutTop{
  background-image: url("aboutphoto.jpeg");
  height: 20em;
  width: 100%;
  text-align: center;
}

#aboutTop h2{
  font-size: 4em;
  margin:1.5em 0em 0em 8.5em;

}

 #myVideo{
  width:100%;
  height:10em; 

}
/*
@keyframes ring{
  from{
    transform: rotate(0deg)
  }
  to{
    transform: rotate(90deg)
  }
}

.ring{
  width:50px;
  height:50px;
  border-radius: 50%;
  animation-name: ring;
  position: absolute;
}
*/