body {
  margin: 0;
  font-family: verdana;
  background: #483a50;
  background-image: url(/images/site/site-bg.png);
  color: #1c1026;
  font-size: 12px;
}

a {
  color: #7e0cbf;
}

a img {
  border: none;
}

#wrap {
  max-width: 1200px;
  min-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 4px #000;
}

#header {
  position: relative;
  height: 145px;
  padding: 5px 0 0 10px;
  background-image: url(/images/site/header-bg.png);
  background-position: center center;
  clear: both;
}

.color-bar {
  height: 3px;
  background: linear-gradient(to right, #6a1684 0%, #f91362 50%, #ff8e44 100%);
  border: none;
  margin: 0;
}

#logo {
  float: left;
}

#banner {
  width: 80%;
  float: right;
}

.video-banner-frame {
  position: relative;
  margin: 20px 20px 0 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #aaa;
  background: #000;
}

.video-banner {
  display: block;
  width: 100%;
  height: unset;
  aspect-ratio: 16 / 9;
  border: none;
}

.image-banner-frame {
  margin: 20px 20px 0 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #aaa;
  background: #000;
}

.image-banner {
  display: block;
  width: 100%;
}

#banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 360px;
}

#page {
  background-image: url(/images/site/page-bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  border-top: 4px solid #222;
}

#page:after {
  display: table;
  clear: both;
  content: "";
}

#main:after {
  display: table;
  clear: both;
  content: "";
}

#sidebar-1 {
  box-sizing: border-box;
  float: left;
  width: 20%;
}

#sidebar-2 {
  box-sizing: border-box;
  float: right;
  width: 20%;
  margin-right: -80%;
}

/* Two Column Layout */
#page[data-columns="2"] #main {
  box-sizing: border-box;
  float: left;
  width: 80%;
  padding: 0 10px;
}

/* Three Column Layout */

#page[data-columns="3"] #main {
  box-sizing: border-box;
  float: right;
  width: 60%;
  margin-right: 20%;
  padding: 0 10px;
}





.page-section {
  margin: 20px 10px;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
}

.page-section-content {
  padding: 0 15px;
}

.page-section-content h2 {
  margin: 20px 0 15px 0;
  color: #000;
  font-size: 16px;
}

.page-section-content h3 {
  margin: 15px 0;
  font-size: 12px;
  color: #483a50;
}

.page-section-content p {
  margin: 15px 0;
  line-height: 20px;
}

.page-section-content img {
  max-width: 100%;
  height: auto;
}

.page-section-content a {
  font-weight: bold;
  text-decoration: none;
}

.page-section-content ul {
  margin: 15px 0 15px 15px;
  padding: 0;
  list-style-position: outside;
}

.page-section-content ul li {
  margin: 10px 0;
}

.page-section-content iframe {
  display: block;
  border: none;
  width: 640px;
  height: 360px;
  max-width: 100%;
  margin: 10px 0;
}

.page-section-content ul.icon-list {
  list-style: none;
  margin: 15px 0;
  list-style-position: inside;
}

.page-section-content pre {
  white-space: pre-wrap;  
}

.page-section-header {
  margin: 0;
  padding: 10px 15px;
  font-weight: normal;
}

h1.page-section-header {
  color: #fff;
  font-size: 30px;
  background: linear-gradient(to bottom,  #351646 0%,#100615 100%);
}

h2.page-section-header {
  color: #451460;
  font-size: 18px;
  background: linear-gradient(#ffffff 1%, #eeeeee 100%);


}

.page-section-subheader {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
}


/* Project Card */
#project-cards .project-card-container {
  display: block;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}

#project-cards .project-card-container:after {
  display: table;
  clear: both;
  content: "";
}

#project-cards .project-card {
  position: relative;
  display: block;
  height: 180px;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

#project-cards .project-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 10px;
  font-size: 10px;
  background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  color: #fff;
  text-decoration: none;
  text-shadow: #000 0 0 4px;
}




/* Navigation Block */
.navigation-block {
  font-size: 12px;
}

.navigation-block:after {
  display: table;
  clear: both;
  content: "";
}

.navigation-block-list {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}

.navigation-block-list-item {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #eee;
}

.navigation-block-list-item a {
  display: block;
  padding: 8px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.navigation-block-list-item a:hover {
  background-color: #ddd;
}




/* External Link Block */
.external-link-block {
  font-size: 12px;
  border-top: 2px solid #eee;
  padding: 0 0 20px 0;
}

.external-link-block-list {
  margin: 4px;
  padding: 0;
  list-style: none;
}

.external-link-block-list:after {
  display: table;
  clear: both;
  content: "";
}

.external-link-block-list-item {
  float: left;
  margin: 0;
  list-style: none;
}

.external-link-block-list-item a {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  padding: 3px;
  background-repeat: no-repeat;
  background-position: center center;
}




/* Keyword Block */
.keyword-block {
  margin: 20px 20px 20px 0;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
}

.keyword-block:after {
  display: table;
  clear: both;
  content: "";
}

.keyword-block-header {
  margin: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 4px;
  background: linear-gradient(to bottom,  #351646 0%,#100615 100%);
}

.keyword-block-list {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.keyword-block-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.keyword-block-list-item a {
  display: block;
  padding: 8px 5px 8px 34px;
  color: #351646;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.keyword-block-list-item a:hover {
  background-color: #ddd;
}





/* Link Block */
.link-block {
  margin: 20px 20px 20px 0;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
}

.link-block:after {
  display: table;
  clear: both;
  content: "";
}

.link-block-header {
  margin: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 4px;
  background: linear-gradient(to bottom,  #351646 0%,#100615 100%);
}

.link-block-list {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.link-block-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-block-list-item a {
  display: block;
  padding: 6px 5px 6px 34px;
  color: #351646;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.link-block-list-item a:hover {
  background-color: #ddd;
}




/* Media Block */
.media-block {
  margin: 20px 20px 20px 0;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
}

.media-block:after {
  display: table;
  clear: both;
  content: "";
}

.media-block-header {
  margin: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 4px;
  background: #1c1026;
}

.media-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-block-list-item {
  margin: 10px;
  padding: 0;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
}

.media-block-list-item a {
  display: block;
}

.media-block-list-item img {
  display: block;
  width: 100%;
  border: none;
}

.media-block-list-item iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}


/* Project Block */
.project-block {
  margin: 20px 20px 20px 0;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
}

.project-block:after {
  display: table;
  clear: both;
  content: "";
}

.project-block-header {
  margin: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 4px;
  background: linear-gradient(to bottom,  #351646 0%,#100615 100%);
}

.project-block-list {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.project-block-list .project-card-container {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
}

.project-block-list .project-card-container:after {
  display: table;
  clear: both;
  content: "";
}

.project-block-list .project-card {
  position: relative;
  display: block;
  height: 150px;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.project-block-list .project-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 10px;
  font-size: 10px;
  background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  color: #fff;
  text-decoration: none;
  text-shadow: #000 0 0 4px;
}







/* Project Block */
.post-block {
  margin: 20px 20px 20px 0;
  background: #fff;
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  overflow: hidden;
}

.post-block:after {
  display: table;
  clear: both;
  content: "";
}

.post-block-header {
  margin: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 4px;
  background: linear-gradient(to bottom,  #351646 0%,#100615 100%);
}

.post-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-block-list-item {
  margin: 10px;
  padding: 0;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
}




/* Styled links */
.icon-link {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}

.link-tag {
  background-image: url(/images/icons/icon-tag.png);
}

.link-email {
  background-image: url(/images/icons/icon-email.png);
}

.link-printables {
  background-image: url(/images/icons/icon-printables.png);
}

.link-thangs {
  background-image: url(/images/icons/icon-thangs.png);
}

.link-thingiverse {
  background-image: url(/images/icons/icon-thingiverse.png);
}

.link-youtube {
  background-image: url(/images/icons/icon-youtube.png);
}

.link-tiktok {
  background-image: url(/images/icons/icon-tiktok.png);
}

.link-twitter {
  background-image: url(/images/icons/icon-twitter.png);
}

.link-mastodon {
  background-image: url(/images/icons/icon-mastodon.png);
}

.link-bluesky {
  background-image: url(/images/icons/icon-bluesky.png);
}

.link-instagram {
  background-image: url(/images/icons/icon-instagram.png);
}

.link-ko-fi {
  background-image: url(/images/icons/icon-ko-fi.png);
}

#footer {
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom,  #351646 0%,#100615 100%);
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.project-filters-box {
  margin: 20px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px #aaa;
}

.project-filters-box:after {
  display: table;
  clear: both;
  content: "";
}

.project-filter {
  float: left;
  box-sizing: border-box;
  width: 25%;
}

.project-filter label{
  display: block;
  padding: 10px;
}

.project-filter input,
.project-filter select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.post-footer {
  margin: 15px 0;
  font-style: italic;
  color: #ccc;
  text-align: right;
}

@media (max-width: 900px) {

  #project-cards .project-card-container {
    width: 50%;
  }

  #project-cards .project-card {
    height: 220px;
  }

  .project-block,
  .post-block {
    margin: 0 10px 20px 10px;
  }

  /* Three Column Layout */
  #page[data-columns="3"] #main {
    width: 80%;
    margin: 0;
  }

  #page[data-columns="3"] #sidebar-2 {
    float: right;
    width: 80%;
    margin: 0;
    padding: 0 10px 20px 10px;
  }

  #page[data-columns="3"] #sidebar-2 .link-block,
  #page[data-columns="3"] #sidebar-2 .media-block,
  #page[data-columns="3"] #sidebar-2 .keyword-block {
    margin: 20px 10px;
  }

  .project-filter {
    width: 50%;
  }

  .navigation-block {
    font-size: 20px;
  }

}






