@charset "UTF-8";
/* CSS Document */

html {
    font-size: 18px;
} body {
	font-family:'Nexa-Book',Helvetica Neue,Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	background-image:url(images/dark_mosaic.png);
	background-image:
    -webkit-image-set(
    	"images/dark_mosaic.png" 1x,
    	"images/dark_mosaic_@2X.png" 2x,
    );

  background-image:
    image-set(
      	"images/dark_mosaic.png" 1x,
    	"images/dark_mosaic_@2X.png" 2x,
    );
	background-color:#999;
	margin:0 auto;
	padding:0 auto;
	height:100%;
}
@media
  (min-width: 800px) {
  .img {
    background-image: url(large.jpg);
    background-image:
      -webkit-image-set(
        "large.jpg" 1x,
        "extralarge.jpg" 2x,
      );
    background-image:
      image-set(
        "large.jpg" 1x,
        "extralarge.jpg" 2x,
      );
  }
}
.header {
	width:100%;
	height:100%;
	overflow: hidden;
	padding: 0 !important;
	margin:0 !important;
	border:0;
	min-height: 100vh;
	max-height: 100%;
	background-color: #7c177e;
	overflow: hidden;
	position: relative;
}
.header-skinny {
	overflow: hidden;
	padding: 2em !important;
	margin:0 !important;
	border:0;
	min-height: 40px;
	background-color: #7c177e;
	overflow: hidden;
	object-fit: scale-down !important;
}

.content {
	-x-system-font:none;
	max-width: 1920px;
	padding:0 1.6% 0 1.6%;
	margin:0 auto;
	border:0;
}

.col {
	background-color: #ccc;
	max-width: 0 auto;
	padding: 0 auto;
	text-decoration: none !important;
	border-radius: 4px;
}
.section{
	padding:0 12% 0 12% !important;
}
#wrapper{
	overflow: hidden;
}
#banner{
	max-height: 100vh;
	overflow: auto;
}
#banner-skinny{
	max-height: 80px;
	max-width: fit-content;
	overflow: auto;
	margin-right: 1em !important;
}
#about{
	border-radius: 50%;
	max-width: 90%;
	max-height: 90%;
	margin-top: 2em !important;
	display: block;
	margin-bottom: 1em !important;
}
.nav{
	width:100%;
	overflow: hidden;
	border:0;
	background-color: #ccc;
	display: block;
	padding: 0;
	margin-bottom: .5em;
}
.footer{
	width:100%;
	overflow: hidden;
	border:0;
	background-color: #ccc;
	display: block;
	margin: 1em 0 0 0;
}
#blimp{
	background-color: #d3ecfb;
}
#blank{
	background-color: transparent !important;
	padding: 0 !important;
}
#blank.col{
	background-color: transparent !important;
}
#circle{
	border-radius: 50%;
}
#dragon{
	background-color: #008534;
}
#hydro{
	background-color: #f8efce;
}
#freebies{
	background-color: #86762C;
}
#iced{
	background-color: #d4d600;
}
#mail{
	background-color: #666666;
}
#rotm{
	background-color: #7c177e;
}
#shining{
	background-color: #8cd8cb;
}
#silk{
	background-color: #6d6e72;
}
#silverback{
	background-color: #008c8d;
}
#social{
	border-radius: 4px;
}
#travel{
	background-color: #003772;
}
#vinyl{
	background: #003772;
}
#wolverines{
	background: #b1d83f;
}
#yonkers{
	background-color: #db406c;
}
img{
	width:100%;
	height:auto;
	border: none;
	padding: 0 !important;
	margin: 0 auto !important;
	border-radius: 4px 4px 0px 0px;
}
a{
	color:#7c177e;
	font-family:Nexa-Bold;
	border: none;
	padding: 0 !important;
	margin: 0 auto !important;
	text-decoration: none !important;
	outline:none;
}
a:hover {
	color:#c6e9fa;
	font-family:Nexa-Bold;
	font-size:inherit;
	text-decoration:none;
	outline:none;
}
a#scroll{
	color: #fff ;
	margin:0.5em 0.5em 0.25em 0.5em !important;
  width:100px;
  display: block;
	text-align: center !important;
	margin-left: auto !important;
  margin-right: auto !important;
	opacity: 0.8;
	position: absolute;
	right: -50vh;
	left: -50vh;
	bottom:0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a#scroll:hover {
	color:#c6e9fa;
	margin:0.5em 0.5em 0.25em 0.5em !important;
  display: block;
	text-align: center !important;
	margin-left: auto !important;
  margin-right: auto !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: -5px;
}
a#rotm{
	color: #86762C;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#rotm:hover {
	color:#c6e9fa;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#blimp{
	color: #7c177e;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#blimp:hover {
	color:#86762C;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#lucky{
	color: #fff;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#lucky:hover {
	color:#86762C;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#blank{
	color: #86762C;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}
a#blank:hover {
	color:#c6e9fa;
	margin:0.5em 0.5em 0.25em 0.5em !important;
}/* start text */
h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: 'Nexa-XBold';
	color:#86762C;
	font-size:1.65em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	margin:15px 10px 5px 10px;
	text-align: left;
}
h2 {
	font-family: 'Nexa-XBold';
	color:#86762C;
	font-size:1.4em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	margin:10px 10px 5px 10px;
	text-align: left;
}
h2.contactme {
	font-family: 'Nexa-XBold';
	color:#86762C;
	font-size:1.4em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	margin:10px 10px 5px 10px;
	text-align: left;
}h3 {
	font-family: 'Nexa-Bold';
	color:#86762C;
	font-size:1.25em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	margin:10px 10px 5px 10px;
}
h4 {
	font-family: 'Nexa-Bold';
	color:#FFF;
	font-size:1.125em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	margin:0.25em 0.5em 0.25em 0.5em;
}
p {
	font-family: 'Nexa-Book';
	font-size:1em;
	color:#000;
	text-align: left;
	margin:10px 10px 5px 10px;
}
p.lede {
	color:#000;
	font-size:1.1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:1.5em;
	padding-bottom:13px;
	margin:10px 10px 5px 10px;
	border-bottom:#999 dotted 1px;
	text-align: left;
}
p.footer{
	color: #7c177e;
	font-size: 0.75em;
	display: block;
	margin:10px 10px 5px 10px;
	padding: 0 auto;
	text-align: center;
}
p.req{
	color: #7c177e;
	font-size: 0.75em;
	display: block;
	margin:10px 10px 5px 10px;
	padding: 0 auto;
}
p.date{
	font-size: 0.6em;
	margin: 0 !important;
	color: #7c177e;
}
figcaption{
	font-size: 0.9em;
	text-align: center;
	font-style:italic;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
strong {
    font-family: 'Nexa-Bold'
}
h1.iced, .freebies{
	color: #000;
}
h1.yonkers, .silverback, .dragon, .silk{
	color: #fff;
}
/* Top left text */
h1.bottom-left {
  position: absolute;
  bottom: 8px;
  color: #fff;
}
/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}
ul {
    color: #000;
    margin-left: 30px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: left !important;
}
li.date{
	font-size: 0.75em;
	text-align: left !important;
}
#nav{
	padding: 0.25em 0.25em 0.1em 0.25em;
	margin: 0 !important;
}
ul.nav {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
}
li#nav{
    font-size:1.4em;
	display:inline-block;
    float: left;
    margin-right: 0.25em !important;
}
li a{
	display:block;
	color: #86762C;
}
li:hover a {
	color:#c6e9fa;
}
a.active{
	color: #7c177e;
}
.button-shop {
    background-color: #7c177e;
    border: none;
    color: #ffffff;
    padding: 0.5em 0.5em 0.25em 0.5em !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  	margin:0.1em 0.5em 0.5em 0.5em !important;
  	border-radius: 4px;
    position: absolute;
    bottom: 8px;
    color: #fff;
}
.button-shop:hover {
    background-color: #c6e9fa;
    color: #000000;
}
.button-shop-gold {
    background-color: #86762C;
    border: none;
    color: #ffffff;
    padding: 0.5em 0.5em 0.25em 0.5em !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  	margin:0.1em 0.5em 0.5em 0.5em !important;
  	border-radius: 4px;
    position: absolute;
    bottom: 8px;
    color: #fff;
}
.button-shop-gold:hover {
    background-color: #c6e9fa;
    color: #000000;
}
.button-portfolio-left {
	box-sizing: border-box;
	width: 100% !important;
    background-color: #ccc;
    width: initial;
    border: none;
	color: #000000;
    padding: 0.5em 0.5em 0.25em 0.5em !important;
    text-align: left;
    text-decoration: none;
    display: inline-block;
	margin:0 auto !important;
	border-radius: 4px;
}
.button-portfolio-left:hover {
    background-color: #c6e9fa;
    color: #000000;
}
.button-portfolio-right {
	box-sizing: border-box;
	width: 100% !important;
    background-color: #ccc;
    width: initial;
    border: none;
	color: #000000;
    padding: 0.5em 0.5em 0.25em 0.5em !important;
    text-align: right;
    text-decoration: none;
    display: inline-block;
	margin:0 auto !important;
	border-radius: 4px;
}
.button-portfolio-right:hover {
  background-color: #c6e9fa;
  color: #000000;
}
.button-purchase {
	box-sizing: border-box;
	width: 100% !important;
    background-color: #7c177e;
    width: initial;
    border: none;
	color: #ffffff;
    padding: 0.5em 0.5em 0.25em 0.5em !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	margin:0 auto !important;
	border-radius: 4px;
}
.button-purchase:hover {
  background-color: #c6e9fa;
  color: #000000;
}
/*Style for dropdown links*/
li:hover ul a {
    color: #86762C;
    padding: 0 !important;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
    color: #c6e9fa;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
    padding: 0 0 0 0.25em !important;
    margin: 0 !important;
}
/*Style 'show menu' label button and hide it by default*/
.show-nav {
	font-size: 1.65em;
    text-decoration: none;
    color: #86762C;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #nav{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 640px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-nav {
        display:block;
    }
}
/* end text */

/* start form */
pre, select, input, textarea, button {
    font-size:1em;
	color:#000;
	text-align: left;
	margin:0.25em 0.5em 0.25em 0.5em;
	font-family: 'Nexa-Book';
	float: left;
	border: 0 none;
	border-radius: 4px;
    line-height: 1.5em;
    max-width: 92.5%;
    width: 100%;
}
fieldset {
    margin: 1.5em 0;
}
fieldset div {
    margin: 1em 0;
}
fieldset > div: first-of-type {
    margin-top: 0;
}
fieldset legend {
    margin-bottom: 0;
}
fieldset em {
    color: #666666;
    display: block;
    font-size: 0.875em;
    line-height: 1.1429;
    margin: 0.5714em 0 0;
}
fieldset abbr[title="Required"] {
    border-bottom: 0 none;
    color: #990000;
    font-size: 1.25em;
	font-family: 'Nexa-Bold';
    line-height: 0.1;
}
label, fieldset.options legend {
    color: #000;
    display: block;
    font-size: 1em;
	font-family: 'Nexa-Bold';
    line-height: 1;
	margin:0.5em 0.5em 0.25em 0.5em;
	text-align: left !important;

}
label {
    cursor: pointer;
}
label.check {
    float: none;
	font-family: 'Nexa-Bold';
    margin: 0;
    padding: 0.5em 0;
    width: inherit;
}
fieldset.options legend {
    margin-bottom: 0;
}
fieldset.options label {
	font-family: 'Nexa-Bold';
}
fieldset.options ul {
    margin: 0;
}
fieldset.options li {
    list-style: none outside none;
    margin-left: 0;
}
input.text, input[type="submit"], input[type="button"], button, select, textarea {
    -moz-box-sizing: border-box;
    background-color: #EEEEEE;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.25em 0.5em;
    vertical-align: middle;
    width: 100%;
}
textarea {
    overflow: auto;

}
select {
    margin-bottom: -0.375em;
    width: inherit;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: 0.25em;
}
input[type="submit"], input[type="button"], button {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #1177AA;
    cursor: pointer;
	font-family: 'Nexa-Bold';
    margin-right: 0.75em;
    overflow: visible;
    padding: 0.5em 0.5em 0.25em 0.5em;
    width: auto;
    border-radius: 4px;
    border: 0 none;
    line-height: 1.5em;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    color: #3399CC;
    border: 0 none;
}
input[type="submit"]:active, input[type="button"]:active, button:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
    color: #55BBEE;
}
input[type="submit"], button[type="submit"] {
    background-color: #86762C;
    color: #FFF;
	border:0 none;
}
input[type="submit"]:hover, button[type="submit"]:hover {
    background-color: #c6e9fa;
    color: #000;
}
input[type="submit"]:active, button[type="submit"]:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
    color: #7c177e;
}
fieldset div em, fieldset div.submit, fieldset.options ul, label.check {
    margin-left: 25%;
}
fieldset.options {
    margin: 0;
}
label, fieldset.options legend {
    float: left !important;
    padding: 0;
    width: 100%;
}
input.text, select, textarea {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom:10px;
	max-width: 92.5%;
}
/* end form */

/* Scroll to Top */
a#return-to-top {
    position: fixed !important;
    bottom: 90px !important;
    right: 20px !important;
    background: rgb(134, 118, 44);
    background: rgba(134, 118, 44, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
a#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 3px;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
a#return-to-top:hover {
    background: rgba(134, 118, 44, 0.9);
}
a#return-to-top:hover i {
    color: #c6e9fa;
    top: 0px;
}
/* Captcha */
.g-recaptcha > div > div{
	margin-left: 0.5em !important;
}

/* Margin/padding 1960 PIXELS */
@media only screen and (max-width: 1960px) {
	.section{padding:0 10% 0 10% !important;}
}
/* Margin/padding 1224 PIXELS */
@media only screen and (max-width: 1224px) {
	.section{padding:0 7.5% 0 7.5% !important;}
	input.text, select, textarea {max-width: 92%;
}
/* Margin/padding 1024 PIXELS */
@media only screen and (max-width: 1024px) {
	.section{padding:0 5% 0 5% !important;}
	input.text, select, textarea {max-width: 91%;
}
/*  No Margin/padding 960 PIXELS */
@media only screen and (max-width: 960px) {
	#content {padding: 0 !important;}
	.section {padding: 0 !important}
	html{font-size: 16px !important;}
	input.text, select, textarea {max-width: 92%;
}
/*  No Margin/padding 800 PIXELS */
@media only screen and (max-width: 800px) {
	#content {padding: 0 !important;}
	.section {padding: 0 !important}
	html{font-size: 14px !important;}
	input.text, select, textarea {max-width: 92%;
}
/*  No Margin/padding 640 PIXELS */
@media only screen and (max-width: 640px) {
	#content {padding: 0 !important;}
	.section {padding: 0 !important}
	html{font-size: 18px !important;}
	.span_1_of_2{margin-left: auto; margin-right: auto;}
	.span_1_of_3{margin-left: auto; margin-right: auto;}
	.span_2_of_3{margin-left: auto; margin-right: auto;}
	.span_1_of_4{margin-left: auto; margin-right: auto;}
/*	.span_1_of_5{margin-left: auto; margin-right: auto;} */
	.span_2_of_11{margin-left: auto; margin-right: auto;}
	.span_3_of_11{margin-left: auto; margin-right: auto;}
	.span_1_of_10{margin-left: auto; margin-right: auto;}
	.span_3_of_10{margin-left: auto; margin-right: auto;}
	input.text, select, textarea {max-width: 93%;
