#mySidenav>.active {
    color: #008080;
}
#title {
    font-size: 60px;
    font-family: Arial Black, Charcoal, Serif;
}
/* Create a Parallax Effect */
.bgimg-1{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}