html, body {
  margin:0;
  padding:0;
  font-family: Helvetica, Arial, Geneva, sans-serif;
  height:100%;
}
#container {
  min-height:100%;
  position:relative;
}
#header {
  background-color: #92acb9;
  width:auto;
  height:100px;
  padding:10px;
  height:75px;
  padding-left: 0;
  padding-right: 0;
}
#header h1 {
  color:#fff;
  float:right;
}

#brand {
  padding-left: 25px;
}
#searchBar span {
  padding-right:25px;
}
@media screen and (max-width: 900px) {
  #searchBar {
    display:none;
  }
}

#navContainer {
  float: left;
  width: 100%;
}
#navContainer ul{
  background-color: #727272;
  font-size:large;
  font-style:bold;
}
#navContainer ul li a{
  color:white!important;
}
#navContainer ul li.on{
  background:#8cadbc!important;
}
#navContainer ul li.on a {
}
.text-center {
    text-align: center;
}
#navContainer, #searchBar {
  padding-top: 13px;
}
#nav {
  /*font-size: 14px;*/
  /*height: 50px;*/
  display: block;
  list-style: none;
  margin:0;
  padding:0;
}
@media screen and (max-width: 650px){
  #nav {
    font-size:5vw!important;
  }
  #navContainer {
    margin-bottom: 30px;
  }
}
#nav li {
  float:left;
}
#nav li a:link, #nav li a:visited {
  color:#000;
  text-decoration: none;
  padding:13px;
  display: block;
}
#nav li a:hover, #nav li a.on { 
  color: #777;
}
#content {
  padding:10px;
  padding-bottom:110px;
  padding-left:25px;
  padding-right:25px;
  padding-top:90px;
}
@media screen and (max-width: 900px){
    #content {
        padding-top:250px;
    }
}
@media screen and (max-width: 500px){
    #content {
        padding-top:325px;
    }
}
.collection {
  float:left;
  margin:20px;
  padding:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  border:2px solid #ccc;
}
.collection h4 {
  border-bottom: 1px dotted #ccc;
}
.clear {
  clear:both;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  background-color: #8cadbc;
  color: #fff;
  padding:8px;
  border: none;
  border-radius: 4px;
  margin: 8px 10px 10px;
}
.about .text, .buying .text {
  width:65%;
  float:left;
  margin-right:20px;
}
.donating .text {
  width:100%;
  margin:0;
}
.about .images, .buying .images {
    float:left;
    width: 25%;
}
.about .images img, .buying .images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-image {
  width:auto;
  height:150px;
  float:left;
  text-align: center;
  border:1px ridge #C1D737;
  margin:5px;
}
.imgHolder {
  height:120px;
}
a:link, a:visited {
  text-decoration: none;
  color: #757575;
}
a:hover {
  color:#1e8896;
}
.hoznav {
  list-style: none;
  margin:0;
  padding:0;
}
.hoznav li {
  float:left;
  margin-right:20px;
}
#selection {
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #ccc;
}
#header #brand {
  float: left;
  width: 150px;
  background-color: #fff;
  margin-top: 17px;
}
#header #searchBar {
  height:50px;
  width: 100%;
      text-align: right;
    color: white;
    font-size: xx-large;
}
#header {
  border-bottom: 5px solid #8cadbc;
}
#searchBar form {
  width: auto;
  float:right;
}
#searchBar input[type="text"] {
    width:auto;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media screen and (min-width: 600px) {
  #searchBar input[type="text"] {
    width: 100px;
  }
  #header #brand {
    float: left;
  }
}
@media screen and (min-width: 1100px) {
  #searchBar input[type="text"] {
    width: 100px;
  }
  #header #brand {
    float: left;
  }
}
@media screen and (min-width: 1300px) {
  #searchBar input[type="text"] {
    width: 100px;
  }
  #header #brand {
    float: left;
  }
}
@media screen and (min-width: 1400px) {
  #searchBar input[type="text"] {
    width: 200px;
  }
  #header #brand {
    float: left;
  }
}
#footer {
  background-color: #000;
  color:#fff;
  overflow: hidden;
  display: block;
  border-top: 1px dotted #231f20;
  border-bottom: 1px dotted #231f20;
  margin-top: 15px;
  padding: 10px 0;
  padding-left: 25px;
  padding-right: 25px;
}
#footer .container {
  text-align: right;
  float: right;
  font-size: smaller;
}
#footer a:link, #footer a:visited {
  color:#fff;
}
#footer ul {
  list-style: none;
  margin:0;
  padding:0;
}
#footer li {
  float: left;
  list-style: none;
  border-right: 1px dotted #231f20;
  text-align: center;
  display: inline-block;
  padding: 20px 10px;
}
#footer li.last {
  border:none;
}
#footer li a:link, #footer li a:visited {
  color:#000;
  text-decoration: none;
  padding:5px;
}
#bottom-footer {
  margin-top: 20px;
  clear: both;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.footerLogo, .footer-nav-container, .footer-img-link {
  float:left;
}

#content {
  min-height: calc(100vh - 360px);
}

.themes {
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	margin: 0 auto;
}
.themes li {
	float:left;
	width:135px;
	margin:10px;
	text-align:center;
}
#mainContent h3 {
  text-align:center;
}
@media screen and (min-width: 1100px) {
  #mainContent {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 900px){
    #searchBar {
      padding-top: 111px;
    }
    #searchBar > form {
      width: 100%;
      text-align: center;
  }
}

#thumbnails {
  display: block;
  position: relative;
}

.thumb-table {
  display: inline-block;
  position: relative;
  margin: 3px;
  width:185px!important;
}


.bigbtn {
  background-color: #1b9b93; /* Green */
  border: none;
  color: white!important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: large;
}


#nav {
  background: #343434;
  color: #eee;
}

#nav ul,
#nav li {
  margin: 0 0;
  padding: 0 0;
  list-style: none
}

#nav ul {
}

#nav li {
  float: left;
  display: inline;
  position: relative;
}

#nav li:first-child {
  border-left: none
}

#nav a {
  display: block;
  line-height: 35px;
  padding: 0 14px;
  text-decoration: none;
  color: #eee;
}

#nav li:hover > a,
#nav li a:hover {
  background: #8cadbc
}

#nav input {
  display: none;
  margin: 0 0;
  padding: 0 0;
  opacity: 0;
  cursor: pointer
}

#nav label {
  font: bold 30px Arial;
  display: none;
  width: 35px;
  height: 36px;
  line-height: 36px;
}

#nav label span {
  font-size: 12px;
  position: absolute;
  left: 35px
}

#nav ul.menus {
  height: auto;
  width: 180px;
  background: #8cadbc;
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
}

#nav ul.menus li {
  display: block;
  width: 100%;
  font: 12px Arial;
  text-transform: none;
}

#nav li:hover ul.menus {
  display: block
}

#nav a.home {
  background: #c00;
}


#nav a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px
}

#nav ul.menus a:hover {
  background: #8cadbc;
}

#nav ul.menus .submenu {
  display: none;
  position: absolute;
  left: 180px;
  background: #8cadbc;
  top: 0;
  width: 180px;
}

#nav ul.menus .submenu li {
  background: #8cadbc;
}

#nav ul.menus .has-submenu:hover .submenu {
  display: block;
}