body {
  background-color: WhiteSmoke;
  background-image: url("bookshelf.jpeg");
  background-size: cover;
  Height: 100vh;
  background-position: center;
  margin:0;
  Z-index: 2;
  font-family:Garmond;
  Font-size: 13pt;
  
}


.menu {
  Position: fixed;
  Width:100%;
  background-color: lightgrey;
  Z-index:10;
  Opacity: .9;
}

.menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  
}

.menu  li {
  float: left;
  margin: 0px 10px 0px 10px;
}

.menu  li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu  li a:hover {
  background-color: #999;
}





.landingpic {
  Background-image: url("board1.jpeg");
  Background-size: cover;
  position: center;
  Z-index: 5;
  text-align: center;
  Height: 100vh;
  Color: white;
  Opacity: .25;

}

.centered {
  position: absolute;
  text-align: right;
  top: 35%;
  left: 70%;
  transform: translate(-25%, -0%);
  Z-index:11;
}


.arrowed {
  Position: absolute;
  Top: 80vh;
  Left: 50%;
  transform: translate(-25%, -0%);
  Z-index:3;
  Font-size: 100px;
}

.arrowed a {
  Text-decoration: none;
  Color: yellow;

}

.arrowed a:hover {
  Text-decoration: bold;
  Font-size: 110px;
  Color: #CCCC00;
}




.maincontainer {
  Height: 100vh;
  color: yellow;
  position: center;
  text-align: center;
  text-shadow: 2px 1px #999900;
  Z-index: 5;
}

.research {
  Background-color: WhiteSmoke;
  Padding: 1em;
  Z-index: 10;
  Letter-spacing: .25px;
}




.research a {
  Text-decoration: none;
  Color: darkslategray;
}

.research I {
  Text-decoration: none;
  Color: darkslategray;
}


.research a:hover {
  Text-decoration: underline;
}


.research ul {
  list-style-type:square;
}

.research ul li {
  Padding-bottom: 7px;
}









@media screen and (min-width: 550px) {
.auxmenu {
  	Display: none;
	}
}






@media screen and (max-width: 549px) {
Td
  {
    display: block;
    Width: 100%;
  }
.menu li {
    Display: none; 
}

.auxmenu {
    Display: show;
}

.arrowed {
    Top: 57vh;
}

.landingpic {
    height: 75vh;
}

.maincontainer {
  Height: 75vh;
  color: yellow;
  position: center;
  text-align: center;
  text-shadow: 2px 1px #999900;
  Z-index: 5;
}

.centered {
  position: absolute;
  text-align: right;
  top: 15%;
  left: 70%;
  Color: white;
  transform: translate(-25%, -0%);
  Z-index:2;
}

}




@media all and (min-width: 550px) {
.menu {
    Display: show; 
}

.auxmenu {
    Display: none;
}
}









.auxmenu {
  Position: fixed;
  Width:100%;
  Background-color: #333;
  Z-index:4;
  Opacity: .9;
}

.auxmenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.auxmenu  li {
  Padding: 5px;
  margin: 0px 0px 0px 10px;
}

.auxmenu  li a {
  Width:100%;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}

.auxmenu  li a:hover {
  background-color: #999;
}


.dropbtn {
  background-color: #333;
  color: white;
  padding: 0px;
  font-size: 30px;
  border: none;
  cursor: pointer;
  Width: 100%;
}

.dropbtn:hover {
  Color:red;
}

.dropdown {
  display: inline-block;
}

.dropdownmenu {
  Margin: 10px 10px 10px 10px;
  Background-color: white;
  text-align: left;
  Display: none;
  Padding: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  Font-size: 15pt;
}





.show {display: block;}




