@charset "UTF-8";
/* CSS Document */

/* Bottom Flip box */

/* The flip box 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-box {	
  background-color: transparent;
  width: 300px;
  height: 185px;
  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-box-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-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

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

/* Style the front side */
.flip-box-front {
/*  background-color: transparent; */
 /* background-image: url('images/Bindings/Hard_Bound.jpg');   */
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  text-align: left;
  width: 280px;
  Height: 165px;
  border: 3px solid #bbb;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}


.container {
  text-align: left;
}


/*****************************************************************************/

/* The flip box 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-box2 {	
  background-color: transparent;
  width: 300px;
  height: 185px;
  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-box-inner2 {
  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-box2:hover .flip-box-inner2 {
  transform: rotateY(180deg);
}

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

/* Style the front side */
.flip-box-front2 {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back2 {
  text-align: left;
  width: 280px;
  Height: 165px;
  border: 3px solid #bbb;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}


.container2 {
  text-align: left;
}

/*****************************************************/

.flip-box3 {	
  background-color: transparent;
  width: 300px;
  height: 185px;
  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-box-inner3 {
  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-box3:hover .flip-box-inner3 {
  transform: rotateY(180deg);
}

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

/* Style the front side */
.flip-box-front3 {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back3 {
  text-align: left;
  width: 280px;
  Height: 165px;
  border: 3px solid #bbb;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}
.container3 {
  text-align: center;
}

/**************************************************/

/* The flip box 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-box4 {	
  background-color: transparent;
  width: 300px;
  height: 185px;
  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-box-inner4 {
  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-box4:hover .flip-box-inner4 {
  transform: rotateY(180deg);
}

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

/* Style the front side */
.flip-box-front4 {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back4 {
  text-align: left;
  width: 280px;
  Height: 165px;
  border: 3px solid #bbb;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}
.container4 {
  text-align: center;
}

/********************************/

/* The flip box 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-box5 {	
  background-color: transparent;
  width: 300px;
  height: 185px;
  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-box-inner5 {
  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-box5:hover .flip-box-inner5 {
  transform: rotateY(180deg);
}

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

/* Style the front side */
.flip-box-front5 {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back5 {
  text-align: left;
  width: 280px;
  Height: 165px;
  border: 3px solid #bbb;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}
.container5 {
  text-align: center;
}

/*******************************************************/

/* The flip box 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-box6 {	
  background-color: transparent;
  width: 300px;
  height: 185px;
  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-box-inner6 {
  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-box6:hover .flip-box-inner6 {
  transform: rotateY(180deg);
}

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

/* Style the front side */
.flip-box-front6 {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back6 {
  text-align: left;
  width: 280px;
  Height: 165px;
  border: 3px solid #bbb;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}
.container6 {
  text-align: center;
}