/* latin */
@font-face {
  font-family: 'Poiret One', cursive;
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  background-color: #000;
  font-family: 'Poiret One', cursive;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a:active,
a:focus {
  outline: 0;
  border: none;
  outline-style: none;
  -moz-outline-style: none;
}

.fbxRow {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.fbxColumn {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  /*justify-content: center;*/
}

.fbxColumnCenter {
  align-items: center;
}

/* Primary Page Header (header.pageHeader)
===================================================================================*/
/* Required - Every page */

header.siteHeader {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-height: 120px;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

header.siteHeader a:link, 
header.siteHeader a:visited, 
header.siteHeader a:hover, 
header.siteHeader a:active {
  text-decoration: none;
}

header.siteHeader p {
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: right;
  vertical-align: bottom;
}

header.siteHeader img {
  max-width: 100%;
  max-height: 100px;
  min-height: 60px;
}

header.siteHeader div.headerBottom {
  display: flex;
  background-color: #ccc;
  height: 0.5em;
  justify-content: center;
  margin: 0px;
  width: 100%;
}

/* Single Page Content Pages (Top level pages and blog pages (for now))
===================================================================================*/
/* Required only on content_section_article_page based templates */

main.singlePage {
  background-color: #282828;
  background-repeat: repeat;
  background-image: url("/static/img/background_texture_1.1.jpg");
}

main.singlePage section.sectionContent {
  align-items: center;
  background-color: #cdcdcd;
  background-repeat: repeat;
  background-image: url("/static/img/background_texture_2.1.jpg");
  color: #333;
  display: flex;
  flex-flow: column;
  margin: auto;
  max-width: 1024px;
}

main.singlePage header.contentHeader {
  background-color: #959c9e;
  color: #ccc;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
}

main.singlePage header.frontHeader {
  color: rgb(47 55 61 / 95%);
  text-align: center;
  margin-bottom: 2em;
  max-width: 1024;
}

main.singlePage article.mainContent {
	background-color: #cdcdcd;
	color: #000;
	font-size: 1.2em;
  font-weight: 600;
	padding: 2em;
	text-align: center;
}


div.galleryLinks {
  background-color: #b1b1b1;
  font-size: larger;
  margin: 0.2em;
  padding: 0.4em;
  font-weight: bold;
  color: white;
  border: black solid 1px;
}

div.galleryLinks a:link,
div.galleryLinks a:visited,
div.galleryLinks a:hover,
div.galleryLinks a:active {
  text-decoration: none;
  color: #282828;
}

div.printLinks {
  width: 100%;
  text-align: center;
  background-color: #8d8d8d;
  font-size: larger;
  margin: 0.2em;
  padding: 0.2em;
  font-weight: bold;
  color: white;
}

div.printLinks a:link,
div.printLinks a:visited,
div.printLinks a:hover,
div.printLinks a:active {
  text-decoration: none;
  color: #282828;
}

div.centerMainImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.frontpage-image {
  max-width: 500px;
  width: 100%;
}

.aboutpage-profile-image {
  /* float: left; */
  /* margin: 1em; */
  max-width: 300px;
  width: 100%;
}

.aboutpage-image {
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .aboutpage-image {
    max-width: 500px;
  }
}

/* Gallery Stuff */

.gallerySectionContent {
  align-items: center;
  background-color: #3e3e3e;
  color: #333;
  display: flex;
  flex-flow: column;
  margin: auto;
  max-width: 1024px;
}

.gallerySectionContent h3 {
  text-align: center;
  text-decoration: underline;
}

.galleryHeader {
  color: #ccc;
  text-align: center;
  background-color: #000;
  min-width: 100%;
}

.galleryContent {
  background-color: #333333;
  color: #ccc;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.galleryData {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 0em 3em;
}

.galleryPageReturnLink {
  background-color: #383838;
  color: white;
  padding: 0.2em 2em;
  border-radius: 0em 0em 0.4em 0.4em;
}

.galleryPageReturnLink a:link,
.galleryPageReturnLink a:visited,
.galleryPageReturnLink a:hover,
.galleryPageReturnLink a:active {
  text-decoration: none;
  color: white;
}

.gallery-preview {
  max-width: 375px;
}

article.gallery-front {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  background-repeat: repeat;
    background-image: url("/static/img/background_texture_3.1.jpg");
}

.gallery-full-img {
  max-width: 100%;
}


@media (min-width: 760px) {
  .gallery-thumb-hz {
    margin: 1em;
      background-color: #565656;
      border: #292929 solid 0.2em;
      border-width: 1em 5em;
  } 
  
  .gallery-thumb-vt {
    margin: 1em;
    background-color: #565656;
    border: #292929 solid 0.2em;
    border-width: 5em 1em;
  }

  .showcase-thumb-hz {
    margin: 1em;
    background-color: #565656;
    border: #959c9e solid 0.2em;
    border-width: 1em 5em;
  }

  .showcase-thumb-vt {
    margin: 1em;
    background-color: #565656;
    border: #959c9e solid 0.2em;
    border-width: 5em 1em;
  }
}

@media (max-width: 760px) {
  .gallery-thumb-vt {
    margin: 1em 0em;
      background-color: #565656;
      border: #292929 solid 0.2em;
      border-width: 5em 0.2em;
      width: 100%;
  }

  .gallery-thumb-hz {
    margin: 1em 0em;
    background-color: #565656;
    border: #292929 solid 0.2em;
    border-width: 1em 0.2em;
    width: 100%;
  }

  .showcase-thumb-vt {
    margin: 1em 0em;
      background-color: #565656;
      border: #959c9e solid 0.2em;
      border-width: 5em 0.2em;
      width: 100%;
  }

  .showcase-thumb-hz {
    margin: 1em 0em;
    background-color: #565656;
    border: #959c9e solid 0.2em;
    border-width: 1em 0.2em;
    width: 100%;
  }
}

.detailImage {
  max-width: 100%;
}

.detailImagesSection {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* Navigation */

nav {
  background-color: #383838;
  border-bottom: #000 solid 1px;
  color: white;
  margin: 0px auto;
  max-width: 1024px;
  padding: 0.5em 0em;
  font-weight: bolder;
}

nav.siteNav a:link, 
nav.siteNav a:visited, 
nav.siteNav a:hover, 
nav.siteNav a:active {
  text-decoration: none;
  color: white;
}

.navRow {
  justify-content: space-around;
}

.thumbnail {
  border: 2px solid #1d1d1d;
  margin: 2em;
}

/* Footer */
.footerLogo {
  max-height: 150px;
}

.siteFooter {
  background-color: #000;
  color: white;
  padding-top: 5em;
  align-items: center;
  justify-content: center;
}

footer.siteFooter a:link, 
footer.siteFooter a:visited, 
footer.siteFooter a:hover, 
footer.siteFooter a:active {
  text-decoration: none;
  color: white;
}


/* Error */

.errorSection {
  align-items: center;
  background-color: #cdcdcd;
  display: flex;
  flex-flow: column;
  margin: auto;
  max-width: 1024px;
}

.errorHeader {
  background-color: #420505;
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
  width: 100%;
  padding: 1em;
  font-size: larger;
  font-weight: bolder;
}

.errorArticle {
  align-items: center;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.errorArticle p {
  margin: 2em;
  font-size: larger;
  font-weight: bolder;
}

div.referenceSection {
  width: 100%;
  /* background-color: #8d8d8d; */
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  /* padding: 0em 3em; */
  align-items: center;
}

div.referenceText {
  width: 100%;
  text-align: left;
  font-size: larger;
  margin: 0em;
  padding: 1em;
  font-weight: bold;
  color: #959c9e;
}

div.referenceLink {
  width: 100%;
  text-align: center;
  background-color: #8d8d8d;
  font-size: larger;
  margin: 0em;
  padding: 0em;
  font-weight: bold;
  color: white;
}

div.referenceLink a:link,
div.referenceLink a:visited,
div.referenceLink a:hover,
div.referenceLink a:active {
  text-decoration: none;
  color: #282828;
}