.navbar a {
  font-size: 28px;
}

.navbar-dark {
  background-color: #ff00bf;
}

.nav-link {
  color: white !important;
}

body {
  font-family: 'Tahoma', sans-serif;
  top: 0px;
  color: #ff00bf;
  font-size: 20px;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

aside {
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-style: normal;
  background-color: transparent;
  font-size: 24px;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 10px; 
  border: none;
  outline: none;
  z-index:99;
  background-color: #00B0F0;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 24px;
}


/* FOOTER */
.panel-footer {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #ff00bf;
  border-top: 0;
  color: white;
  width: 100%;
  text-align:center;
  position: relative;
}
.panel-footer div.row {
  margin-bottom: 35px;
}
/* END FOOTER */



a.pptlinks:link {
  color: #ff00bf;
  background-color: transparent;
  text-decoration: none;
}

a.pptlinks:visited {
  color: #ff00bf;
  background-color: transparent;
  text-decoration: none;
}

a.pptlinks:hover {
  color:#ff00bf;
  background-color: transparent;
  text-decoration: underline;
}

a.pptlinks:active {
  color: #ff00bf;
  background-color: transparent;
  text-decoration: underline;
}

.homepagepic {
    width: 100%;
    height: 100%;
    margin-top: 150px;
}
