/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.main-container {
  position: relative;
  background-color: rgba(0, 0, 0, .5);
}

.coming-soon-container {
  max-width: 44em;
}


/*
 * Floating Buttons
 */
.floating-buttons{
	display: none;
}
 .float{
	position:fixed;
	width:50px;
	height:50px;
	right:20px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.whatsApp-float{
	bottom:85px;
	background-color:#25d366;
	color:#FFF;
  font-size:28px;
}
.call-float{
	bottom:150px;
	background-color:#f68b2e;
	color:#FFF;
  font-size:22px;
}

.my-float{
	margin-top:12px;
}
.call-float .my-float{
	margin-top:15px;
}

@media (max-width: 1024px) {
  .desktop-view{
	display: none;
  }
  .floating-buttons{
	display: block;
}
}
