/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Apr-2020, 20:24:45
    Author     : Katie
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-Feb-2020, 09:57:54
    Author     : d00206788
*/

@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');

@keyframes dots
{
    to {
        width: 1.25em;  
    } 
}

@keyframes colorChange
{
    0%
   {
    background-color : #eed147;
   }
   50%
   {
    background-color : #dd754f;
   }
   100%
   {
    background-color: #F6E3D1;
   }
}

@keyframes slide_left
{
    from{left:-400px;}
    to{left:200px;}
    from 
    {
      transform: rotateY(0deg);
    }
    to 
    {
      transform: rotateY(-360deg);
    }
}

* {
    margin:0;
    padding:0;
    
}

#loading{
        font-family: 'Exo 2', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
        animation: colorChange 10s both;  
}

#mainBody{	
        font-family: 'Exo 2', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
        background-color: #F6E3D1;
        overflow:scroll;
}



.loadingPage {
    font-family: 'ZCOOL KuaiLe', cursive;
    font-size: 40px;
    color: #7cbe6e;
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.loadingPage::after {
/*    this gives 3 elipses*/
    content: '\2026';
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    animation: dots steps(4, end) 2s infinite;
    width: 0px;
}

.main{
    width:80%;
    opacity:0;
    display: none;
    transition: opacity 2s ease-in;

}

.main img{
    width:20%;
    float:right;
    padding-left:3em;
    padding-top:1em;
}

.main h1{
    font-family: 'ZCOOL KuaiLe', cursive;
    margin-bottom:1em;
    text-align: center;
    padding-top:5em;
}

.main p{
  font-size: 30px;
  color: #333; 
  padding-bottom:3em;
  padding-top:3em;
  background: #7cbe6e;
  width:80%;
}

.buttonContainer{
	text-align:center;
        padding-left:30em;
}

.button {
  display: inline-block;
  background: #C0C0C0;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 15px;
  

}

.button:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
}

#container{
    width:100%;
}


.nav {
  overflow: hidden;  background-color: #eed147;
  height:8em;
}

.nav a {
  float: left;
  display: block;
  color: #e6e2d8;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 47px;
  padding-right:70px;
  padding-left:68px;
  text-decoration: none;
  font-size: 30px;
  text-shadow:#888 2px 2px 3px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .drop {
  font-size: 30px;    
  border: none;
  outline: none;
  color: #e6e2d8;
  padding-top: 45px;
  padding-bottom: 47px;
  padding-right:70px;
  padding-left:68px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-shadow:#888 2px 2px 3px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e6e2d8;
  min-width: 267px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a { 
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nav a:hover, .dropdown:hover .drop{
  background-color: #DB4835;
  color: white;
}

.dropdown-content a:hover {
  background-color: #C0C0C0;
  color: #DB4835;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.search-container button{
  padding: 6px;
  margin-top: 20em;;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

#logo img{
width:8%;
float:right;
padding-right: 12em;
padding-top:1em;
padding-bottom:1em;
}


#tree{
    display:inline-block;
    padding-left:25em;
    padding-top:15em;
    padding-bottom:15em;
}

#tree img{
    height:8em;
}

#tree h2{
    padding-left:50px;
    padding-top:1em;
    font-size: 40px;
}

#flick{
    display:inline-block;
    padding-left: 17em; 
}

#flick img{
    height:8em;
}

#flick h2{
    padding-left:60px;
    padding-top:1em;
    font-size: 40px;
}

#flowers{
    display:inline-block;
    padding-left: 22em;
}

#flowers img{
    height:8em;
}

#flowers h2{
    padding-left:10px;
    padding-top:1em;
    font-size: 40px;
}
    
   

figure:hover{
    transition: color .9s;
    color: #dd754f;
}

#mainTable {
  border-collapse: collapse;
  width: 50%;
  border: 1px solid black;  
  display: table-cell
}

th {
  height: 150px;
  font-size: 30px;
}

#mainTable img{
    padding:2.5em;
}

#containerText{
    background-color: #dd754f;
    width: 85%;
    padding: 50px;
    padding:2em;
    margin:2em;
    border: 12px solid white;
}

#containerText h1{
    padding:1em;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

#containerText p{
    font-size:20px;
    padding:1em;
}

#containerText i{
    font-size:20px;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

#container2{
    padding-top:20em;
    background-color: #f4adb4;
    width: 85%;
    border: 2px yellow;
    padding:2em;
    margin:2em;
    z-index: 100;
    border: 12px solid white;
}

#container2 h1{
    padding:1em;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

#container2 p{
    font-size:20px;
    padding:1em;
}

#container2 i{
    font-size:30px;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

.png{
    width:30%;
    padding:2em;
}

#container3{
    padding-top:20em;
    background-color: #7cbe6e;
    width: 85%;
    border: 2px yellow;
    padding:2em;
    margin:2em;
    z-index: 100;
    border: 12px solid white;
}

#container3 h1{
    padding:1em;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

#container3 p{
    font-size:20px;
    padding:1em;
}

#container3 i{
    font-size:30px;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

.cherry{
    width:10%;
}


#containerText2{
    background-color: #dd754f;
    width: 85%;
    border: 2px yellow;
    padding:2em;
    margin:2em;
    border: 12px solid white;
}

#containerText2 h1{
    padding:1em;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

#containerText2 p{
    font-size:20px;
    padding:1em;
}

#containerText2 i{
    font-size:20px;
    color: #e6e2d8;
    text-shadow:#888 2px 2px 3px;
}

#divider{
    padding:10em;
}

.pngAnimated{
        width:30%;
        padding-top:15em;
        padding-right:5em;
        animation: slide_left 5s normal forwards;  
}


.specialCharacter img{
    width:70%;
}

#specials img{
    padding-left:5em;
}

h1{
    padding-top:5em;
    color: black;
}

#mains img{
    padding-left:4em;
    height:10em;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-top:8em;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

table
    {
        padding-top:10em;
        width:300px; 
        border-collapse: collapse;
    }

    #villagersTable
    {
        margin-top:30px;
        width:600px;
        margin-left:auto;
        margin-right:auto;
        border-collapse:collapse;
    }

    #villagersTable th
    {
        text-align: left;
        background-color:#eed147;
        color:#fff;
    }

    #villagersTable th,
    #villagersTable td
    {
        padding:5px;
    }


    #villagersTable tbody tr:nth-child(odd)
    {
        background-color: #accda5;
    }

    #villagersTable tbody tr:nth-child(even)
    {
        background-color: #e6e2d8;
    }

    fieldset
    {
        margin-bottom: 10px;
    }

    form{
        padding:5em;
    }
    
    input[type=text] {
  width: 150px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}

#text {display:none;color:red}