		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

@font-face {
    font-family: "museum";
    font-weight: medium;
    src: url("museum.otf") format("opentype");
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}


body {
	margin: 10px;
	background-image: url("img/bg5.png");

}

h1{
	font-family: "Charm", cursive;
  font-weight: 700;
	color : #6952FD;
	text-align: center;
	
}

h2{ 
	font-family: "museum";
	color: #807C9B;
	text-align: center;
	font-size: 13px;
	line-height: 1.3rem;
}

h3{ 
	font-family: "museum";
	color: #807C9B;
	text-align: center;
	font-size: 11px;
	line-height: 1.2rem;
}

h4{
	font-family: "museum";
	color: #807C9B;
	text-align: center;
	line-height: 1.5rem;
	font-size: 10px;
	opacity: 60%;
}

h6{
	font-family: "Charm", cursive;
	color:#807C9B;
	text-align: center;
	font-size: 12px;

}

span{
	font-family: "Charm", cursive;
	color:#807C9B;
	text-align: center;
	font-size: 12px;
}

/*--card detail--*/

h5{	font-family: "museum";
	text-align: center;
	color: white;
	margin-top: 0.2rem;
	font-size: 12px;
	line-height: 1.3rem;
}

p{	font-family: "museum";
	color: #D1CAFF;
	text-align: center;
	line-height: 1.2rem;
	font-size: 11px;
	opacity: 80%;
}



img{
	width: 100%;
	max-width: 550px;
	max-height: 400px;
  	height: auto;
	margin-right: auto;
	margin-left: auto;
}

figcaption{
	font-family: "museum";
	color: white;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	opacity: 70%;
}

button{
	margin: 20px;
	margin-left: 50px;
	width: 150px;
	height: 248px;
	border: 0px;
	border-radius: 10px;
	background-image: url(img/back2.png);
	box-shadow: 0px 0px 20px #A69AF3;

}

.close{
	position: absolute;
	width: 10px;
	height: auto;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
  box-shadow: none;
}

nav {
  display: inline-block;
  margin: 10px;
  /*flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;*/
}

nav button {
  font-size: 1.5rem;
  cursor: pointer;
}

.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  color: white;
}

.modal button.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
}

.visible {
  opacity: 1;
  pointer-events: all;
}


span {font-family: "museum";
	text-align: center;
	color: white;
	margin-top: 0.2rem;
	font-size: 12px;
	line-height: 1.3rem;
	
}




/* Modal Content/Box */
/*.modal-content {
  background-color: black;
  margin: 15% auto; 
  padding: 20px;
  border: 3px solid #6952FD;
  border-radius: 5px;
  width: 60%; 
}*/

/*.modal-body {
background-color: black;
color: #260064;
  border-color: #260064;
}*/

/* The Close Button */
/*.close {
  color: #aaa;
  float: right;
  font-size: 21px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}*/



@media screen and (max-width: 704px)
{

	button{
		background-image: url(img/back3.png);
		background-image: ;
		width: 110px;
		height: 182px;
		display: inline-block;
		margin-left: 10px;
	}
}
