
.nav-link{
      font-family: "Quicksand", sans-serif;
      font-size: 150%;
      color: white;
      margin-right: 10px;
}

.nav-link:hover{
      color: #0066ff;
}

.nav-link.active{
    background-color:#0066ff !important;
    color: white !important;
    border-radius: 15px;
    padding-left: 20px;
}


footer {
    padding: 25px 0;
    text-align: center;
    background-color: black;
}

footer span.copyright {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
    color: white;
}

footer ul.quicklinks {
    margin-bottom: 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}



#header{
  margin-top: 100px;
  text-align:center;
}


#docs{
  width:100px;
  margin:auto;
}
iframe{
  width:100%;
  height:900px;
}