* {
  box-sizing: border-box;
}

.title{
    color: black;
    font-size: 3vw;
    font-family:  'figtree', 'sans-serif';
    font-weight: regular;
    posiiton:sticky;
    padding-right: 200px;
    float:right;
    text-decoration-color: black;
}




.fossil{
    color: black;
    font-size: 28px;
    font-family:  'figtree', 'sans-serif';
    font-weight: regular;
    posiiton:absolute;
    padding-left: 200px;
}

.text {
  color: #000000;
  font-size: 1.85vw;
  position: absolute;
  top:-20px;
  right: 0;
  max-width: 40%;
  text-align: left;
  font-family:  'figtree', 'sans-serif';
  text-decoration-color: black;
  max-height: 85vh;
}

.text a:link {

  text-colour:black;
}

.text a:visited {

  text-colour:black;
}

mark {
  background-color: #0FFF50;
}





.w4w a:hover {
 cursor: pointer;
}


.video {

}

.about-image{

   max-width: 1000px;
  position: relative;
  margin: auto;
}



/* The sidebar menu */
.sidenav {
  max-height: 90vh;
  max-width: 12%; /* Set the width of the sidebar */
  
  float: left;
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #FFFFFF; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden;
  padding-top: 10px;
  
  font-family:  'figtree', 'sans-serif';
  
  margin-right: 10%;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1.75vw;
  color: black;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  background-color: #0FFF50
}

.sidenav a:active {
background-color: #0FFF50

}

.sidenav a:focus {
background-color: #0FFF50

}



/* Style page content */


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*slideshow

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-height: 90vh;
  max-width: 66%;
  position: relative;
  margin: auto;
  float: left;
}

/* Hide the images by default */
.mySlides {
  width: 100%;
  display: none;
}

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

.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  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:50%;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #0FFF50;
  color:white;
}

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

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



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





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

  
}

img {
  max-width: 50%;
  height: auto;
}