/* CSS Document */
html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif"; }

header {
  padding: 32px; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

footer {
  padding: 20px 30px;
  background-color: #dbecf1; }

body {
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/Main/bg/body.png");
  background-position: 0 0;
  background-repeat: repeat 0 0;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite; }

@keyframes scroll-left {
  from {
    background-position: 0 0; }
  to {
    background-position: -1024px 0; } }
@keyframes scroll-right {
  from {
    background-position: 0 0; }
  to {
    background-position: 1024px 0; } }
@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
main {
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0.2);
  background-color: white; }

hr {
  border: 1px solid #2a70c2; }

h1 {
  font-size: 3.5rem;
  font-weight: 200;
  margin-bottom: 60px; }

h2 {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 23px; }

h3 {
  font-size: 1.5rem;
  font-weight: 200;
  margin-bottom: 23px; }

h4 {
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 35px; }

p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 35px; }

.nav-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: space-between; }

.style-logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  min-width: 300px;
  max-width: 480px;
  flex: 1;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s; }
  .style-logo img {
    width: 100%; }
  .style-logo:hover {
    transform: scale(1.05); }

.style-nav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex: 2; }

.nav-button {
  flex: 1;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 3px;
  background-color: white;
  text-decoration: none;
  color: #2F322A;
  text-align: center;
  vertical-align: center;
  display: block;
  text-transform: uppercase;
  padding: 8px 12px;
  margin: 5px 10px;
  opacity: 1.0; }
  .nav-button:hover {
    opacity: 0.7; }

.col {
  width: 100%; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/* Header/Logo Title */
.page-title {
  padding: 60px;
  font-size: 5rem;
  background: none;
  text-align: center;
  color: #0ab9e6; }

.hero {
  background-image: url(../images/Animations/wavesSmall.png);
  background-size: auto 100%;
  padding: 50px 20px 80px 20px;
  border-radius: 10px 10px 0px 0px;
  color: #43464b;
  text-align: center;
  background-position: 0 0;
  background-repeat: repeat 0 0;
  -webkit-animation: scroll-left 60s linear infinite;
  animation: scroll-left 60s linear infinite; }

.info-box {
  background-image: url(../images/Sample/grasstile.png);
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: repeat-y repeat-x;
  color: #43464b;
  padding: 30px 20px 60px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: scroll-right 80s linear infinite;
  animation: scroll-right 80s linear infinite; }

.footer-text {
  font-size: 1rem;
  margin-bottom: 20px; }

.info-button {
  border: 2px #FFFFFF solid;
  padding: 8px 30px;
  border-radius: 30px;
  color: #FFFFFF;
  text-decoration: none; }
  .info-button:hover {
    opacity: 0.8;
    cursor: pointer; }

.news {
  background-image: url(../images/Sample/hero.png);
  background-size: auto 100%;
  padding: 80px 100px 80px 100px;
  color: #43464b;
  font-size: 2rem;
  text-align: center;
  background-position: 0 0;
  background-repeat: repeat 0 0;
  -webkit-animation: scroll-left 60s linear infinite;
  animation: scroll-left 60s linear infinite; }
  .news p {
    color: #43464b;
    font-size: 1.5rem; }
  .news a {
    text-decoration: none;
    color: #2a70c2; }

.item-gallery {
  padding: 2%;
  width: 100%;
  height: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-tems: center; }

.item-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 90%;
  height: auto;
  margin: 30px auto;
  flex-direction: column;
  justify-content: space-between; }

.lighthover:hover {
  opacity: 0.9; }

.item-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px; }
  .item-img img {
    display: block;
    width: 80%;
    height: auto;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    background-color: white; }

.item-data {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  flex-direction: column;
  justify-content: space-between; }

.row-data {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  height: auto; }

.col-title {
  display: block;
  background-color: #2a70c2;
  text-align: center;
  color: white;
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 1rem 0;
  font-weight: normal;
  font-size: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.8); }

.col-data1 {
  flex: 1;
  background-color: #2a70c2;
  color: white;
  border-radius: 10px 0 0 10px;
  padding: 10px 0px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal; }

.col-data2 {
  flex: 1;
  background-color: #73a6e0;
  color: white;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding: 10px 0px;
  vertical-align: middle;
  font-weight: normal; }

.query-label {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 30px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent; }

.query-label-search {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 30px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent; }

.search-button, .sort-button {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 30px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); }
  .search-button:hover, .sort-button:hover {
    opacity: 0.8;
    cursor: pointer; }

.go-button {
  display: block;
  width: 100%;
  height: auto;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 30px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent; }
  .go-button:hover {
    opacity: 0.8;
    cursor: pointer; }

.recipe-button {
  display: block;
  margin: auto auto;
  width: 50%;
  height: auto;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 30px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent; }
  .recipe-button:hover {
    opacity: 0.8;
    cursor: pointer; }

.category-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  flex-direction: column; }

.query-container, .sort-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  flex-direction: column; }

.search-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  flex-direction: column; }

.search-input-cont {
  display: block;
  flex: 4; }

.search-input {
  display: block;
  border-style: solid;
  text-align: center;
  background-color: #2a70c2;
  color: white;
  font-size: 1.2rem;
  height: 100%;
  min-height: 2.5rem;
  width: 100%;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); }

::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */ }

.custom-select {
  position: relative;
  font-family: Arial; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #2a70c2; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #2a70c2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

/* Slideshow container */
.slideshow-container {
  display: block;
  width: 100%;
  position: relative;
  margin: auto; }

/* Hide the images by default */
.mySlides {
  display: none; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 90%;
  margin: 20px auto;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap; }

.dot {
  cursor: pointer;
  height: 1.5 rem;
  width: 1.5 rem;
  padding: 0.5rem;
  background-color: #73a6e0;
  border-radius: 50%;
  display: block;
  transition: background-color 0.6s ease; }

.active, .dot:hover {
  background-color: #2a70c2; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

.villager-gallery {
  padding: 2%;
  width: 100%;
  height: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-tems: center; }

.villager-thumb-box {
  width: 30%;
  display: block;
  margin-bottom: 50px; }
  .villager-thumb-box:hover {
    opacity: 0.5; }
  .villager-thumb-box a {
    text-decoration: none; }

.villager-thumb-title {
  background-color: #2a70c2;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  display: block; }

.villager-thumb-description {
  background-color: #73a6e0;
  border-radius: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 5px;
  text-decoration: none;
  color: white;
  font-size: 1.0rem;
  font-weight: normal;
  text-align: center;
  display: block; }

.thumb-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px; }
  .thumb-cont:hover {
    opacity: 0.5; }
  .thumb-cont a {
    text-decoration: none; }

.thumb-img-cont {
  width: 100%; }

.thumb-img-cont-critter {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  justify-content: center;
  width: auto;
  height: 360px; }
  .thumb-img-cont-critter img {
    align-self: center;
    height: auto;
    width: auto; }

.thumb-description-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between; }

.thumb-title-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  margin-bottom: 6px;
  min-height: 4.2rem;
  background-color: #2a70c2;
  border-radius: 10px; }

.thumb-title {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center; }

.thumb-row {
  display: table;
  width: 100%;
  padding-top: 4px;
  height: auto; }

.thumb-description-col1 {
  display: table-cell;
  width: 50%;
  background-color: #2a70c2;
  color: white;
  border-radius: 10px 0 0 10px;
  height: 100%;
  padding: 2px 0px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }

.thumb-description-col0 {
  display: table-cell;
  width: 100%;
  background-color: #73a6e0;
  color: white;
  border-radius: 10px;
  height: 100%;
  padding: 2px 0px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }

.thumb-description-col2 {
  display: table-cell;
  width: 50%;
  background-color: #73a6e0;
  color: white;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding: 2px 0px;
  font-weight: normal;
  vertical-align: middle; }

.thumb-description-col1-s {
  display: table-cell;
  width: 25%;
  background-color: #2a70c2;
  color: white;
  border-radius: 10px 0 0 10px;
  height: 100%;
  padding: 2px 0px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }

.thumb-description-col2-s {
  display: table-cell;
  width: 25%;
  background-color: #73a6e0;
  color: white;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding: 2px 0px;
  font-weight: normal;
  vertical-align: middle; }

.teal {
  background-color: #0ab9e6;
  color: white; }

.blue {
  background-color: #2a70c2;
  color: white; }

.lightblue {
  background-color: #73a6e0;
  color: white; }

.medblue {
  background-color: #4b8cd7;
  color: white; }

.yellow {
  background-color: #fbbd79;
  color: white; }

.red {
  background-color: #ff7365;
  color: white; }

.lightred {
  background-color: rgba(255, 115, 101, 0.93);
  color: white; }

.green {
  background-color: #15ba68;
  color: white; }

.lightgreen {
  background-color: rgba(21, 186, 104, 0.87);
  color: white; }

.white {
  background-color: white;
  color: #43464b; }

.dark {
  background-color: #43464b;
  color: white; }

.darktxt {
  color: #43464b; }

.bluetxt {
  color: #2a70c2; }

.med-spaced-text {
  letter-spacing: 1rem; }

.small-spaced-text {
  letter-spacing: 0.1rem; }

input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 25px;
  /*  overflow: hidden;  remove this line*/
  /* New additions */
  height: 6px;
  background: rgba(115, 166, 224, 0.5); }

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 25px;
  width: 25px;
  background-color: #2a70c2;
  border-radius: 50%;
  border: none;
  /* box-shadow: -407px 0 0 400px $blue; emove this line */
  transition: .2s ease-in-out; }

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  background-color: #2a70c2;
  border-radius: 50%;
  border: none;
  /* box-shadow: -407px 0 0 400px $blue; emove this line */
  transition: .1s ease-in-out; }

/*=============
Aesthetics 
=========================*/
.range {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  height: 4rem;
  width: 60%;
  background: #fff;
  padding: 0px 10px;
  margin-bottom: 50px; }

.range-value {
  font-size: 26px;
  width: 50px;
  text-align: center;
  color: #2a70c2; }

.sim-go-button {
  display: block;
  margin: auto;
  width: 99%;
  height: auto;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 30px;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent;
  border-radius: 10px; }
  .sim-go-button:hover {
    opacity: 0.8;
    cursor: pointer; }

.tooltip {
  position: relative;
  display: block; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #4b8cd7;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4b8cd7 transparent transparent transparent;
  opacity: 1; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.h3hovergrow {
  -webkit-transition: color 0.3s, font-size 0.3s;
  -moz-transition: color 0.3s, font-size 0.3s;
  -o-transition: color 0.3s, font-size 0.3s;
  transition: color 0.3s, font-size 0.3s; }
  .h3hovergrow:hover {
    font-size: 1.8rem;
    color: #4b8cd7; }

/* Slideshow container */
.slideshow-container {
  display: block;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0;
  content: "fake content"; }

/* Hide the images by default */
.mySlides {
  display: block;
  align-items: center;
  content: "fake content"; }
  .mySlides img {
    border-radius: 1rem;
    box-sizing: border-box;
    border: thick, solid, #2a70c2; }
  .mySlides .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white; }

.slideshow-container::after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  content: close-quote;
  background-image: url(../images/Sample/grasstile.png);
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: repeat-y repeat-x;
  padding: 0;
  text-align: center;
  text-decoration: none;
  opacity: 60%;
  color: white;
  -webkit-animation: scroll-right 80s linear infinite;
  animation: scroll-right 80s linear infinite; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

div.myVideo {
  width: 100%;
  padding: 1rem 0;
  display: none;
  border: 0.625rem; }
  div.myVideo img {
    max-width: 18.75rem;
    border-bottom: 0.3125rem solid #6C9AD8;
    width: 60%;
    height: auto;
    display: block;
    margin: 0.25rem auto; }
  div.myVideo video {
    max-width: 18.75rem;
    border-bottom: 0.3125rem solid #6C9AD8;
    width: 60%;
    height: auto;
    display: block;
    margin: 0.25rem auto; }

.video-button {
  background-color: #008CBA;
  /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s; }

.video-button:hover {
  /*background-color: #04AA6D; Green */
  background-color: #008CBA;
  /* Blue */
  color: white; }
