h15 {
  background-color: white;
    font-style: bold;
    font-style: italic;
    font-size: 30px;
    color: black;
}

body {
  background-image: url(gre.jpg.png);
}

h2 {
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif;
  background-color: white;
  color: black;

}


h13 {

  font-family: "Comic Sans MS", cursive, sans-serif;
  background-color: white;
  color: black;
}
h4 {
  width: 19%;
  border: 3px solid black;
  padding: 1px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 110px;
  background-color: #f1f1f1;
}

h4{
    background-image: url("b.jpg.png");
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
h4:hover {
  background-color: black;
  color: white;
}

h3 {
  font-style: italic;
  font-size: 16px;
  color: black;
}

h7 {
  background-color: white;
  font-style: bold;
  font-style: italic;
  font-size: 30px;
  color: grey;
}


h8 {  background-color: black;
  font-style: bold;
  font-style: italic;
  font-size: 30px;
  color: white;

}

p {
  font-size: 19px;
  font-style: italic;
  color:white;
  background-color: #636363;
}

 h7 {
   text-indent: 10px;
   color: black;
   font-size: 17px;
   font-style: italic;
}


h1 {
  background-color: grey;
}

h1 {
  text-align: center;
  font-size: 40px;
  border-style: solid;
  border-width: 5px;
}

p {
color: #E8E8E8;
font-style:italic;
font-size: 17px;
}

h4 {
  color: black;
  background-color: white;
  font-size: 16 px;
  font-style: oblique;
}

h14 {
  color: black;
  background-color: white;
  font-size: 16 px;
  font-style: oblique;
}


h2 {
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif
}


h2 {
  margin: auto;
  color: white;
  border-spacing: inherit;
  background-color: black;
font-size: 20px;
height: 35px;
width: 30px;
border-style: solid;
}

h2 {

  width: 19%;
  border: 4px solid black;
  padding: 2px;
}

h6 {
  text-align:center;
  font-family: "Comic Sans MS", cursive, sans-serif
}


h6 {
  margin: auto;
  border-spacing: inherit;
  background-color: #CFB997;
font-size: 20px;
height: 16=05px;
width: 100px;
border-style: solid;
}

h6 {
  width: 15%;
  border: 4px solid black;
  padding: 2px;
}

#slideshow {
  margin: 2em auto;
  width: 450px;
  overflow: hidden;
}

#slideshow-wrapper {
  height: 290px;
  width: 450px;
}

#slideshow-wrapper img {
  position: absolute;
  width: 500px;
  height: 290px;
  opacity: 0;
  -moz-transition: all 800ms ease-in;
  -webkit-transition: all 800ms ease-in;
  -o-transition: all 800ms ease-in;
  -ms-transition: all 800ms ease-in;
  transition: all 800ms ease-in;
  z-index: 1;
}

#slideshow-wrapper>img:first-child {
  opacity: 1;
  z-index: 2;
}

#slideshow-wrapper .show {
  opacity: 1;
  z-index: 3;
}

#slideshow-wrapper .hide {
  opacity: 0;
  z-index: 1;
}

#slideshow-nav {
  height: 32px;
  margin: 1em 0;
  text-align: center;
}

#slideshow-nav a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  color: white;
  background: black;
  margin-right: 1em;
}


.fa-thumbs-up {
  margin-bottom: auto;
	color: green;
    font-size: 50px!important;
    margin-top: 41px;
}
.fa-thumbs-down {
  margin-right: auto;
  position:center;
	color: red;
    font-size: 50px!important;
    margin-top: 41px;
}
h5 {
    text-align: center;
    font-family: "Comic Sans MS", cursive, sans-serif
  }


  h5 {
    margin: auto;
    border-spacing: inherit;
    background-color: #CFB997;
  font-size: 20px;
  height: 60px;
  width: 190px;
  border-style: solid;
  }

  body {
  font-family: Arial, Helvetica, sans-serif;
}

.flip-box {
  width: 50%;
  display: inline-block;
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: white;
  color: black;
}

.flip-box-back {
   background: black;
  color: white;
  transform: rotateY(180deg);
}
