button:focus {
  outline:0;
}

body {
  background-color: black;
}

@media (max-width: 800px) {
  img {
      width: 200px;
      height: auto;
   }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1;
}

.meetingBox {
  border-style: dashed;
  padding: 30px;
  margin-bottom: 50px;
}

.lds-heart {
  top: 30%;
  left: 48%;
  display: inline-block;
  position: fixed;
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
}
.lds-heart div {
  top: 23px;
  left: 19px;
  position: fixed;
  width: 26px;
  height: 26px;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: fixed;
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
}
.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}


.form-rounded {
  border-radius: 1rem;
}

.button {
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
  cursor: pointer;
}

.create {
  background-color: #4CAF50;
}

.create:hover {
  background-color: #3e8e41;
}

.create:active {
  background-color: #2f6a31;
}

.danger {
  background-color: #d9534f;
}

.danger:hover {
  background-color: #d1332e;
}

.danger:active {
  background-color: #a72925;
}

.edit {
  background-color: #f0ad4e;
}

.edit:hover {
  background-color: #ed9c2c;
}

.edit:active {
  background-color: #d38312;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

.content {
  position: absolute;
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
}

.titleHeader {
  padding: 20px;
  padding-bottom: 40px;
}

.abtParagraph {
  padding: 20px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 2.0;
}

.quote {
  padding-top: 0px;
  font-style: italic;
  font-size: 20px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.meetingDiv {
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.meetingHeader {
  font-size: 30px;
  padding-top: 15px;
}

.meetingDescription {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 2.0;
}

.meetingDate {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
}

.faqContainer {
  overflow: scroll;
  padding-right: 20px;
  padding-left: 30px;
}

.question {
  font-size: 30px;
  font-style: bold;
}

.answer {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
}

.webmasterInfo {
  padding-top: 10px;
  font-size: 15px;
}

.inline {
  display: inline;
}