
body, html {
    overflow: hidden !important;
    font-size: calc(10px + .8vw);
    line-height: 1.6;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif; 
}

.screenhidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    background-image: url(../video/SNAPSHOTS/background.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    padding-top: 50vh;
    margin: -100px 0 0 -100px;
}

.section {
    overflow: hidden;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    z-index: 0;
}

#section0 .layer {
    position: relative;
    z-index: 4;
    width: 100%;
    left: 0;
    vertical-align: middle;
    text-align: center;
}
/*solves problem with overflowing video in Mac with Chrome */

#section0 {
    overflow: hidden;
}

.header {
    height: 100px;
    position: absolute;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

.leftlogo {
    height: 60px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.rightlogo {
    height: 100px;
    position: absolute;
    top: 0px;
    right: 30px;
}

.boxout {
    background-color: #EAF9FB;
    padding: 10px 10px 10px 10px;
    font-size: medium;
    margin-top: 10px;
}

/* Overrides */

a {
    color: #DB0E34;
}

.jumbotron {
    background-color: transparent;
    color: #ffffff;
}


h1 {
  font-size: 2em!Important;
  margin-top: 0px;
}

h2 {
  font-size: 1.4em!Important;
  margin-top: 0;
  color: #213546;
}

p ul li {
  font-size: 1em!Important;
}

.jumbotron h1 {
    margin-top: 0px!Important;
    font-size: 3em!Important;
}

.jumbotron p {
  font-size: 1em;
}

.btn {
  font-size: 1em!Important;
}

.btn:hover {
  -webkit-animation: pulse .2s;
  animation: pulse .2s;
}

.btn-start {
  color: #FFFFFF!Important;
  top: 30px!Important;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  padding: 0;
  line-height: 5em;
  opacity: 0.9;
}


.btn-lg .btn-group-lg{
  padding: 1vw;
}

.btn-primary {
    background-color: #00BCD5;
    border-color: #00BCD5;
    color: #000000;
}

.btn-primary:hover {
    background-color: #1AD6EF;
    border-color: #1AD6EF;
    color: #000000;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #1AD6EF!Important;
    border-color: #1AD6EF!Important;
    color: #000000!Important;
}

.btn-success {
    background-color: #FFD95F;
    border-color: #FFD95F;
    color: #000000;
}

.btn-success:hover {
    background-color: #FFF379;
    border-color: #FFF379;
    color: #000000;
}

.btn-success:active,
.btn-success:focus {
    background-color: #FFF379!Important;
    border-color: #FFF379!Important;
    color: #000000!Important;
}

.btn-info {
    background-color: #DB0E34;
    border-color: #DB0E34;
    color: #FFFFFF;
}

.btn-info:hover {
    background-color: #FF5274;
    border-color: #FF5274;
    color: #FFFFFF;
}

.btn-info:active,
.btn-info:focus {
    background-color: #FF5274!Important;
    border-color: #FF5274!Important;
    color: #FFFFFF!Important;
}


/* hide video controls in webkit */

/*video::-webkit-media-controls {
    display: none!Important;
}

video::-webkit-media-controls-play-button {
    display: none!Important;
}*/

*::-webkit-media-controls-start-playback-button {
  display: none!Important;
  -webkit-appearance: none
}
