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

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:5px;

}

#topBar{
	position:fixed;
	min-height: 70px;
	min-width: 100vw;
	top:0px;
	left:30px;
	display: flex;
	flex-direction: row;
	align-content: stretch;
	background: white;
	z-index: 1;
}
#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:660px;
}

#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;
	


}


#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;
	
  
}

.Icons{
	border:solid 1px none;
	position: relative;
	top:40px;
	min-height:60px;
	min-width: 60px;
	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:387px;
	left:520px;
	display: flex;
	flex-direction: row;
	align-content: stretch;
	justify-content: space-between;
}

.blackCirc{
	border: solid 1px none;
	min-height:167px;
	min-width: 167px;
	border-radius: 50%;
	position: relative;
}
.blackCirc:hover{
	cursor: pointer;
	background-color:rgba(0,0,0,.3);
}

#dd{
	position: relative;
	border: solid 1px none;
	max-width: 600px;
	height: 300px;
	top:650px;
	left:486px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	
}

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

}

/* 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:367px;
	left:510px;
}

#euphoria{
	position: absolute;
	bottom: 0px;
	top:0.01px;
	left:670px;
}

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

#aboutCSS{
	border:solid 1px black;
	height:50px;
	width: 530px;
	border-radius: 5px;
	text-align: center;
	
	position: absolute;
	top:970px;
	left:900px;
	
}

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

#aboutCSS:hover{
cursor: pointer;
}


#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;
}


































