
#sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    //background-color: #111;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}

#sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#sidenav a:hover {
    color: #f1f1f1;
}

#sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#sidenav li span {
  position: relative;
  left: -30px;
}

#main {
    transition: margin-left .2s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  #sidenav {padding-top: 15px;}
  #sidenav a {font-size: 16px;}
}

.main-body {
  background-image: url("/photos/MesquiteFlatSandDunes.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.story {
  background-color: rgba(50, 50, 50, 0.25);
  //color: rgb(230, 230, 230);
  color: white;
}
.story a:visited {
    color: white;
 }
 .story a:hover {
    color: white;
    background-color: black;
    text-decoration : underline;
 }
 .story a:active {
    color: #555;
    background-color: inherit;
    text-decoration : none;
}

.main-footer {
  //background-color: rgba(50, 50, 50, 0.25);
  color: rgb(230, 230, 230);
  text-align: center;
  /*
  position: absolute;
  bottom: 0;
  */
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.main-footer div div span a {
    color: rgb(255, 255, 255);
    background : inherit;
    text-decoration : none;
 }
 .main-footer div div span a:hover {
    color: #000;
    background : #fcfefc;
    text-decoration : underline;
 }
 .main-footer div div span a:active {
    color: rgba(255, 255, 255, 0.5);
    background : inherit;
    text-decoration : none;
 }

.pointless {
  //background-color: rgba(50, 50, 50, 0.25);
  color: white;
  //height: 100px;
  //line-height: 2.5px;
  display: flex;
  align-items: center;
}

.pointless-text {
  text-align: center;
  //background-color: rgba(50, 50, 50, 0.25);
}
.pointless-text a {
    color: rgb(220, 220, 220);
    background : inherit;
    text-decoration : none;
 }
.pointless-text a:visited {
    color: #000000;
    background : inherit;
    text-decoration : none;
    font-weight: bold;
    font-family: "Lucida Handwriting";
 }
 .pointless-text a:hover {
    color: #000;
    background : #fcfefc;
    text-decoration : underline;
 }
 .pointless-text a:active {
    color: rgba(255, 255, 255, 0.5);
    background : inherit;
    text-decoration : none;
}

.photos-body {
  background-image: url("/photos/FallTreesAndMountains.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.photos-links a {
    color: rgb(80, 130, 255);
}

.photos-links a:visited {
}

.photos-links a:hover {
    color: white;
    background-color: black;
    text-decoration : underline;
}

.photos-links a:active {
    color: #555;
    background-color: inherit;
    text-decoration : none;
}

.pi {
  overflow-wrap: break-word;
}

.videos-body {
  background-image: url("/photos/SurfingThePacific.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.video-link {
  background-color: rgb(0, 50, 100, 0.4);
}

.video-link a {
  color: white;
}

.video-link a:hover {
    color: white;
    text-decoration : none;
}

.jaidee2006-body {
  background-image: url("/photos/Jaidee 2006/JaideeSleeping.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.jaidee2006-links a {
    color: white;
}

.jaidee2006-links a:visited {
}

.jaidee2006-links a:hover {
    color: white;
    background-color: black;
    text-decoration : underline;
}

.jaidee2006-links a:active {
    color: #555;
    background-color: inherit;
    text-decoration : none;
}

.jaidee2007-body {
  background-image: url("/photos/Jaidee 2007/JaideeSleeping.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.jaidee2007-links a {
    color: white;
}

.jaidee2007-links a:visited {
}

.jaidee2007-links a:hover {
    color: white;
    background-color: black;
    text-decoration : underline;
}

.jaidee2007-links a:active {
    color: #555;
    background-color: inherit;
    text-decoration : none;
}

.jaidee2008-body {
  background-image: url("/photos/Jaidee 2008/JaideeSleeping.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.jaidee2008-links a {
    color: white;
}

.jaidee2008-links a:visited {
}

.jaidee2008-links a:hover {
    color: white;
    background-color: black;
    text-decoration : underline;
}

.jaidee2008-links a:active {
    color: #555;
    background-color: inherit;
    text-decoration : none;
}


.kids2008-body {
  background-image: url("/photos/Kids 2008/JaideeSleeping.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.kids2008-links a {
    color: white;
}

.kids2008-links a:visited {
}

.kids2008-links a:hover {
    color: white;
    background-color: black;
    text-decoration : underline;
}

.kids2008-links a:active {
    color: #555;
    background-color: inherit;
    text-decoration : none;
}

@media screen and (max-width: 767px) {
  .photos-links a {color: white;}
  .jaidee2006-links .text-right {text-align: center;}
  .jaidee2006-links .text-left {text-align: center;}
  .kids2008-links .text-right {text-align: center;}
  .kids2008-links .text-left {text-align: center;}
}

.sheep-links {
  color: gray;
  text-align: center;
}

.sheep-links a {
  color: black;
}

.sheep-links a:visited {
}

.sheep-links a:hover {
  color: white;
  background-color: black;
  text-decoration: underline;
}