/* CSS Document */


div.c {
  text-align: right;
}

.floatRight {
  float: right;
}

h4 {
  color: black;
  font-family: arial;
  font-size: 100%;
  font:bold;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  margin:0;
  margin-bottom: 0em;
}


h5 {
  color: #3399FF;
  font-family: arial;
  font-size: 100%;

 
 setting: margin:0;
    margin-top: 0em;

  margin-bottom: 0em;

}


img.type1 {
border:solid;
border-color:white;
box-shadow: 0px 0px 2px 1px #cccccc;

}


.container {
  position: relative;
  width: 100%;
}



img:hover {
  opacity: 0.5;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0%;
  opacity: 0.95;
  transition: .0s ease;
}

.container:hover .overlay {
  height: 30%;
}

.text {
  color: white;
  font-size: 1.5vw;
  position: absolute;
  font-family:Arial, Helvetica, sans-serif;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}


.stamp {
  width: 184px;
  height: 184px;
  padding: 8px;
  background: white;
  background: radial-gradient(transparent 0px, transparent 4px, white 4px, white);
  background-size: 20px 20px;
  background-position: 10px 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}


.btn {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	display: inline-block;

	height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover {
	opacity: 0.4;
	/*background: #f29e0d;*/
}




/* Button 3 */
.google {
border: 1px solid #CCCCCC;
 border-radius: 3px;
	font-family:"Times New Roman", Times, serif
	font-size: 16px;
	color: #000;
		background: none;
	cursor: pointer;
	display: inline-block;


	height: 50px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.style1 {

	font-family: Aharoni;

	font-weight: bold;
	
	color:#888888;
	

}


.style2 {

font-family: Aharoni;
	
	color:#888888;


}

