#preloadedImages
{
    width: 0px;
    height: 0px;
    display: none;
    background-image: url(/image/flag.jpg);
    background-image: url(/image/IMG_6767.PNG);
    background-image: url(/image/IMG_6758.PNG);
    background-image: url(/image/IMG_6759.PNG);
    background-image: url(/image/IMG_6760.PNG);
    background-image: url(/image/IMG_6761.PNG);
    background-image: url(/image/IMG_6762.PNG);
    background-image: url(/image/water_ship_small.jpg);
    background-image: url(/image/wild_rose.jpg);
}


html {
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  background-color: #ffffff;
  margin: 0 auto;
  color: #000000;
}


a {
  text-decoration: none;
  color: white;
}

nav {
  font-family: 'Glegoo', serif;
  width: 100%;
  max-width: 1000px;
  top: 0;
  position: fixed;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 40px;
  color: #ffffff;
}

.active {
  color: #cde1df;
}

nav li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 30px;
}

nav li:nth-child(5) {
  margin-right: 0px;
}

nav li:nth-child(6) {
  float: right;
  margin-right: 15px;
}


h1 {
  font-size: 45px;
  font-family: 'Amatic SC', cursive;
  text-align: left;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.white-title {
  color: white;
}

.intro {
  background-image: url(/image/hannahbw3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  <!--margin-top: 20%;-->
  width: 100%;
  height: 100%;
  font-size: 2.6em;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  padding-bottom: 45%;
}

#hello{
  padding-top: 20%;
  margin-left: -30%;
}

.section2 {
  background-color: #cde1df;
  padding-top: 5px;
  padding-bottom: 20px;
}

.section2 p {
  font-family: 'Glegoo', serif;
  margin-left: 5%;
  margin-right: 5%;
}

.section2 li {
  font-family: 'Glegoo', serif;
  margin-left: 10%;
  margin-right: 5%;
}

.list {
  min-width: 1135px;
}

.section3 {
  background-color: white;
  background-image: url(/image/wood19bw.jpg);
  background-repeat: repeat;
  padding-top: 5px;
  padding-bottom: 20px;
}

.section3 p {
  font-family: 'Glegoo', serif;
  color: #ffffff;
  margin-left: 5%;
  margin-right: 5%;
}

footer {
  width: 100%;
  color: white;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #8f8b9c;
}

footer p {
  font-family: 'Glegoo', serif;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

footer img {
  width: 10%;
  margin-right: 5px;
  vertical-align: middle;
}

footer h1 {
  padding-left: 5%;
}

.p_border_two
{
  margin: -20px 10px 10px;
  padding: 5px;
  /*border: 4px solid black;*/
  background-color: #cde1df;
  width: 75%;
  float: middle;
}

.gallery img
{
  position: relative;
  width: 90%;
}

.gallery:hover .text
{
  opacity: 0.6;
}

#largeImgPanel {
  text-align: center;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(100,100,100, 0.5);
}