@charset "UTF-8";

*{
    user-select: none;
}

/* Body */
body {
	font-family: source-sans-pro;
	background-color: #050505;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
/* Navigation */
header {
	width: 100%;
	height: 7%;
    margin-left: none;
    /*background-image: linear-gradient(lightgrey, gainsboro, whitesmoke, whitesmoke, white, white);*/
    /*background-image: linear-gradient(gainsboro, whitesmoke, whitesmoke, oldlace, white, white);*/
	/*border-bottom: 1px silver;*/
}
.logo {
    color: #FF2651;
    /*font-family: "Marcellus";*/
    /*font-family: "Sirin Stencil";*/
    /*font-family: "Averia Sans Libre";*/
    font-family: "Poiret One";
    /*font-family: "Tenali Ramakrishna";*/
    /*font-family: "Rajdhani";*/
    /*font-family: "Handlee";*/
    /*font-family: "Shadows Into Light Two";*/
    /*font-family: "Cinzel";*/
    font-size: 200%;
    font-weight: bolder;
	/*text-align: left;
	letter-spacing: 1px;
	width: 30%;
    height: 50%;
	float: left;*/
	/*margin-top: 25px;
	margin-left: 25px;*/
}
unclickable {
  pointer-events: none;
  cursor: default;
}

/*
nav {
	float: right;
	width: 60%;
	text-align: right;
	margin-top: 25px;
	margin-right: 25px;
} 
nav.social {
	margin-top: 35px;
}
ul {
    list-style: none;
}
header nav ul {
	float: right;
}
nav ul li {
	float: left;
	color: #059281;
	font-size: 14px;
    text-transform: uppercase;
	text-align: left;
	margin-right: 5px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
ul li a {
	color: #059281;
}
ul li:hover a {
	color: turquoise;
    text-decoration: none;
}

.sidebar {
    align-items: flex-start;
}
.sidebarNavCategory {
    color: lightgray;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 80%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
*/

a.nav {
    margin-top: 0.6rem;
}
a.social {
    font-size: 200%;
    text-decoration: none;
}
a.dropdown-header {
    color: #059281;
}
a.dropdown-divider { 
}
a.dropdown-item {
	color: #059281;
}
.jumbatron {
    align-content: center;
    background: none;
}
.lead {
    /*background: white;*/
    /*font-family: "Caveat";*/
    /*font-family: "Poppins";*/
    font-family: "Istok Webb";
    width: 100%;
    /*height: 80%;*/
    font-size-adjust: auto;
    color: #FFB93D;
    align-self: center;
}
h5 {
    color: #632DB3; 
    /*font-family: "Andika";*/
    font-weight: lighter; 
	letter-spacing: 2px;
}
.pagetitle {
    justify-content: center;
	text-transform: uppercase;
}
h6 {
    color: lightslategray; /*#FFB93D;*/
    /*font-family: "Andika";*/
	font-weight: lighter; 
}
.subtitle {
	letter-spacing: 2px; 
    text-align: center;
}
.artworkDetails {
    color: #B8A92D;
}
.imageGallery {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.bottom-left {
  color: antiquewhite;
  font-family: "Sora";
  font-weight: lighter;
  background: rgba(0, 0, 0, 0.2);
  background-blend-mode: color-burn;
  position: absolute;
  top: 4px;
  left: 4px;
  /*right: 0px;*/
}
.galleryImage {
    max-height: 300px;
    /*max-height: 275px;
    max-width: 300px;*/
    max-width: auto;
}

@media (prefers-reduced-motion:no-preference) {
    .galleryImage:hover {  
        transform: scale(1.02);
    }
}
figure {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}
figcaption {
    text-align: left;
    padding-left: 0.5em;
}
figcaption:hover {
  color: turquoise;
}
a.imageCaption {
  color: #059281;  
}
.buy-button {
    background: #059281;
    color: mintcream;
    padding: 8px 12px;
    border-radius: 4px;
}
.buy-button:hover {
    background: turquoise;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
/*.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}*/
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
    font-family: "Poiret One";
	/*background-color: var(--lightGrey);*/
    /*background-image: linear-gradient(white, var(--lightGrey), white);*/
    /*background-image: linear-gradient(white, whitesmoke, white);*/
	/*color: #FF2651;*/
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
/*.banner {
	background-color: #2D9AB7;
	background-image: none;
}*/
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
.buy-button {
}
.contain {
}
