*
{
	margin: 0;
	padding: 0;
}
.nothing{
text-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.5);
  color: #FEE37F; font-size: 7px; position: absolute;
  bottom: -21.5px;
  left: calc(50%);
  transform: translate(-50%, -50%);}
.hullo{
text-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.5);
  color: #FEE37F; font-size: 7px; position: absolute;
  bottom: -21.5px;
  left: calc(50%);
  transform: translate(-50%, -50%);}

.left {
  width: calc(50% - 195px);
  position: absolute;
  top: 40%;
  left: calc(25% - 83.5px);
  transform: translate(-50%, -50%);
}
.right {
  width: calc(50% - 195px);
  position: absolute;
  top: 40%;
  left: calc(75% + 83.5px);
  transform: translate(-50%, -50%);
}
.hide {
margin:3px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 40%;
  left: calc(25% - 83.5px);
  transform: translate(-50%, -50%);
}

header .title {
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    font-weight: 200;
    font-size: 37px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-align: center;
    left: 0;
    right: 0;
    pointer-events: none;
}


.menu-bar
{ 
	width: 40%;
	height: 57px;
	float: right;
}
.menu-bar ul
{
	display: inline-flex;
	float: right;
}
.menu-bar ul li
{
	border-left: 1px solid #fff;
	list-style-type: none;
	padding: 15px 35px;
	text-align: center;
	background-color: #1c9954;
	cursor: pointer;
}
.menu-bar ul li a
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.Image
{
top: 30px;
	width: 100%;
transform: translate(0%, 20%);
margin-bottom: 1000px;	
}


@media only screen and (max-width: 980px)
{
	
	.menu-bar
	{
		width: 100%;
	}
	.menu-bar ul
	{
		margin: 0px 0px;
		width: 100%;
	}
	.menu-bar ul li
	{
		height: 57px;
		width:100%;
	}
	
}


/*----------------Side-menu---------------*/

#menu-btn,#close-btn
{
 width: 0px;
  height: 0px;
  position: absolute;
  top: 2%;
  left: 12px;
  transform: translate(-50%, -50%);
    
	font-size: 30px;
	
	color: #FEE37F;
	display: none;
	
}

@media only screen and (max-width: 980px)
{
.nothing{
display:none;
}
	.side-menu
	{
		
		display: none;
	}
	
	#menu-btn
	{
		display: block;
		cursor: pointer;
	}

	#close-btn
	{
		display: none;
		cursor: pointer;
	}

}
