


h1 {font:bold 160%/2 Arial, Verdana, Helvetica, sans-serif; font-size:2.2em; /*text-shadow:3px 4px 0 #d9d9d9; */ color:#191970; text-align:center;}
   h1 em{color:#9f0;}
h2 {font:italic 150%/1.5 Times, serif; color:#191970; /*eclipse*/word-spacing:.1em; text-align:left; } 
h3 {font:oblique 120%/1.3 Times, serif; color: #191970; word-spacing:.1em; text-align:left; padding: 0 0 0 50px;}	
p {font:normal 130%/1.2 Arial, helvetica, sans-serif; color:#000;}
	p em{font:bold; color:#191970;}


img {box-shadow:10px 10px 40px #000;}


.roundCorners {
	background: #ccc;
	border: 1px solid #000;
	padding: 10px;
	margin:10px;
	/* -webkit-border-radius: 9px; */        
	/* Safari-Chrome */
	/* moz-border-radius: 9px; */                        
	/* Firefox */
	/* border-radius: 9px;  */                               
	/* Opera */
	}
	
.radius2 {
	font: italic 90%/1 Helvetica, sans-serif;
	text-align:center;
	border:4px solid #963; /* #996 */
	width:90%;
	padding:10px;
	border-bottom-right-radius:30px;
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
	border-top-left-radius:30px;
	background:linear-gradient(#6fc, #3f0, #60f);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7fc6f9+0,89c3eb+13,abd3ee+58,ebf1f6+100 */
	background: #fff; /* #99ccff #b0d1e8 #b8c5e0 #7fc6f9   Old browsers */
	/* background: -moz-linear-gradient(left, #7fc6f9 0%, #89c3eb 13%, #abd3ee 58%, #ebf1f6 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #7fc6f9 0%,#89c3eb 13%,#abd3ee 58%,#ebf1f6 100%); /* Chrome10-25,Safari5.1-6 */
	/*background:linear-gradient(to right, #7fc6f9 0%,#89c3eb 13%,#abd3ee 58%,#ebf1f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc6f9', endColorstr='#ebf1f6',GradientType=1 ); /* IE6-9 */
	}

/*.shadow {
	text-shadow:100px 10px 10px #c2b3a3;
	} */
		
.tip:before {content: "HOT TIP"}


/* The FLIP CARD container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card1 {
  background-color: transparent;
  width: 220px;
  height: 290px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card1-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card1:hover .flip-card1-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card1-front, .flip-card1-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card1-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card1-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card2 {
  background-color: transparent;
  width: 290px;
  height: 210px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card2-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card2:hover .flip-card2-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card2-front, .flip-card2-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card2-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card2-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}