

body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
	h6 {font-family: helvetica, sans-serif; color:#846262; line-height: 0.9; text-align:right}

.w3-third {padding: 20px;}
.w3-third img{padding: 1px; margin:5px 5px 20px 0px;opacity: 1; cursor: pointer}
.w3-third img:hover{opacity: 0.6; transition:0.3s}

img {box-shadow:0px 0px 30px #000;}

.button {background-color: #f2f2f2;color: black;border: 2px solid #999999;padding: 2px 5px ;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  text-align: center;text-decoration: none;display: inline-block;font-size: 14px;margin: 4px 1px;
  transition-duration: 0.4s;cursor: pointer;}
.button:hover {background-color:#4CAF50;color: white;}

.button1 {background-color:white;color: black;border: 2px solid #839;}
	.button1:hover {background-color:#4CAF50;color: white;}
.button2 {background-color: white; color: black; border: 2px solid #008CBA;}
	.button2:hover {background-color: #008CBA;color: white;}
.button3 {background-color: white;color: black; border: 2px solid #062;}
	.button3:hover {background-color: #f44336;color: white;}
.button4 {background-color: white;color: black; border: 2px solid #4d9900;}
	.button4:hover {background-color: #bb33ff;}
.button5 {background-color: white;color: black;border: 2px solid #555555;}
	.button5:hover {background-color: #3333ff;color: white;}
.button6 {background-color: white;color: black;border: 2px solid #360;}
	.button6:hover {background-color: #555555;color: white;}

.btn-group .button {background-color: #6c8f42; /* Green */
  border: 2px solid black;color: white;padding: 5px 5px;
  text-align: center; text-decoration: none;
  display: inline-block;font-size: 12px;cursor: pointer; float: left;}
.btn-group .button:not(:last-child) {border-right: none; /* Prevent double borders */}
.btn-group .button:hover {background-color: #1f4720;}

.container {position: relative;}
.bottomright {position: absolute;bottom: -55px;right: 2px;}

.roundCorners {
	background: #ccc;
	border: 1px solid #000;
	padding: 10px;
	margin:10px;
	}
	
.radius2 {
	font: italic 90%/1 Helvetica, sans-serif; color: #fff;
	text-align:center;
	border:4px solid #963; /* #996 */
	width:95%;
	padding:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	background:linear-gradient(#6fc, #3f0, #60f);
	background: #204060;
	}




* {box-sizing: border-box;}

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

.imageOverlay {
  display: block;
  width: 100%;
  height: auto;
}

.overlayOverlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 15px;
  padding: 20px;
  text-align: center;
}

.containerOverlay:hover .overlayOverlay {
  opacity: 1;
}




		
.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);
}