body, html {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
h1 {
	text-align: center;
}
h2 {
  margin-top: 2rem;
}
.buttonHolder {
  padding-top: 10px;
}
.col-1, .col-2, .col-3 {
  padding-left: 7px;
  padding-right: 0px;
}
.footer-copyright{
  color:#282E34;
}
.homeBar{
  text-align: center;
  padding: 10px 5px;
  background-color: #282E34;
  margin-bottom: 2rem;
}
.jumbotron{
  background-color: #282E34;
  border-radius: 0rem;
}
.logo-header{
  max-width: 20vw;
}
.logo-header-square{
  max-width: 10vw;
}