
 .flip-card {
	background-color: transparent;
	width: 300px;
	height: 340px;
	perspective: 1000px;
	margin: 20px;
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #bbb;
	color: black;
  }
  
  .flip-card-back {
	background-color: #019196;
	color: white;
	transform: rotateY(180deg);
  }
  .flip-card-front img{
	width: 300px;
	height: 340px;
  }

  .top{
	display: flex;
	/* justify-content: space-between; */
	/* justify-content: space-around; */
	justify-content: center;
	padding: 30px;
  }
  h2{
	text-align: center;
	
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding: 20px 0;
	text-transform: uppercase;
    color:  #ffffff;
}
li{
	padding: 2px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


@media only screen and (max-width: 1239px){
	.top{
		flex-direction: column;
		align-items: center;
	}
	.flip-card {
		margin-top: 20px;
		width: 500px;
		
	
	}
	.flip-card-inner img{
		width: 500px;
		height: 340px;
	}
}

@media only screen and (max-width: 650px){
	.top{
		flex-direction: column;
		align-items: center;
	}
	.flip-card {
		margin-top: 20px;
		width: 300px;
	
	}
	.flip-card-inner img{
		width: 300px;
		height: 340px;
	}

	
}

@media only screen and (max-width: 600px){
	.top{
		flex-direction: column;
		align-items: center;
	}
	.flip-card {
		margin-top: 20px;
		width: 300px;
	
	}
	.flip-card-inner img{
		width: 300px;
		height: 340px;
	}
	
}
@media only screen and (max-width: 550px){
	.top{
		flex-direction: column;
		align-items: center;
	}
	.flip-card {
		margin-top: 20px;
		width: 300px;
	}
	.flip-card-front img{
          width: 300px;
		  height: 340px;
	}

}
@media only screen and (max-width: 600px){
	#location h1{
		font-size: 25px;
	}
	#location iframe{
		height: 200px;
	}
 }