body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
main {
	background-image: url("images/old_tantangara_map_bkg_crop.jpg");
	background-attachment: fixed;
	background-position: center;
	margin: 0;
	padding: 10px 30px 10px 30px;
	border: none;
	display: block;
}
.main {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Amatic SC', cursive;
}
h1 {
	text-align: left;
	padding-top: 110px;
	padding-left: 15px;
	padding-bottom: 0;
	font-size: 68px;
	color: #99bbff;
	margin: 0;
}
p, li {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
p, h2, h3, h4 {
	padding: 10px;
	color: #331a00;
}
ul.navig {
    list-style-type: none;
    margin: 0;
    padding-top: 0;
    overflow: hidden;
}
li.navig {
    display: inline;
    padding: 10px;
    font-color: #99bbff;
    font-size: 30px;
}

a.navig {
	color: #99bbff;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
a.navig:hover {
	background-color: #f1f1f1;
	opacity: 0.5;
}

a .main {
	color: #8c8c8c;
}

.dropdown {
    position: relative;
    display: inline-block;
}

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

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

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
#nav {
	display: inline;
	float: right;
	padding-top: 130px;
	padding-bottom: 0;
}
.navig {
	color: #bfbfbf;
	font-family: 'Amatic SC', cursive;
}
header {
	//background: linear-gradient(to bottom, #6699ff 0%, #cccccc 100%);
	background: #333333 url("images/mountain_view_banner.jpg") no-repeat center;
	height: 200px;
	margin: 0;
	padding: 0;
}

footer {
	background-image: url("images/sunny_shallow_river_footer.jpg");
	background-position: center;
	height: 150px;
	padding: 0;
	margin: 0;
}
.acknow {
	text-align: center;
	color: #bfbfbf;
	font-size: 12px;
	line-height: 150px;
	padding: 0;
	margin: 0;
}

.more {
	display: none;
	//border-top: 1px solid #666;
	border-bottom: 1px solid #666; 
}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}
a.hideLink {
	background: transparent; 
}
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; 
}

div.gallery.portrait img {
    position: center;
    width: 100%;
}
div.gallery.landscape img {
  position: center;
  height: 100%;
}
div.crop {
  height: 300px;
  width: 300px;
  overflow: hidden;
}

/*
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
}

div.gallery:hover {
    border: 1px solid #331a00;
}

div.gallery.portrait img {
    position: center;
    width: 100%;
}
div.gallery.landscape img {
	position: center;
	height: 100%;
}
div.crop {
	height: 300px;
	width: 300px;
	overflow: hidden;
}

a.imagel, a.imagep {
  position: relative;
}

a.imagel span {
  display: none;
  position: absolute;
  top: 110px;
  width: 100%;
  padding: 12px;
  background: rgba(255,255,255,.8);
     text-align: left;
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-color: #331a00;
}

a.imagep span {
	display: none;
  position: absolute;
  top: 68px;
  width: 100%;
  padding: 12px;
  background: rgba(255,255,255,.8);
     text-align: left;
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-color: #331a00;
}

a.imagel:hover span, a.imagep:hover span {
  display: block
}

.container {
	width: 100%;
	height: 800px;
	margin: auto;
}

#portrait {
	padding: 10px;
}
*/

/* Modal Gallery Implementation*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

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

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* End of Modal Gallery Implementation */
main, footer {
	overflow: auto;
}

img.left {
	float: left;
	padding: 20px;
}

img.right {
	float: right;
	padding: 20px;
}