html {
	margin-top: -20px;
	height: 100%;
}

body { background-color: transparent; 
	color: #666666; 
	font-family: Garamond, "Times New Roman", serif;
	margin: 0;
	height: 100%;
	padding:0;
}

body p {
	padding-left: 20px;
	padding-right: 20px;
}

* { box-sizing: border-box;
	margin: 0;}

/* Nav */
/* Background*/
.topnav {
  background-color: transparent;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right; 
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-family: Garamond, "Times New Roman", serif;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Add an active class to highlight the current page */
.topnav .active {
  background-color: #FFFFFFCC;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: Garamond, "Times New Roman", serif;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #FFFFFFCC;
  color: black;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create a right-aligned (split) link inside the navigation bar */
.topnav a.logo {
  float: left;
}

#logo {
	background-image: url("logo.png");
	height: 40px;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 12.5px;
}

/* Home Hero */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (walk.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("walk.jpg");

  /* Set a specific height */
  height: 130%;
  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Dest Hero */
.dest-image {
  /* Use "linear-gradient" to add a darken background effect to the image (goats.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("goats.jpg");

  /* Set a specific height */
  height: 90%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

/* Meet the Family Hero */
.fam-image {
  /* Use "linear-gradient" to add a darken background effect to the image (family.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("family.jpg");
  
  /* Set a specific height */
  height: 130%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Accommodations Hero */
.acc-image {
  /* Use "linear-gradient" to add a darken background effect to the image (rbhotel.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("rbhotel.jpg");

  /* Set a specific height */
  height: 90%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

/* Food Hero */
.food-image {
  /* Use "linear-gradient" to add a darken background effect to the image (sushi.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("sushi.jpg");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

/* Sight Hero */
.dis-image {
  /* Use "linear-gradient" to add a darken background effect to the image (disney.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("disney.jpg");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

/* Contact Hero */
.contact-image {
  /* Use "linear-gradient" to add a darken background effect to the image (buchholzriver.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("buchholzriver.jpg");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

/* Gallery Hero */
.gallery-image {
  /* Use "linear-gradient" to add a darken background effect to the image (lajolla2.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("lajolla2.jpg");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

/* Position the navbar container inside the image */
.container {
  position: relative;
  margin: 20px;
  width: auto;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}

.button {
  background-color: transparent;
  border: none;
  color: #f2f2f2;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 5px;
  transition-duration: 0.4s;
  font-family: Garamond, "Times New Roman", serif;
}

.button:hover {
  background-color: #FFFFFFCC;
  color: black;
}

.button2 {
  background-color: #FFFFFFCC;/* Transparent*/
  border: none;
  color: black;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 5px;
  transition-duration: 0.4s;
  font-family: Garamond, "Times New Roman", serif;
}

.button2:hover {
  background-color: #b3b3b3;
  color: #FFFFFF;
}

a:link {
  text-decoration: none;
}

h1 { background-color: transparent; color: #FFFFFF; margin-bottom: 0; 
	background-position: right; 
	text-align: center; 
	font-size: 85px;
	margin-top: 0; 
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 0.22em; 
	font-family: Garamond, "Times New Roman", serif; 
}

h1 a { text-decoration: none;   
}
h1 a:link { color: #FFFFFF
}
h1 a:visited { color: #FFFFFF
}
h1 a:hover { color: #90C7E3
}

h2 { color: #0d4072; 
	font-family: Garamond, "Times New Roman", serif; 
	text-shadow: 1px 1px 1px #CCCCCC; 
	font-size: 40px;
	text-align: center; 
}

h3 { color: #FFFFFF; 
	font-family: Garamond, "Times New Roman", serif;
	font-size: 30px;
}

h4 { color: #0d4072; 
	font-family: Garamond, "Times New Roman", serif; text-align: center; margin: 4px;
}

/* Slideshow container max-width: 2000px;*/
.slideshow-container {
  position: relative;
  margin: auto;
}

.responsive {
  width: 100%;
  height: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons*/ 
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 240%;
  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;
}

/* Caption text */
.text {
  position: absolute; /* Position the background text */
  bottom: 4px; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  background-size: 20px;
  color: #f2f2f2; /* Grey text */
  font-size: 20px;
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
  text-align: center;
  font-family: Garamond, "Times New Roman", serif;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

.row {
  margin: 4px -8px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 0;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Create five equal columns that floats next to each other */
.column2 {
  float: left;
  width: 20%;
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: inline;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 0;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 14px 16px;
  font-size: 18px;
  background-color: transparent;
  color: #f2f2f2;
  cursor: pointer;
  margin-top: 5px;
  transition-duration: 0.4s;
  font-family: Garamond, "Times New Roman", serif;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #FFFFFFCC;
  color: black;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

main { padding: 1px 20px 20px 30px;
	display: block; 
	background-color: #FFFFFF;
	font-family: Garamond, "Times New Roman", serif;
}

.section { padding-left: 2em;
		padding-right: 2em;
}

dt { color: #002171;
}

.theme { color: #0D4072; font-weight: bold; 
}

.contact { font-size: .9em;
}

footer { text-align: center; 
	font-style: italic; 
	font-size: .75em; 
	font-family: Garamond, "Times New Roman", serif; 
	padding: 2em;
	background-color: #FFFFFF; 
}

form { display: flex;
	flex-flow: column nowrap;
}

input, textarea { margin-bottom: 0.5em;
	padding:10px;
	border:0;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
	font-family:inherit;
	font-size: inherit;
}

.video-container {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
  width: 100%;
  background-color: transparent;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/*gallery grid*/
.row3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column3 {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column3 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 700px) {
  .column3 {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column3 {
    flex: 100%;
    max-width: 100%;
  }
}

/* Container needed to position the overlay. Adjust the width as needed */
.container2 {
  position: relative;
}

/* Make the image to responsive*/
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: white;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container2:hover .overlay {
  opacity: 1;
}

/*table*/
#img {
  height: 50%;
  width: 50%;
}
#img2 {
  height: 50%;
  width: 50%;
}
#img3 {
  height: 50%;
  width: 50%;
}
#img4 {
  height: 50%;
  width: 50%;
}
#img5 {
  height: 50%;
  width: 50%;
}
#img6 {
  height: 50%;
  width: 50%;
}
#img7 {
  height: 50%;
  width: 50%;
}

.table-users {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  max-width: calc(100% - 2em);
  margin: auto;
  overflow: hidden;
  width: 1500px;
}

table {
  width: 100%;
  border-spacing: 0;
}

table td, table th {
  color: #666;
  font-weight: bold;
  padding: 7px;
}
table td {
  text-align: center;
  vertical-align: middle;
}
table td:last-child {
  line-height: 1.4;
  text-align: left;
}

table th {
  background-color: #0d4072;
  font-weight: bold;
  color: white;
}
table tr:nth-child(2n) {
  background-color: white;
}
table tr:nth-child(2n+1) {
  background-color: #FFFFFFCC;
}

@media screen and (max-width: 700px) {
  table, tr, td {
    display: block;
  }

  td:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;

  }
  td:not(:first-child) {
    clear: both;
    margin-left: 100px;
    padding: 4px 20px 4px 90px;
    position: relative;
    text-align: left;
  }
  td:not(:first-child):before {
    color: #0d4072;
    content: "";
    display: block;
    left: 0;
    position: relative;
  }

  td:nth-child(3):before {
    content: "Location";
  }
  td:nth-child(4):before {
    content: "Place";
  }
  td:nth-child(5):before {
    content: "Price";
  }
  td:nth-child(6):before {
    content: "Why we loved it";
  }  

  tr {
    padding: 10px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
}

/* 600 pixels wide*/
@media screen and (max-width: 600px) {
  .topnav a:not(:last-child) {display: none;}
  .topnav a.icon {
    position: fixed;
    left: 0;
    top: 0;
	float: left;
    display: block;
  }
   .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none; font-size: 16px; padding: 5px;
  }
 
  .topnav a.icon {
    float: left;
    display: block;
	font-size: 24px;
  }
  .topnav.responsive {position: relative; background-color: #2d5986;}
  .topnav.responsive a.icon {
    position: fixed;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 16px; padding: 5px;	
  }
  .topnav.responsive .dropdown {float: none; background-color: #2d5986;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
	display: block;
    width: 100%;
    text-align: left;
	font-size: 16px; padding: 5px;
  } 
  
  h1 { font-size: 28px; }
  h2 {font-size: 24px; }
  h3 {font-size: 20px; }
  h4 {font-size: 18px; }
  p {font-size: 16px;
	padding-left: 20px;
	padding-right: 20px; }
  .text {font-size: 16px; }
  .button { font-size: 16px; padding: 5px;}
  .btn { font-size: 16px; padding: 5px;}
  .column { width: 100%; }
  .column2 { width: 100%; }
  .hero-image { width: 100%; height: 50%; top: 0;} 
  .fam-image { width: 100%; height: 50%;}
  .dest-image { width: 100%; height: 50%;} 
  .acc-image { width: 100%; height: 50%;}
  .food-image { width: 100%; height: 50%;}
  .dis-image { width: 100%; height: 50%;}
  .gallery-image { width:100%; height: 50%;}
  .contact-image { width: 100%; height: 50%;}  
  .hero-text {
  text-align: center;
  position: absolute; 
  top: 200px;
  transform: translate(-50%, -50%);
  color: white;
}
/*table*/
 #img {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
    #img2 {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
   #img3 {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
   #img4 {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
   #img5 {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
 #img6 {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
 #img7 {
    height: 90%;
    margin: 0.25rem 0;
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }

  td:first-child {
    background-color: #c6d9ec;
    border-bottom: 1px solid #0d4072;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
  }
  td:not(:first-child):before {
    font-size: 16px;
    padding-top: 0.3em;
    position: relative;
  }
  td:last-child {
    padding-bottom: 1rem !important;
  }

  tr {
    background-color: white !important;
    border: 1px solid #0d4072;
    border-radius: 10px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
    padding: 0;
  }

  .table-users {
    border: none;
    box-shadow: none;
    overflow: visible;
  }

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: white;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container2:hover .overlay {
  opacity: 1;
}
}
