@font-face {
  font-family: font1;
  src: url(../fonts/font1.ttf);
}

@font-face {
  font-family: font3;
  src: url(../fonts/font3.otf);
}

body{
  height: 100vh;
  width: 100vw;
  padding : 0px;
  margin : 0px;
  display : flex;
  justify-content: center;
  align-items : center;
  
}
#cloud{
	position: absolute;
	left:0px;
	z-index: 100px;
	top:0px;

}

#topBar{
	position:fixed;
	min-height: 70px;
	min-width: 100vw;
	top:0px;
	display: flex;
	flex-direction: row;
	align-content: stretch;
	background: rgb(135, 161, 199);
	z-index: 1;
	opacity: 0.7;
}
#topLeft{
	border:solid 1px none;
	height: 70px;
	min-width: 479px;
	display: flex;
	flex-direction: row;
	align-items: center;


}

#topMiddle{
	border:solid 1px none;
	height: 70px;
	min-width: 479px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 3px;

}
#logo1{
	position: absolute;
	left:640px;
}


#logo2{
	position: absolute;
	left:680px;
}

#topRight{
	border:solid 1px none;
	height: 70px;
	min-width: 479px;
	display: flex;
	flex-direction: row;
	align-items: center;

}

#bottomBar{
	position:fixed;
	border:solid 1px none;
	min-height: 50px;
	min-width: 100vw;
	bottom:0px;
	display:flex;
}

#leftBar{
	position:fixed;
	border:solid 1px none;
	min-height: 617px;
	min-width: 70px;
	left:0px;
	display: flex;
	justify-content: center;
  	align-items : center;
	flex-direction: column;
	align-content: stretch;
	z-index: 10;


}


#rightBar{
	position:fixed;
	border:solid 1px none;
	min-height: 617px;
	min-width: 70px;
	right:0px;
	display: flex;
	justify-content: center;
  	align-items : center;
	flex-direction: column;
	align-content: stretch;
	z-index: 10;
  
}

.Icons{
	position: relative;
	height:47px;
	width: 47px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.st0{
	fill:red;
}
.Icons:hover{
	cursor: pointer;

}
#Wrap{
	height: 100vh;
  	width: 100vw;
	display: flex;
	justify-content: center;
	padding : 0px;
  	margin : 0px;
  	position: relative;

}
#bg{
	width:1437px;
	height:800px;
	position: fixed;
	right:100px;
}

#content{
	position: relative;
	min-width: 1337px;
	min-height: 617px;
	top:50px;
	display: flex;
	justify-content: center;
	padding:0px;
}


.centerBar{
	border: solid 1px none;
	position: absolute;
	min-width: 1260px;
	min-height: 180px;
	top:240px;
	display: flex;
	flex-direction: row;
	align-content: stretch;
	justify-content: space-between;
}

.blackCirc{
	border: none;
	background-color:transparent;
	min-height:167px;
	min-width: 167px;
	border-radius: 50%;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}
.blackCirc:hover{
	cursor: pointer;
	background-color:rgba(0,0,0,.3);
}

.circ_pic{
	position: relative;
}

#dd{
	position: relative;
	border: solid 1px none;
	width: 1260px;
	height: 100px;
	top:410px;
	left:6px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;


}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: black;
  font-weight: bold;
  padding: 16px;
  font-size: 46px;
  border: none;
  font-family: font1;
  text-align: center;
  text-shadow: 3px 3px white;

}

.dropbtn:hover{
	cursor: pointer;
	color: rgb(89,132,173);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;	

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  height: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 200;
  border-radius: 50%;
  align-items: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  font-family: font1;
  font-size: 34px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;z-index: 1;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: transparent;}

.lyBorder{
	position: absolute;
	top:0px;
}


#circles{
	position: absolute;
	top:217px;
	margin-left:0px;
}

#euphoria{
	position: absolute;
	bottom: 0px;
	top:500px;


}

#text1{
	position: absolute;
	border:solid 1px none;
	font-family: font4;
	font-size: 20pt;
	width: 1100px;
	top:90px;
	left:150px;
	text-align: center;
}

#text2{
	position: absolute;
	border:solid 1px none;
	font-family: font1;
	font-size: 30pt;
	width: 1100px;
	top:120px;
	left:150px;
	text-align: center;
}

#aboutCSS{
	border: none;
	height:50px;
	width: 430px;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	top:900px;
	
}

#aboutCSS a{
	font-family: font1;
	font-size: 40px;
	font-weight: bold;
	color: black;
	text-decoration-line: none;
}

#aboutCSS a:hover{
cursor: pointer;
color: white;

}


#socialMed {
	border:solid 1px black;
	position: absolute;
	height:30px;
	width: 260px;

	display: flex;
	flex-direction: row;
	align-content: stretch;
	justify-content: space-between;
}



.smIcon{
	border:solid 1px black;
	height:27px;
	width: 27px;
}


#lightbox{
  width : 100vw;
  height : 100vh;
  background : rgba(0,0,0,.7);
  position : fixed;
  z-index : 100;

  display : none;
  justify-content: center;
  align-items: center;
}

#closeLB{
  position : absolute;
  top : 0px;
  right : 0px;
  padding : 20px;
  font-size : 17pt;
  font-family: font1;

}

#video{
	position : absolute;
	left:50px;
	top:20px;
	
}

#ad{
  width : 50vw;
  height : 50vh;
  min-width : 1000px;
  min-height : 650px;
  background : white;
  border-radius: 10px;
  position : relative;
}

#openLB{
	font-size: 40px;
	font-family: font1;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	border-radius: 10px;
}

#openLB hover{
cursor: pointer;
color: rgb(255, 255, 255);

}


#drawer{
  height : 250px;
  width : 460px;
  background : rgba(171, 146, 202, 0.95);
  border-radius: 7px;
  position : fixed;
  right : -400px;
  top:500px;
  z-index: 99;
}

#drawer_icon{
 position : absolute;
  top : 0px;
  left : 0px;
  margin : 7px;
  cursor : pointer;
  z-index: 100;
}


#aboutBTS{
	position : absolute;
	left:53px;
	width:360px;
	top:1px;
}

#aboutBTS p{
	font-family: font3;
	font-size: 13.5pt;

}















