/* ----- Begin Body Parts -----*/

body {
	background: #FDF9F2; 
	font-size: 16px;
	margin: 0 auto;
    max-width: 1280px!important;
    padding: 0;
    background-image: url(../images/ltCream-1060.jpg);
    background-repeat: repeat;
    background-attachment: fixed!important;
    -webkit-text-size-adjust: 100%;
  	font:500 "Raleway", Verdana, sans-serif;
  /*
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-rendering: optimizeLegibility;
  */
    font-feature-settings: "liga" 0;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum"; 
    }

header {
    margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    background-image:  url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position:0 50%;
    background-size: contain;
    height:auto;
    width:30%;

/*
width:26.71875%;*/}

header img {
    -moz-flex: 0 1 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
    height: auto;}

header:hover{
    background-image:  url(../images/logo-ov.svg);
}

/* ----- Begin NAV Menu ----- */
.sticky {
  	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    top:0;
  z-index: 1000;
}

.nav {
  text-align: center;
  background-image: url(../images/ltCream-1060.jpg);
  background-repeat: repeat-x;
  border-width:1px;
  border-style:solid;
  border-image: -webkit-linear-gradient(
      90deg,
      rgba(193,193,193,0) 0%,
      rgba(193,193,193,1) 5%,
      rgba(193,193,193,1) 95%,
      rgba(193,193,193,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  border-image: -moz-linear-gradient(
      90deg,
      rgba(193,193,193,0) 0%,
      rgba(193,193,193,1) 5%,
      rgba(193,193,193,1) 95%,
      rgba(193,193,193,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  border-image: linear-gradient(
      90deg,
      rgba(193,193,193,0) 0%,
      rgba(193,193,193,1) 5%,
      rgba(193,193,193,1) 95%,
      rgba(193,193,193,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  z-index:1000;
}

.navDrop {
position: relative;
}

.navDrop:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%; 
  /*
	box-shadow: rgba(121,94,64, .15) 5px 2px 25px;
  */
  box-shadow: rgba(159,111,69, .20) 5px 2px 25px;
	clip: rect(20px, auto, 50px, 0);
	height: 20px;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin:0 auto;
  text-align: center;
}

.nav ul li {
  -webkit-flex:0;
     -moz-flex:0 1 auto;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
  width:14.2857%!important;
  font:500 .85em "Raleway", Verdana, sans-serif;
  color: #D17811;
  /*
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
  */
  letter-spacing: .125em;
  white-space: nowrap;
  max-height:38px;
  margin-bottom:0px;
  /*
  border-right:1px solid #666;
  border-left:1px solid #999;
  */
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.nav ul li {
    border:none;
}

.nav ul li:hover {
  background-color:#F3EBDD;
}

.nav ul li a {
  padding:8px;
  color:#D17811;
  display:block;
  text-decoration:none;
}

.nav ul li a{
    color: #D17811;
}


.navChange {
    background-color:#EFE7D9;
}

.mobile .navChange {
    background-color:#666;
}

.ulChange {
  visibility:visible!important;
  color: #D17811!important;
  opacity:1!important;
}

ul, li {
  list-style: none;
}

.sub-Menu {
  visibility:hidden;
  padding:0 1em;
  -webkit-justify-content:space-around!important;
  -moz-justify-content:space-around!important;
  -ms-flex-pack:space-around!important;
  justify-content:space-around!important;
  max-width:1200px;
  position:absolute;
  left:3.125%;
  -webkit-transform:scale(0,1);
      -ms-transform:scale(0,1);
          transform:scale(0,1);
  -webkit-transition: all 0.5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 3px;
  z-index: 900;
}

.sub-Menu a {
  font:500 1em "Raleway", Verdana, sans-serif;
  color:#D17811;
  letter-spacing: .075em;
  cursor: pointer!important;
  padding:10px 1.9em!important;
  -webkit-transition: color 2s ease-in-out!important;
  -moz-transition: color 2s ease-in-out!important;
  -o-transition: color 2s ease-in-out!important;
  transition: color 2s ease-in-out!important;
}

.showSubMenu {
  visibility: visible!important;
  -webkit-transform:scale(1,1);
      -ms-transform:scale(1,1);
          transform:scale(1,1);
  background:#EFE7D9;
  overflow-y: scroll!important;
  overflow: visible!important;
  position:relative!imporant;
  -webkit-overflow-scrolling: touch;
  justify-content:space-around!important;
}

.mobile .showSubMenu {
    background:rgba(90, 90, 90, .90);
}

.showSubMenu a {
  opacity:1!important;
  color:#FFF;
  -webkit-transition: background .2s ease-in-out!important;
  -moz-transition: background .2s ease-in-out!important;
  -o-transition: background .2s ease-in-out!important;
  transition: background .2s ease-in-out!important;
}

.showSubMenu a:hover {
  background-color: #FcF9F2;
}

.mobile .showSubMenu a:hover {
  background-color: #484848;
}

.activeItem {
  background-color: #EFE7D9;
}

.mobile .activeItem {
  background-color: #666!important;
}

/* ----- END NAV Menu ----- */



/* ----- Begin MOBILE SLIDE Menu----- */
/*--- Hamburger Icon ---*/
#burger {
    display: inline-block;
    position:fixed;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    top:calc(2.25vw + 1em);
    left: 25px;
    cursor: pointer;
    z-index: 300;
    margin-right: calc(-50px - 10vw);
    float:left;
    visibility: hidden;
}

#burger p {
    display: -webkit-box | -webkit-inline-box;
    display: flex;
    position: relative;
    top: 51%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-left:.25vw;
    font:600 calc(.475em + .6vw) "Raleway", Verdana, sans-serif;
    font-style:bold;
    text-decoration: none;
    color: #000!important;
    letter-spacing: calc(.2vw + .55em); 
    z-index: 300;
}

.bar1, .bar2, .bar3 {
    width: calc(36px + 4vw);
    height: calc(6px + .5vw);
    margin-bottom:1vw;
    position: relative;
    background: #999999;
    opacity:.5;
    transition: 0.3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(calc(-3px + -1vw), calc(1px + .7vw));
    transform: rotate(-45deg) translate(calc(-3px + -1.1vw), calc(2px + .85vw));
    width: calc(24px + 2vw);
    height: calc(2px + .3vw);
}

.change .bar2 {
    opacity: 0;
  margin-top:-10px;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(calc(-4px + -1vw), calc(-1px + -.8vw));
    transform: rotate(45deg) translate(calc(2px + -1vw), calc(4px + -.8vw));
    width: calc(24px + 2vw);
    height: calc(2px + .3vw);
}

#menuToggle {
    display: none;
}

#menuToggle:checked ~ .mobile {
    position: fixed; left: 0; top:0;
}
/*--- END Hamburger Icon ---*/



/*--- Remaining Mobile "Burger/Slide" Nav ---*/
.mobile {
	height: 101%;
    position:absolute; left:0; top:0;
    background: rgba(102, 102, 102, .80);
	left: -180px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 200;
    display:block;
    z-index: 100 !important;
}

.mobile > ul {
    font:500 calc(10px + .5vw) "Raleway", Verdana, sans-serif;
    font-style:normal;
    text-decoration: none;
    line-height: .2em;
	letter-spacing: .075em;
    word-spacing: .30em;
    color:#FFF;
    padding-top:12.5vw;
}

.mobile ul li {
    -webkit-transition: background .175s ease-in-out;
    -moz-transition: background .175s ease-in-out;
    -o-transition: background .175s ease-in-out;
    transition: background .175s ease-in-out;
  }

.mobile ul li:hover  {
    background-color: #666;
}

.mobile a { 
    display: block; 
	padding: 15px;
	color: #fff;
    text-align: left;
    text-decoration: none;
}

.mobileSub {
    visibility: hidden;
    position: absolute;
    float: left;
    margin-left:100%;
    margin-top:-32px;
    width:168%;
    padding-top:0;
    z-index: 598;
    word-spacing: -.03em;
    white-space:nowrap;
    background: rgba(80, 80, 80, .8);
}

.nohover   {
    display:none;
}
/*--- END Mobile/Slide Nav ---*/


/*--- Begin Footer ---*/

footer::before {
    content: ""; 
    display: block; 
    margin: 0 auto;
    width: 30%;
    margin-top: 2px;
    margin-bottom:12px;
    border-bottom: 1px solid #ccc;
}

footer {
	margin:0 auto;
	max-width: 100%;
	max-height: auto;
	font:300 .70em "Raleway", Verdana, sans-serif;
	font-style:normal;
	text-align: center;
	color: #aaa;
	letter-spacing: .15em;
	word-spacing: .3em;
	padding:15px 0;
}

.footBr {display:none;}

/*--- END Footer ---*/



/*--- Proof Parts ---*/

.sticky {
  	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    top:0;
  z-index: 1000;
}

.container {
  max-width:1200px;
  margin:3.5em auto 0;
  font:500 .9em "Raleway", Verdana, sans-serif;
  background:none;
}

.center {
  margin:0 auto;
  text-align: center;
}

.nameIntro {
    width:60%;
    margin-top: 2em;
    background:none;
}

.checkIntro {
  margin:0 auto;
  font: 400 1.15em 'Montserrat', Verdana, sans-serif;
}

.previewCards {
  margin-top:4em;
  background:none;
  font:400 1em "Montserrat", Verdana, sans-serif;
  color: #999!important;
    letter-spacing: .02em;
    word-break: keep-all;
    word-wrap: normal;
    text-align: center;
}

.previewText {
    margin:3em auto 0;
    width:55%;
    text-align:left;
    word-spacing: .06em;
    background:none;
}

.previewText p {
    font: 400 1.05em/1.70em 'Montserrat', Verdana, sans-serif;
    color: #F00;
    margin-bottom:1.75em;
    -webkit-font-feature-settings: "lnum"!important;
    -moz-font-feature-settings: "lnum"!important;
    font-feature-settings: "lnum"!important; 
}

h1  {
  margin:0 auto;
  font:200 2.4em "Raleway", Verdana, sans-serif;
  color: #D17811;
  text-align: center;
  z-index:10;
  margin-top:-.25em;
  background:none;
}

h1 span {
  font-weight:300;
  color: #D17811;
}

.design, .designE {
       -moz-flex: 0 1 auto;
-webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  position: relative;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin:3em auto 0;
  padding-bottom:3em;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  text-align: center;
  background:none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap!important;
}

.designE {margin:1em auto 0;
  padding-bottom:1em;}

.design img, .designE img { 
  max-width: 93.75%;
}
  
.A-img-SxS {
    max-width: 47.9096%;
}

/*--- Env Sizing ---*/
.A2, .A-SQR, .A7, .A7art, .A9, .A-Slim, .A-address {max-width:100%;}



.A7art {margin:-8em auto 5em;}

.A9, .A9-TriVert {
  max-width:51%;
}

.A9-Preview {
  max-width:60%;
}


/*--- Colors ---*/
.A-color-red {
  color:#F00;
}

b, .A-color-redBold {
    font-weight:600;
    -webkit-font-feature-settings: "lnum"!important;
    -moz-font-feature-settings: "lnum"!important;
    font-feature-settings: "lnum"!important; 
}

.A-color-redBold, .nameIntro span {
  color:#F00;
}

.rust {
  color:#D17811;
}

.rustBold {
  color:#D17811;
  font-weight: 600;
}

.greyBold {
  color:#808080;
  font-weight: 600;
  font-size: .9em;
}

.colorGrey {
        color: #808080;
}

.ltGrey {
    color:#ccc;
}



/* ----- Begin PREVIEW ----- */
/*--- Option Divs 50% ---*/
.A-optionText-Left, .A-optionText-Right, .A-optionText-Center, .A-optionText-Left-Vert, .A-optionText-Right-Vert {   position: relative;
    margin:0 auto .5em;
    width:46.875%;
    font:400 1em "Montserrat", Verdana, sans-serif;
	color: #999;
	letter-spacing: .02em;
    word-break: keep-all;
    word-wrap: normal;
    text-align: center;
    background:none;
    flex-wrap: nowrap;
}


.A-optionText-Left-Vert, .A-optionText-Right-Vert {
    width:calc(33% - 4vw);
        flex-wrap: nowrap;
}
.A-optionText-Left {
    float:left;
}

.A-optionText-Left-Vert {
    float:left;
    margin-left:10em!important;
}

.A-optionText-Right {
    float:right!important;
}

.A-optionText-Right-Vert {
    float:right!important;
    margin-right:8.5em!important;
}

/*--- END Option Divs ---*/



hr.grey60, hr.rust  {
  width:90%;
  border:none;
  height: 1px;
  background:#ccc;

}
 
hr.grey60  {
  width:60%;
  margin:1em auto 4em;
}

hr.rust  {
  background:#D17811;
  margin:.1em auto -.75em;
}




/* ----- Image Drop Borders -----*/
.A-b-sqr, .A-b-sqr-SxS, .A-b-rnd, .A-b-rnd-SxS, .A2, .A-SQR, .A-SQRcardSingle, .A7, .A7-SxS, .A7cardSingle, .A9, .A9-Preview, .A-Slim, .A-address, .A-b-rnd-SxS-address  {
    border: 1px Solid #d4d4d4;
    box-shadow: 8px 8px 12px rgba(121, 94, 64, .10);
    max-width: 100%;
}

.A7-SxS {max-width:46%;}

.A9 {
  max-width:51%!important;
}

.A-drk-Shadow  {
    border: 1px Solid #e5e5e5;
    box-shadow: 8px 8px 12px rgba(121, 94, 64, .15);
}

.A-border-ltGrey  {
    border: 1px Solid #eee;
}


.A-b-rnd-SxS-address  {
    max-width: 26.83%;
    border-radius: 1.5625em!important;
}

.A-b-rnd-SxS, .A-b-sqr-SxS  {
    max-width: 47.9096%;
}

.A-b-rnd, .A-address, .A-b-rnd-SxS, .A-b-rnd-SxS-address  {
    border-radius: 1.5625em!important;
}


.A-border-Grey {
    border: 1px solid #999;
}

.A-spacer {width:4.166%;}

.A-spacer-Text {height:10px!important;}

.A-OptionText {
margin-bottom: 5em!important;
}





@media screen and (max-width: 1280px) {
  h1 {font-size:calc(1em + 1.5vw);
      margin-bottom:calc(.25em - .5vw);}
  hr.rust  {margin-top:calc(.1vw - .05em);}
  .nameIntro {width:calc(12em + 42vw);}
  .checkIntro {font-size:calc(.5em + .8vw);}
  .previewText {width:calc(34vw + 15em);
                margin-top:calc(1em + 3vw);}
  .previewText p {font-size:calc(.825em + .3vw);}
  hr.grey60  {margin-bottom:calc(6vw - 4em)!important;}
  .previewCards {padding:6vw - 6em;}
   
  .A-optionText-Left, .A-optionText-Right, .A-optionText-Center, .A-optionText-Left-Vert, .A-optionText-Right-Vert {
    font-size:calc(.75em + .3vw);
  }
  .A-optionText-Left {padding-left:calc(2vw + 2em);}
  .A-optionText-Right {padding-right:calc(2vw + 2em);}
    
  .A-optionText-Left-Vert, .A-optionText-Right-Vert {width:calc(45% - 10vw)!important;}
 
  .A-optionText-Left-Vert {
        /*
        margin-left: calc(2em + 13vw)!important;}
        */
    margin-left: calc(33vw - 17em)!important;}
  .A-optionText-Right-Vert {
        margin-right: calc(20vw - 7em)!important;
    }

  .A-address, .A-b-rnd-SxS-address {width:calc(6.5em + 16vw);}
  .A-b-rnd-SxS, .A-b-sqr-SxS {max-width:44.625%;}
  .A-b-rnd, .A-b-rnd-SxS, .A-address, .A-b-rnd-SxS-address  {border-radius: calc(.25em + 2vw);}
  .A-b-rnd, .A-b-sqr {
    max-width:93.59375%!important;}
  .A2, .A-SQR {width:calc(25vw + 11em);}
  .A-SQRcardSingle {width:calc(20vw + 11em);}
  .A7, .A7art, .A7cardSingle {width:calc(37.5vw + 6em);}
  .A7art {margin-top:calc(-2em + -7.5vw);
          margin-bottom:calc(-2em + 9vw)!important;
  }
  .stnd {width:70.3125vw;}
  .A9 {width:55.957vwmax;}!important;
  .A9-TriVert {width:55.957vwmax, height:99.833vhmax;}!important;
  .A-spacer {width:4.166vw;}
  .A-Slim {width:60.753vw;}
  
  .sub-Menu a {padding:calc(3px + .575vw) 1.9em;}
  .sub-Menu {left:calc(50vw - 50%)!important;
             max-width:100%;}
  .sub-Menu {left:0!important;}
  .artFold2 {width:calc(34em + 14vw);}
}

@media screen and (max-width: 1200px) {
  .design {max-width:93.75%;}
}

@media screen and (max-width: 1020px) {
  .artFold2 {width:calc(6em + 57vw);}
}
  

  
@media screen and (min-width: 851px) {
    #burger, #menuHero, .showMobileSub { visibility:hidden!important;}
    .mobile, .mobile ul {
        display:none!important;
        visibility:hidden!important;}
    .nav, .sub-Menu {display:block;}
}

@media screen and (max-width: 850px) {
  .nameIntro {margin-top:calc(5vw - 4em);}
  .checkIntro {font-weight:400;!important}
    #burger, .showSubMenu { visibility: visible!important;}
    .nav, .sub-Menu {display:none;}
    .sub-Menu a {font-size: calc(.5em + 1vw);}
    header {
        width:calc(67.5% - 22.5vw);
        margin:calc(14px + -2.5vw) auto;}
    .mobile {visibility:visible;}
    .mobile li {font-size: calc(10px + .5vw);}
    
    .A-optionText-Left, .A-optionText-Right, .A-optionText-Center, .A-optionText-Left-Vert, .A-optionText-Right-Vert {
        font-size:calc(.65em + .3vw);
    }

    .A-optionText-Left-Vert, .A-optionText-Right-Vert { 
        width:calc(33% - 4vw);
    }
    .A-optionText-Left-Vert { 
        margin-left: calc(10vw - 2em)!important;
    }
    
  .A-SQRcardSingle {width:calc(15vw + 9em);}
  .A7, .A7art, .A7cardSingle {width:calc(33vw + 7em);}
.A9-TriVert {width:calc(36.5vw + 5em);
  object-fit: contain;}
  .A7art {margin-top:calc(-1em + -9vw);
      margin-bottom:calc(-3em + 4vw);}
  .artFold2 {width:calc(3em + 60vw);}
  .A-address {width:calc(2.5em + 20vw);}

/*
    .A-optionText-Right-Vert {
        margin-left: calc(1em + 5vw)!important;}
    
    .A-optionText-Left-Vert {
        margin-left: 0;}  
    .A-optionText-Right-Vert {
        margin-right: 0;}
*/

    .b-rnd {
        border-radius: 10px;
        box-shadow: 4px 4px 3px #ece6dc;}
    .b-sqr {
        box-shadow: 4px 4px 3px #ece6dc;}
    footer {font-size:calc(.3em + .7vw);}
    
/* ----- Custom Page stuff ----- */
    h1 span{
        font-size:calc(.8em + 2vw);
        font-weight:200!important;}
}



@media screen and (max-width: 640px) {
  .sub-Menu a {padding:calc(3px + .5vw) 1.9em!important;}
  .showSubMenu {margin-top:0!important;}
      .A7, .A7art, .A7cardSingle {width:calc(25vw + 7em);}
}
  .A-SQRcardSingle {width:calc(15vw + 9em);}
  
@media screen and (max-width: 500px) {
    .previewText {width:calc(30vw + 13em);}
    .footBr {display:block;
            line-height:10px;}
    .A-address {width:calc(2em + 20vw);}
}
  



