#background-video {
  min-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
     border-style: none;
}



.fullscreen{
  display: none;
}

video{
  height: 80vh;

}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: black;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

body {
  background-color: black;
  color: whitesmoke;
  text-align: center;
/*  font-size: 2em;*/
/*  font-family: sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

.debug{
  display: none;
}

button {
  border-color: white;
  border-width: 5px;
  margin-left: 1em;
  margin-right: 1em;
  background-color: black;
  display: inline-block;
  color: whitesmoke;
  border-style: solid;
  padding: 1em;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
}

.invertedButton{
  border-color: black;
  border-width: 5px;
  margin-left: 1em;
  margin-right: 1em;
  background-color: white;
  display: inline-block;
  color: black;
  border-style: solid;
  padding: 1em;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
}

.buttonBar{
  margin-top: 1em;
  padding-top: 30vh;
}

#question{
  font-size: 3em;
}

h2 {
  text-align: center;
  font-size: 3em;
/*  font-family: sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}


p {
  text-align: left;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
}

.underbuttoncredit {
  text-align: center;  
}

input {
    font-size: 2em;
  font-family: 'Montserrat', sans-serif;

}

#nextButton{
  margin-top: 2vh;
}

#theCanvas{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display: inline-block;
}