body {
    font-family: "Roboto", "Arial", sans-serif;
}

.page-heading {
    margin: 20px 0;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#my-dropzone .message {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 600;
    color: #0087F7;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.dropzone {
    border: 2px dashed #0087F7;
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 90px 0;
    vertical-align: baseline;
}

/* .grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid {
  background: #fafafa;
} */


/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/header.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-home {
  /* height: 800px; */
   height: 65vh;
}

.hero-home-text {
  /* font-size: 4em; */
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.home-text p {
  text-align:center;
  padding:4em;
  font-size: 1.5em;
}

.hero-home-text h1 {
font-size: 4em;
font-weight: 500;
font-family: 'Roboto', sans-serif;
}

.blackFont {
  color: black;
}

.bg-primary {
  /* background-color: #fdf1a3 !important; */
  background-color: #FFF7EF !important;
}

.navbar {
  /* box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.38); */
}

.nGY2GThumbnail {
  border-color: #fff !important;
}
.nGY2ViewerMedia {
  zoom: 0.8 !important;
  /* margin-right:15% !important; */
}


.countdown {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  /* bottom: 50%; */
  /* right: 50%; */
  height: 100px;
  width: 100px;
  background-color: #bbb;
  border-radius: 50%;
  /* display: inline-block; */
  font-size: 4em;
  text-align: center;
  color:white;
  opacity: 0.8;
  display: none;
  z-index: 2;
}

.bgimg-1 {
  background-image: url("/assets/home_bg.jpg");
  height: 100%;
}

.btn-black {
  background-color: black;
  color:white;
  height: 100px;
}
.btn-black:hover {
  color:white;

}

#flash {
  z-index: 999999;
}

#video
{
    z-index: -999999;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.videoFlipped {
  transform: rotateY(180deg);
  -webkit-transform:rotateY(180deg); /* Safari and Chrome */
  -moz-transform:rotateY(180deg); /* Firefox */
}
#video_container {
  position: relative;
        padding-bottom: 100%; /* 1:1 */
        height: 0;
        width: 100%;
        overflow: hidden;
  /* padding-bottom:20%; */
}

div {
  transition: display 1s;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.background_img {
  background: url('/assets/home_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
