/* 
body
{
  padding: 30px;
  background-color: #fcfcfc;  
}
 */
 
 body {
  color: #FFFFFF;
  font-family: 'Sintony', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.4em;
/*   background-image: linear-gradient(135deg, #13547a, #80d0c7); */
/*   background: linear-gradient(5deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); */
/* background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8)) fixed, url(IMG_0358.JPEG) fixed; */
  background: linear-gradient(45deg, #13547a, #80d0c7) fixed, url(IMG_0358.JPEG) fixed;
  background-size: cover;
  overflow: hidden;
}

h2 {
text-align: center;
}
.center-div
{
  margin: 0 auto;
  max-width: 85%;
  height: 55px;
  background-color: transparent;
  border-radius: 3px;
}

video {
width: 100%;
max-width: 100%;
height: auto;
/*filter: brightness(10%);*/

}

.vid-border{
  position: relative;
  border: 7px solid #fff;
  border-bottom: 0px #13547a;
  overflow: hidden;
  background: #fff;
}
#vid {
  position: absolute;
  top:-5px;
  left:-5px;
  width: 100%;
	max-width: 100%;
	height: auto;
}

#skyTest {
    width: 400px;
    object-fit: contain;
}

.allbutton {
  /* background-color : #31B0D5; */
  background-color : transparent;
  color: white;
  padding: 6px 12px;
/*   border-radius: 4px; */
  border-color: solid #fff;
}

#mybutton {
  position: fixed;
  bottom: 15px;
  right: 20px;
}

#video_box {
    position:relative;
}
#video_overlays {
    position:absolute;
    max-width:100%;
    object-fit: contain;
/*    min-height:40px;*/
/*    background-color:#dadada;*/
    z-index:300000;
    top:0px;
    left:0px;
/*    text-align:center;*/
}