﻿body {
  font-family: Calibri, Arial, sans-serif;
  font-size: 24px;
  color: black;
  text-align: center;
  width: 55%;
  padding: 10px;
  margin: auto;
  background-color: White;
}
.header {
  font-family: Century Gothic, Arial, sans-serif;
  color: #40acc6;
  font-size: 60pt;
  display: inline;
  vertical-align: bottom;
  white-space: nowrap;
}
.logo {
  height: 100px;
  display: inline-block;
}
.question {
  font-weight: bold;
}
h2,h3 {
  /* color: #2287a0; */
  color: rgb(255, 100, 0);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact {
  color: rgb(255, 100, 0);
}
.footer {
  padding: 15px;
  font-size: 16px;
  font-family: Calibri, Arial, sans-serif;
  color: #40acc6;
  text-align: center;
}
p {
    white-space: nowrap;
}
