.contact-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    top: 23px;
    right: 28px;
    width: 140px;
  }

#message{
    height: 150px;
}

.contact-form{
    display: none;
    position: fixed;
    top: 0;
    right: 28px;
    border: 3px solid lightslategray;
}

.contactContainer{
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

.contactContainer input[type=text], .contactContainer textarea{
    width: 87%;
    padding: 15px;
    margin: 5px 0 22px 0;
    background: #f1f1f1;
}

.contactContainer input[type=text]:focus, .contactContainer textarea:focus{
    background-color: #ddd;
    outline: none;
}

.contactContainer .submitBtn:hover, .cancelBtn:hover{
    opacity: 1;
}

.contactContainer .btn{
    width: 97%;
    padding: 5px;
    margin: 2px;
}

#canvas{
  display: inline-block;
  vertical-align: baseline;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .links {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #0b679c;
  color: white;
}

.topnav .icon {
  display: none;
}

.body{
  text-align: center;
}

.bottom-bar{
  text-align: center;
}

#mission{
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


  