#back{
  position: absolute;
  top: 80px;
  left: 370px;
}
#forward{
  position: absolute;
  top: 80px;
  left: 1450px;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F3E7E9 0%, #E3EEFF 99%, #E3EEFF 100%);
  font-family: Lato, sans-serif;
  font-size: 18px;
}
ol{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  color: black;
}
ul li{
  font-family: Lato, sans-serif;
  font-size: 18px;
  list-style-type: disc;
}
ol li{
  font-family: Lato,sans-serif;
  font-size: 18px;
  float: right;
  display:inline;
}
li div{
  width: 180px;
  height: 36px;
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  justify-content: center;
  align-items:center;
}


#active{
  background-color: #F3E7E9;
}
li a#switch:hover {
  background-color: white;
}


li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  height: 28px;
  width:180px;
  padding: 18px 10px;
  text-decoration: none;
  justify-content: center;
}

li a:hover, .dropdown:hover .dropbtn:hover {
  background-color: #E3EEFF;
}

li.dropdown {
  display: inline-block;
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #F3E7E9;
  width: 200px;
  height: 168px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 14px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  z-index: 2;
}

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

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 2;
}


#homeButton{
  float: left;
  height: 28px;
  width: 220px;
  text-align: center;
}
#settings{
  float: right;
  height: 28px;
  width: 28px;
}


.middle_content {
  top: 200px;
  height: 100%;
  margin-top: 100px;
  font-size: 36px;
  width: 700px;
  font-family: Lato, sans-serif;
  padding: 100px 230px;
  background-color: white;
  z-index: -1;

}

.btn-group{
  top: 200px;
  left: 900px;
  z-index: 1;
}
.btn-group button{
  text-decoration: none;
  border-color: black;
  background-color: #EA14C8;
  color: #000;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  margin-top: 40px;

}
.btn-group button:hover{
  background-color: #f1f1f1;
}

#video {
  position: absolute;
  left: 464px;
  top: 200px;
  z-index: -1;
}

ul.breadcrumb {
  position:absolute;
  left:0;
  top: 50px;
  padding: 6px 10px;
  list-style: none;
  width: auto;
  background-color: transparent;
  z-index: 1;
}

/* Display list items side by side */
ul.breadcrumb li {
  float: left;
  font-family: Lato sans-serif;
  display: inline;
  font-size: 16px;
  color: black;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: black;
  text-decoration: underline;
  width: auto;
  padding:0 0 0 0;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  background:transparent;
  color: #01447e;
  text-decoration: underline;
}
