@import url('https://fonts.googleapis.com/css?family=Lato|Lora|Montserrat:300');

body {
    color: #555555;
    font-family: 'Lato', sans-serif; 
    font-size: 14px; 
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 20px; 
    letter-spacing: 2px;
}

h1 {
    color: #868686;
    font-family: 'Lora', serif;
    font-size: 48px;
    font-weight:normal;
    line-height: 50px;
    letter-spacing: 1px;
}

h2 { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 30px; 
    font-weight: 400; 
    line-height: 40px;  
}

h3 {
    color: #7c795d; 
    font-family: 'Lato', sans-serif; 
    font-size: 25px; 
    font-weight: 600; 
    line-height: 40px; 
    margin: 0 0 24px; 
    letter-spacing: 1px;

}

h4 {
    color: #818181; 
    font-family: 'Lato'; 
    font-size: 20px; 
    font-weight: 200; 
    line-height: 40px;
}

h5 {
    color: #647557; 
    font-family: 'Lora';
    font-size: 20px; 
    font-weight: 400; 
    line-height: 40px;
}

h6 {
    color: #5E9393; 
    font-family: 'Lato';
    font-size: 18px; 
    font-weight: normal; 
    line-height: 20px;
    letter-spacing: 1px;
}

p {
    color: #555555;
    font-family: 'Lato', sans-serif; 
    font-size: 14px; 
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 1px;
}

p.footer {
    color: #5d9494;
    font-family: 'Lato', sans-serif; 
    font-size: 13px; 
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    line-height: 20px; 
    letter-spacing: 0;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5e9393;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.outerLink {
    background-color:black; 
    display:block; 
    opacity:1;
    filter:alpha(opacity=100);
    width:200px;
}

img.darkableImage {
    opacity:1;
    filter:alpha(opacity=100);
}

a:link {
    text-decoration: none;
    color: #5d9494;
}

a:visited {
    text-decoration: none;
    color: #5d9494;
}

a:hover {
    color:  #868686;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
    color: #7C997B;
}

.greetext
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #555555;
}

.blacktext {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555555;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.checkout {
    font-family: 'Lato', sans-serif; 
    font-size: 14px; 
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 14px; 
    letter-spacing: 1px;
    color: #555555;
}

.checkoutinput {
    color: #555555;
    font-family: 'Lato', sans-serif; 
    font-size: 14px; 
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 14px; 
    letter-spacing: 1px;
}

.nopcart {
    background: #FFFFFF;
    bborder: 1px solid black;
    font-family: 'Lato', sans-serif; 
    font-size: 15px; 
    width: 60%;
    padding: 20px;
    margin-left:10%; 
    margin-right:10%;
}

.nopheader {
    background: #F9F9F9;
    font-family: 'Lato', serif; 
    font-size: 15px; 
    color: #5d9494;
}


.nopentry {
    background: #FFFFFF;
    font-family: 'Lato', sans-serif; 
    font-size: 15px; 
    color: #000000;
}

.noptotal {
    background: #c1e7d8;
    font-family: 'Lato', sans-serif; 
    font-size: 15px; color: #000000;
}

.nopbutton {
    background: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px; 
    color: #000000;
} 

#centeredmenu {
    clear:both;
    float:left;
    margin:0;
    padding:0;
    border-bottom:1px solid #ffffff; 
    width:100%;
    z-index:1000; 
/* This makes the dropdown menus appear above the page content below */
position:relative;
}

/* Top menu items */
#centeredmenu ul {
    margin:0;
    padding:0;
    list-style:none;
    float:right;
    position:relative;
    right:50%;
    font-size:1.000em;
}

#centeredmenu ul li {
    margin:0 0 0 2.143em;
    padding:0;
    float:left;
    position:relative;
    left:50%;
    top:0.071em;
    font-size:0.929em;
}

#centeredmenu ul li a {
    display:block;
    margin:0;
    padding:.6em .5em .4em;
    font-size:0.8em;
    line-height:1.000em;
    background:#ffffff;
    text-decoration:none;
    color:#666666;
    font-weight:bold;
    border-bottom:0.000em;
    font-family: Lato, sans-serif;
    letter-spacing: 0.071em;
}
#centeredmenu ul li.active a {
    color:#ffffff;
    background:#000;
}
#centeredmenu ul li a:hover {
    background:#c1e7d8; /* Top menu items background colour */
    color:#ffffff;
    border-bottom:0.071em solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
    background:#c8e17e; /* Top menu items background colour */
    color:#ffffff;
border-bottom:1px solid #03f;
}
/* Submenu items */
#centeredmenu ul ul {
    display:none; /* Sub menus are hidden by default */
    position:absolute;
    top:2em;
    left:0;
    right:auto; /*resets the right:50% on the parent ul */
    width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
    left:auto; /*resets the left:50% on the parent li */
    margin:0; /* Reset the 1px margin from the top menu */
    clear:left;
    width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
    font-size:0.929em;
    font-weight:normal; /* resets the bold set for the top level menu items */
    background:#fff;
    color:#555555;
    line-height:1.8em; /* overwrite line-height value from top menu */
    border-bottom:0.071em solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */         background:#c8e17e; /* Sub menu items background colour */
color:#fff;
}
/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
left:auto; /* reset left:0; value */
right:0; /* Set right value instead */
}
/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
display:block; /* Show the sub menus */
}
.button {
    background-color: #c1e7d8;
    border: none;
    color: #5d9494;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button:hover {
    background-color: #868686;
    color: white;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

@media screen and (max-width: 700px) {
  .column {
    width: 100%;
    height: auto;
  }
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #5d9494;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.navbar {
  overflow: hidden;
  background-color: #c1e7d8;
  font-family: Lato, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #5d9494;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #5d9494;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #868686;
  color: white;
}

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

.dropdown-content .header {
  background: #c1e7d8;
  padding: 5px;
  color:  #5d9494;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  background-color: #c1e7d8;
  height: 250px;
}

.column a {
  float: none;
  color: #5d9494;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: white;
  color: #868686;
}

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

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ 
}

.container {
	max-width: 1200px; 	padding: 5em;	margin 0 auto;
	text-align: left;}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

.imageresp {
	width: auto;
	height: auto;
	max-width: 100%;
}

.colored-div {
        padding: 10px;
	border-left: 1px solid white;
        box-sizing: border-box;
	height: 300px;
	color: #5d9494;
}

.box {
  	line-height: 1.6;
	height: 200px;
}

div.gallery {
  margin: 20px;
  border: 0;
  float: left;
  height: 600px;
}

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

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

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


.footer {
   	background-color: #c1e7d8;
   	padding: 45px 0 20px;
   	color: #737373;
   	left: 0;
   	bottom: 0;
   	width: 100%;
        box-sizing: border-box;
        overflow: auto;
}
.