
.crosshair {cursor: crosshair;}
.bg1{
	background-color:#848484;
	
}
.bg3{
	background-color:#e5e3e3;
	
}

.bg2{
	background-color:#676767;
	
}
.bg4{
	background-color:#000000;
	
}
.heading1{
		
       	font-family: 'Cinzel', serif;
		font-size:50px;
        background-color:#ffffff; /* For browsers that do not support gradients */
        background-image: linear-gradient(#ae978f, #f5e8e4); /* Standard syntax (must be last) */
		color: #2a0c01;
		margin:0px;
		padding:10px;
		text-decoration:none;

}
.heading2{
		
       	font-family: 'Cinzel', serif;
		font-size:25px;
        background-color:#505050; /* For browsers that do not support gradients */
        background-image: linear-gradient(#8e8f8e, #505050); /* Standard syntax (must be last) */
		color: #e7eee7;
		margin:0px;
		padding:10px;
		text-decoration:none;

}
.heading3{
		
		font-family: 'Cinzel', serif;
		font-size:25px;
		color: #2a0c01;
		margin:0px;
		padding:10px;
		text-decoration:none;

}
.text1{
		
		font-family: 'Cinzel', serif;
		font-size: 12px;
		
		color: #2a0c01;
		margin:10px;

}

.text2{
		
		font-family: 'EB Garamond', sans-serif;
		font-size: 40px;
		color: #2a0c01;
		margin:0px;
		padding-bottom:80px;

}
.text3{
		
		font-family: 'Cinzel', serif;
		font-size:22px;
		color: #095b05;
		margin:0px;
		padding:1px;
		text-decoration:none;
		float:center;

}
.text6{
		
		font-family: 'Cinzel', serif;
		font-size:18px;
		color: #fff4ee;
		margin:0px;
		padding:10px;
		text-decoration:none;
		float:center;

}
.text7{
		
		font-family: 'Cinzel', serif;
		font-size:18px;
		color: #ffffff;
		margin:0px;
		padding:10px;
		text-decoration:none;
		float:center;

}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*flip*/
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.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%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  z-index: 2;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
}
/*endflip*/
.clear{clear: left;
clear: right;
}
