.iconify {
  width: 4em;
  height: 4em;
  display: block;
  margin: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: lightgrey;
  margin: 0;
}

h1 {
  font-family: verdana;
  font-size: 40px;
  font-style: bold;
}

h3 {
  font-family: Verdana;
  font-size:5.2vw;
  font-style: bold;
  text-shadow: -2px 2px black;
}

h2 {
  font-family: Verdana;
  font-size: 20px;
  font-style: italic;
}

p {
  font-family: Arial;
}

sup {
  font-size: .5em;
}

.Header {
  border: 1px outset #ab1a1a;
  text-align: center;
  color: white;
  line-height: 2em;
  z-index: 1;
}

#navbar {
  overflow: hidden;
  background-color: #333;
  width: 100%;
}

#navbar a {
  float: none;
  display: inline-block;
  color: white;
  padding: 10px;
  text-decoration: none;
  font-size: 1.5em;
  font-family: Arial;
}

#navbar a:hover {
  background-color: maroon;
  color: white;
}

#navbar a:active {
  background-color: lightgrey;
  color: black;
}

.content {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sticky + .content {
  padding-top: 40px;
}

#videoDiv {
  margin: 0 0 5px 0;
  position: relative;
  height: 100%;
  /*max-height: 400px;*/
  width: 100%;
  overflow: hidden;
}

#BEAMvideo {
  margin: auto;
  display: ;
  width: 100%;
  z-index: -999;
}

#Features {
  padding-top: 30px;
  margin: auto;
}

@media only screen and (min-width: 913px) {
  div.LeftBox {
    display: inline-block;
  }
}

@media only screen and (max-width: 912px) {
  div.LeftBox {
    display: flex;
  }
}

@media only screen and (min-width: 913px) {
  div.MidBox {
    display: inline-block;
  }
}

@media only screen and (max-width: 912px) {
  div.MidBox {
    display: flex;
  }
}

@media only screen and (min-width: 913px) {
  div.RightBox {
    display: inline-block;
  }
}

@media only screen and (max-width: 912px) {
  div.RightBox {
    display: flex;
  }
}

.BoxContent {
  /*display: inline-block;*/
}

.PageBox {
  padding-top: 40px;
  margin: auto;
  width: 60%;
  min-width: 250px;
  text-align: justify;
  position: relative;
}

.LeftBox {
  position: relative;
  min-width: 225px;
  width: 30%;
  /*display: inherit;*/
  padding: 1em 1em 1em 0.5em;
  text-align: justify;
  vertical-align: top;
  margin: auto;
}

.MidBox {
  position: relative;
  min-width: 225px;
  width: 30%;
  /*display: inline-block;*/
  padding: 1em 1em 1em 1em;
  text-align: justify;
  vertical-align: top;
  margin: auto;
}

.RightBox {
  position: relative;
  min-width: 225px;
  width: 30%;
  /*display: inline-block;*/
  padding: 1em 0.5em 1em 1em;
  text-align: justify;
  vertical-align: top;
  margin: auto;
}

.button {
  background-color: maroon;
  color: white;
  text-align: center;
  display: block;
  cursor: pointer;
  margin: auto;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border-radius: 5px;
  width: 300px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.Footer {
  width: 100%;
  background-color: #333;
  color: white;
  background-attachment: fixed;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  line-height: 1px;
}

#Social {
  display: inline-block;
  margin: auto;
}
