@charset "utf-8";

html,body {
        width: 100%;
        height: 100%;
        position: relative; 
}
body {
	margin: 0px;
	font-family:verdana;
}
.formleft1 {
	display:inline-block;
	width:25%; 
	max-width:200px;
	min-width:150px;
	font-weight: bold;
}
.formright1 {
	display:inline-block;
	width:75%;
	min-width:250px;
	margin-bottom: 10px;
}

.success {
	border:1px solid black;
	padding:6px;
	margin:6px auto;
	width:95%;
	font-weight: bold;
}

.SetListTable {
	display:table;
	width:90%;
	margin:auto;
}

.SetListRow {
	display:table-row;
	
}

.SetListItem {
	display:table-cell;
	width:50%;
	text-transform: capitalize;
	font-size:0.9em;
	padding: 5px 2px;
}

.SetListItem:hover {
	background-color:rgba(203,203,203,1.00);
}



/* gallery code

*/

div.gallery {
  border: 1px solid #ccc;
}

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

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
	display:inline-block;
  width: 23.99999%;
	margin-top:6px;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
	
	.SetListItem {
	display:inline-block;
	width:100%;
}
	
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
	  
  }
	
}

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





/*
nav {
  margin-top: 40px;
  padding: 24px;
  text-align: center;
  font-family: Raleway;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
#nav-1 {
  background: #3fa46a;
}
#nav-2 {
  background: #5175C0;
}
#nav-3 {
  background: #EEA200;
}

.link-1 {
  transition: 0.3s ease;
  background: #3fa46a;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border-top: 4px solid #3fa46a;
  border-bottom: 4px solid #3fa46a;
  padding: 20px 0;
  margin: 0 20px;
}
.link-1:hover {
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 6px 0; 
}

.link-2 {
  transition: 0.6s;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border-right: 2px dotted transparent;
  padding: 30px 8px 0 10px;
  margin: 0 10px;
}
.link-2:hover {
  border-right: 2px dotted #ffffff;
  padding-bottom: 24px;
}
.link-3 {
  transition: 0.4s;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 10px;
}
.link-3:hover {
  background-color: #ffffff;
  color: #EEA200;
  padding: 24px 10px;
}

*/



nav {
  box-shadow: 2px 2px 8px rgba(124,81,0,1.00);
	position: fixed;
	top:0px;
	width:100%;
	text-align: center;
	margin: auto;
	height:130px;
	padding:00px;
	background-color: rgba(48,48,48,1.00);
	overflow: hidden;
	display: flex;
  justify-content: center; align-items: center;
}


nav img {
	max-height: 120px;
	width:30%;
	padding:0;
	position: relative;
	

}


nav #text {
}

nav a:link, nav a:visited { color: #fff; display:inline-block; text-align: center; text-decoration: none;  transition: 1s; padding:15px 1%; text-transform: uppercase; font-size: 1.3em; vertical-align: middle;

  border-left:3px solid rgba(124,81,0,0.00); 
  border-right:3px solid rgba(124,81,0,0.00); }
nav a:hover { 
  border-left:3px solid rgba(124,81,0,1.00); 
  border-right:3px solid rgba(124,81,0,1.00); 
	background-color: rgba(126,124,124,1.00);
	border-radius: 8px;
  color: #EEA200;}

.sub-menu {
  background: #DDD;
	color:rgba(124,81,0,1.00);
	border-left:0px solid #DDD;
}

#header {
	padding:0px;
	margin-top:05px;
	display: none;
	visibility: hidden;  
	box-shadow: 2px 2px 8px rgba(124,81,0,1.00);
	width:100%;
}

#topmargin-spacer {
	margin-top:130px;
}

#logo {
	text-align: center;
	margin:auto;
}

#main {
	background-color:#fff;
	padding:10px;
	overflow: hidden;
}

#main #content {
	margin: 15px 15%;
	padding:10px;
	background-color: rgba(245,245,245,1.00);
	border:1px solid rgba(223,223,223,1.00);
	border-radius:5px;
	
	overflow: visible;
}

#rings {
	background-image:url("../Photos/HeaderPic.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}

#rings #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}


#cont {
	background-image:url("../Photos/Pic12.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}

#cont #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}



#code {
	background-image:url("../Photos/Pic2.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}

#code #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}

#events {
	background-image:url("../Photos/Pic5.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}


#events #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}

#fam {
	background-image:url("../Photos/HeaderPicBW.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}


#fam #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:200px 0px;;
}

#media {
	background-image:url("../Photos/Pic14.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}


#media #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}


#scenic {
	background-image:url("../Photos/Pic20.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}


#scenic #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}


#family {
	background-image:url("../Photos/Pic12.jpg");
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	background-clip:border-box;
	background-repeat: no-repeat;
	width: 100%;
}


#family #main {
	
	background-color:rgba(17,17,17,0.70);
	color:white;
	font-size: 2em;
	text-align: center;
	padding:150px 0px;;
}



titletext {
	font-size:3em;
	text-transform: uppercase;
}


.screen {
	display: block;
	visibility: visible;
}

.device {
	display:none;
	visibility: hidden;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 5% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 0.5em;
    text-decoration: none;
    font-size: 1em;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 1.1em}
    .overlay .closebtn {
        font-size: 1.1em;
        top: 15px;
        right: 35px;
    }
}

#header {
	display: none;
	visibility: hidden;
	top:0px;
	padding-top:0;
	margin-top:0;
	color:white;
	font-size:1.2em;
	overflow: hidden;
	
}

#topmargin-spacer {
	margin-top:2px;
}

#menumobicon {
	width:40px;
	float:left;
	display: none;
	visibility: hidden;
}

#menumobicon img {
	max-width:100%;
}


input[type=text], input[type=number], input[type=password] {
	padding:5px;
	border:1px solid #666;
	border-radius: 8px 0 8px 0;
	box-shadow: 2px 2px 5 10 #666;
	font-size:1em;
	
    background-color: #f8f8f8;
	margin:3px;
	width:100%;
	min-width:250px;
	max-width:450px;
}

input[type=text]:focus, input[type=number]:focus, input[type=password]:focus {
    border: 1px solid #555;
	background-color:rgba(247,229,166,1.00);
}

select {
    padding:5px;
	border:1px solid #666;
	border-radius: 8px 0 8px 0;
	box-shadow: 2px 2px 5 10 #666;
	font-size:1em;
	
    background-color: #f8f8f8;
	margin:3px;
}

.samples {width:30%; min-width: 300px; display:inline-table; vertical-align:top; margin:auto; padding:15px 3px; height:100%; box-shadow: 2px 2px 4px 4px #777;  margin: 5px 15px;}


textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
	
	font-size:1em;
    resize: none;
	margin:3px;
}

#formdetails {
	width:48%;
	padding:3px;
	display: inline-table;
	
}

#formresponse {
	width:48%;
	padding:3px;
	float:right;
	
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #513ECF;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

#footer {
	color:white;
	font-size:0.8em;
	text-align: center;
	padding:10px 0px 15px 0px;
	position: fixed;
	bottom:0px;
	height:50px;
	width:100%;
	background-color:rgba(0,0,0,1.00);
	border-top: 1px solid white;
}

/*Mobiles*/
@media (max-width: 520px) {
	
	body {
		
	background-color:rgba(61,60,60,1.00);
	}
	
	#formdetails {
	width:100%;
		float:none;
		padding:0;
	
}

#formresponse {
	width:100%;
		float:none;
		padding:0;
	
}
	
	input[type=text] {
	width:98%
}

	#header {
		display:block;
		visibility: visible;
	}
	
	nav {
		display:none;
		visibility: hidden;
		height:0;
	}
	
	#topmargin-spacer {
	margin-top:01px;
}
	
	#logo {
		width:92%;
	}
	
	#logo img {max-width: 90%;
	margin:auto;
	text-align: center;}
	
.screen {
	display:none;
	visibility: hidden;
}

.device {
	display: block;
	visibility: visible;
}
	
	#menumobicon {
		display:block;
		visibility: visible;
		position: absolute;
		left:5px; top: 5px;
	}
	
	#main #content {
	margin: 15px 5%;
}
	
	
	titletext {
	font-size:1.5em;
	text-transform: uppercase;
}
	
	#code {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#code #main {
		font-size:1em;
		padding:50px 0px;
	}
	
	#cont {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#cont #main {
		font-size:1em;
		padding:50px 0px;
	}
	
	#rings {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#rings #main {
		font-size:1em;
		padding:50px 0px;
	}
	
	#events {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#events #main {
		font-size:1em;
		padding:50px 0px;
	}
	
	#scenic {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#scenic #main {
		font-size:1em;
		padding:50px 0px;
	}
	
	#fam {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#fam #main {
		font-size:1em;
		padding:50px 0px;
	}

	
	
}

/* Small Tablets */
@media (min-width: 521px)and (max-width: 800px) {
	
	body {
		
	background-color:rgba(61,60,60,1.00);
	}
	
	#logo {
		width:80%;
	}
	
		#formdetails {
	width:100%;
		float:none;
		padding:0;
	
}

#formresponse {
	width:100%;
		float:none;
		padding:0;
	
}
	
	input[type=text] {
	width:98%
}
	
	titletext {
	font-size:2em;
	text-transform: uppercase;
}
	
	#cont {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#cont #main {
		font-size:1em;
		padding:80px 0px;
	}
	
	
	#code {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#code #main {
		font-size:1em;
		padding:80px 0px;
	}
	
	#rings {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#rings #main {
		font-size:1em;
		padding:80px 0px;
	}
	
	#events {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#events #main {
		font-size:1em;
		padding:80px 0px;
	}
	
	#scenic {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#scenic #main {
		font-size:1em;
		padding:80px 0px;
	}
	
	#fam {
		background-attachment:scroll;
	background-position:center;
	background-size:cover;
	background-clip:border-box;
	}
	
	#fam #main {
		font-size:1em;
		padding:80px 0px;
	}
	
	
	#menumobicon {
		display:block;
		visibility: visible;
	}
	
	#header {
		display:block;
		visibility: visible;
	}
	
	#logo img {max-width: 90%;
	margin:auto;
	text-align: center;}
	
	nav {
		display:none;
		visibility: hidden;
		height:0;
	}
	
	
	.screen{
	display:none;
	visibility: hidden;
}

.device {
	display: block;
	visibility: visible;
}
	
}

/* Small Desktops */
@media (min-width: 801px) and (max-width: 1096px) {
	
}