body {
    min-height: 100vh;
    margin: 0 auto;
}

#topbar {
    height: 40px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}



li{
  list-style-type: none;
  margin: 0 2vw;
  padding: 1vw;
  font-size: .7vw;
  text-align:center;
}

ul{
    margin:0;
    display:flex;
}

nav{
  width: 100vw;
  background-color: #ffffff;
  margin:0;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 300px) {
  /*shows elements in a column*/
  ul{
    flex-direction: column;
  }

  /* deletes margin on top or bottom of the a tag*/
  li{
    margin: 0;
  }
 /* makes sure that the a tag will take the entire screen*/
 nav a{
    display: block;
  }
}

p {
    font-family: 'Lato', sans-serif;

font-size: 0.8em ;


}

h3 {
    font-family: "andale mono", sans-serif ;
        font-size: 0.8em ;


}

h2 {
    font-family: "andale mono", sans-serif ;
    font-variant: small-caps ;
    font-size: 1.3em ;
}

 a:link {color:#a6a6a6; text-decoration:none;}
 a:visited{color:#a6a6a6; text-decoration:none;}
 a:hover{color:black;}
a:active{color:#a6a6a6;}



.btn {
opacity: 0.5;
transition: 1s;
}
.btn:hover {
    opacity:1;
}

.btnmain {
opacity: 0.5;
transition: 1s;
}
.btnmain:hover {
    opacity:1;
}

.btn img {
    width:27vh;
}

#main img  {
    width:27vh;

}
#main {
    padding:2vh;


}

#about {
    padding:2vh;
  margin: 2vh auto;

    width:50vw;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);

}

#card {
  padding:2vh;
margin: 2vh auto;

  width:40vw;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);


}
#footer{
  width: 100vw;
  background-color: #ffffff;
  margin:0;
  box-shadow: 14px 0px 0px 0px rgba(0,0,0,0.15);
  position: fixed;
  bottom:0;
  opacity: 0.6;
}

#footer p{
    font-size:0.7vw
}



table tr td{
    margin:0;
    border:0;
    padding: 0px 1.5px 0px 1.5px;
}
