/*

Student: Rhys Lewis
Version: 1.0

*/

body {
  height: 1280px;
  margin: 0;
  font-family: courier;
  background-color: #f5f5f5;
}

nav {
  display: inline-block;
  position: fixed;
  top: 0;
  height: 3%;
  width: 7.5%;
  min-width: 160px;
  left: 45%;
  font-size: 1em;
  font-family: courier;
  background-color: transparent;
  z-index: 1;
}

.dropbtn {
  font-family: courier;
  font-weight: bold;
  background-color: black;
  color: white;
  font-size: 20px;
  border: none;
  height: 100%;
  width: 100%;
  right: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  width: 100%;
  top: 0;
  white-space: nowrap;
  z-index: 1;
  align-items: left;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 10px;
}

.dropdown-content a  {
  color: white;
  text-decoration: none;
  display: block;
  width: inherit;
  text-align: left;
  font-size: 20px;
  border: 0;
  padding: 3%;
}

.dropdown-content a:hover {color: #FE5722;}

header, content {
  width: 70%;
  margin-left: 15%;
}

header {
  background-color: black;
  height: 40%;
  background-size: cover;
  background-image: url("../images/references_header.jpg");
  color: #FE5722;
  display: table;
}

.spanContainer {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

span {
  display: inline;
  background-color: white;
  color: #FE5722;
  font-size: 4em;
  padding: 0;
  margin: 0;
}


main {
  display: flex;
  flex-direction: column;
  top: 50%;
  width: 70%;
  margin-left: 15%;
  padding: 0;
}

footer {
  width: 100%;
  height: 2%;
  left: 0;
  background-color: black;
  color: white;
  text-align: center;
}

ul {
  list-style: none;
  padding-left: 0;
  text-align: justify;
}

li {
  margin-bottom: 2.5%;

}

li:target {
  background-color: #FE5722;
  color: white;
}

.referenceLinks {
  display: block;
  color: white;
  font-size: 10px;
  background-color: black;
  text-align: center;
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 70%;
  margin-left: 15%;
}
.referenceLinks:hover {color: #FE5722;}
