/* basic styles */
.logo {
	margin: auto;
  margin-top: 0%;
  z-index: 106;
}
.logo img {
	height: auto;
	max-width: 30vw;
}

.social-group{
  /* background: url("home2.png"); */
	display: inline block;
	text-align: center;
}


.fa {
	font-size: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
  border-radius: 50%;
  margin-right: -20px;
	/* margin-right: 5%;
	margin-left: 5%; */
	
}

.fa:hover {
	opacity: 0.7;
	color: black;
}

.fa-phone {
	/* background-color: black; */
	opacity: 0.75;
	color: black !important;
	padding-top: 12px;
}

.fa-facebook {
	/* background-color: black; */
	opacity: 0.75;
	color: black !important;
	padding-top: 12px;
}

.fa-instagram {
	/* background-color: black; */
	opacity: 0.75;
	color: black !important;
	padding-top: 12px;
}


.footer{
	margin: auto;
    font-size: small;
    margin-bottom: 0;
    z-index: 100;
}

.footer a{
	color: black;
}

.container{
	width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}



body {
    overflow: hidden; 
    background: url('homepage.webp');
	/* Full height */
	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
input {position: absolute; display: none}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.btn {
  width: 50px;
  height: 50px;
  border-radius: 70px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.stage{
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.p{
  font-size: 25px;
  text-align: center;
  margin-top: 0;
  cursor: pointer;
  width: 100%;
  /* background:url("home2.png"); */
  border-radius: 10px;
  font-family: Century Gothic;
  /* letter-spacing: 5px; */
}
.div{
  background:url("blue.jpg");
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 180px;
  height: 40px;
  top: 2%;
 transition-duration: 0.2s;

}


#about{
    background: url("orange.jpg");
}

#contact{
    background: url("red.jpg");
}

#contact a{
    color: #d6923f !important;
}

#gallery{
    background: url("yellow.jpg");
}


.p:hover{
  /* background: url("home.jpg"); */
  color: black;
}
.div:nth-child(odd){
  transform: perspective(300px) rotateY(45deg);
  box-shadow: -2px 2px 7px gray;
}
.div:nth-child(even){
  transform: perspective(300px) rotateY(-45deg);
    box-shadow: 2px 2px 7px gray;
}
.div:hover{
  transform: rotateY(0);
  /* background: url("home.jpg"); */
  color: black;
  box-shadow: 0px 0px 0px;
}

a {
  color: black;
  text-decoration: none;
  background-color: transparent;
}

a:link {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
  text-decoration: none;
}


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