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

@font-face {
  font-family: 'Pistilli';
  src: url('Pistilli.eot');
  src: url('Pistilli.eot?#iefix') format('embedded-opentype'),
       url('Pistilli.woff2') format('woff2'),
       url('Pistilli.woff') format('woff'), 
       url('Pistilli.ttf')  format('truetype'),
       url('Pistilli.svg#svgFontName') format('svg');
}


.n-1 {
	background-image:url(../images/nav-01.png);
	background-position: center center;
	background-size: 75px 75px;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-1-2 {
	background-image:url(../images/nav-02.png);
	background-position: center center;
	background-size: 75px 75px;
	width: 100%;
	height: 100%;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-2 {
	background-image:url(../images/nav-03.png);
	background-position: center center;
	background-size: 75px 75px;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-2-2 {
	background-image:url(../images/nav-04.png);
	background-position: center center;
	background-size: 75px 75px;
	width: 100%;
	height: 100%;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-3 {
	background-image:url(../images/nav-05.png);
	background-position: center center;
	background-size: 75px 75px;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-3-2 {
	background-image:url(../images/nav-06.png);
	background-position: center center;
	background-size: 75px 75px;
	width: 100%;
	height: 100%;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-4 {
	background-image:url(../images/nav-07.png);
	background-position: center center;
	background-size: 75px 75px;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-4-2 {
	background-image:url(../images/nav-08.png);
	background-position: center center;
	background-size: 75px 75px;
	width: 100%;
	height: 100%;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-5 {
	background-image:url(../images/nav-09.png);
	background-position: center center;
	background-size: 75px 75px;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.n-5-2 {
	background-image:url(../images/nav-10.png);
	background-position: center center;
	background-size: 75px 75px;
	width: 100%;
	height: 100%;
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.nav {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	width: 75px;
	background-color: #e5e5e5;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	z-index: 999;
	
}

.nav a > li > span {
	color: #c17f5f;
}

.nav li span {
	display: inline-block;
	padding-top: 4px;
	color: #e5e5e5;
}

.nav li {
	width: 75px;
	height: 75px;
	display: block;
	text-align: center;
	line-height: 75px;
	font-family: Pistilli;
	color: #c17f5f;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	
}

.nav > a li {
	    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.nav a {
	text-decoration: none;
	
}

.nav > a li:hover {
	background-color: #cbcbcb;
}

.line:after {
  content : "";
  position: relative;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  display: block;
  width   : 45px;
  margin: 0px 15px 0px 15px;
  border-bottom:1px solid #808080;
  text-align: center;
}


.nav > li, .brz {
	background: #c17f5f;
    background: -webkit-linear-gradient(left, #895539, #c17f5f);
    background: -o-linear-gradient(left, #895539, #c17f5f);
    background: -moz-linear-gradient(left, #895539, #c17f5f);
    background: linear-gradient(left, #895539, #c17f5f);
}

.container {
	width: 100%;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
}

html, body, .all {
	font-family: "brandon-grotesque",sans-serif;
}

.all {
	padding: 0px 0px 15px 75px;
}

.content {
	padding: 15px 15px 15px 15px;
}

.cent {
	text-align: center;
}

.lft {
	text-align: left;
}

.rgt {
	text-align: right;
}

.intro > img {
	width: 80%;
	padding-bottom: 60px;
	padding-top: 15px;
}

.intro > div {
	width: 120px;
	padding: 5px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.title {
	color: #c17f5f;
	font-family: Pistilli;
	font-weight: 100;
	display: inline-block;
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
}

.hashtag {
	color: #c17f5f;
	font-family: Pistilli;
	text-transform: lowercase;
	font-size: 40px;
	padding-bottom: 50px;
	display: block;
}

.hashtag > span {
	font-family: Brandon Grotesque;
	padding-bottom: 200px;
}

.num {
	margin: 60px 0 0 0;
	display: inline-block;
	color: #fff;
	width: 200px;
	text-align: center;
}

.num h1 {
	font-family: Pistilli;
	font-weight: 100;
	font-size: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 100px
}

.time {
	display: block;
	padding: 60px 0 60px 0;
}

.num span, .time span {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
}

.date {
	padding-top: 19vw;
	padding-bottom: 8vw;
}

.rsvp-cont {
	padding-top: 70px;
	padding-bottom: 70px;
	display: block;
}

.reg-cont {
	padding-top: 20px;
}

.venue {
	height:300px;
}

.fifty {
	width: 50%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.fifty h1 {
	font-family: Pistilli;
	font-weight: 100;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin-top: 130px;
}

.fifty span {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin-top: 120px;
	font-size: 13px;
}

.gry {
	background-color: #333;
}

.map {
	height: 350px;
}

.venin {
	margin: 0;
	padding: 0 5px 0 5px;
	margin-bottom: 30px;
	font-size: 14px;
}

.rsvp-but {
	display: inline-block;
	padding: 4px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	background: #c17f5f;
    background: -webkit-linear-gradient(left, #895539, #c17f5f);
    background: -o-linear-gradient(left, #895539, #c17f5f);
    background: -moz-linear-gradient(left, #895539, #c17f5f);
    background: linear-gradient(left, #895539, #c17f5f);
	    -webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
	vertical-align: middle;
	
}

.rsvp-but:hover {
		zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}


.rsvp-inner {
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	background-color: #fff;
	width: 150px;
	height: 33px;
	padding: 15px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #c17f5f;
	text-decoration: none;
	font-weight: 900;
}

.rsvp-text {
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
	padding-right: 2px;
}

.rsvp-icon {
	vertical-align: middle;
	background-image:url(../images/nav-03.png);
	background-position: center center;
	background-size: 75px 75px;
	padding-right: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.cred, .cred p {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 15px;
	margin: 0;
	paddin: 0;
}

.cred a, .cred a:visited {
	font-size: 10px;
	padding: 0;
	line-height: 15px;
	margin: 0;
	text-decoration: none;
	color: #c17f5f;
	-webkit-transition: color 300ms linear;
    -ms-transition:  color 300ms linear;
    transition: color 300ms linear;
	vertical-align: bottom;
}

.cred a:hover {
	color: #333;
}

.head {
	margin-top: -15px;
	padding-top: 136px;
	padding-bottom: 145px;
	height: 100px;
}

.head h1 {
	color: #fff;
	font-family: Pistilli, serif;
	font-weight: 100;
}

.head h2 {
	color: #FFF;
	font-size: 11px;
	font-weight: 100;
	text-transform: uppercase;
}

.shops {
	position: relative;
}

.shoppe {
	width: 40%;
	max-width: 300px;
	display: inline-block;
	padding: 2%;
}

.shoppe img {
	width: 100%;
	display: inline-block;
}

.shopho {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	 -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	  transition: opacity 300ms ease-in-out;
   -moz-transition: opacity 300ms ease-in-out;
   -webkit-transition: opacity 300ms ease-in-out;
}

.shopho:hover {
	zoom: 1;
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
}

.party-icon {
	vertical-align: middle;
	background-image:url(../images/icon5.png);
	background-position: center center;
	padding-right: 13px;
	margin-top: -8px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.reg-icon {
	vertical-align: middle;
	background-image:url(../images/icon4.png);
	background-position: center center;
	background-size: 75px 75px;
	padding-right: 2px;
	margin-top: -8px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

@media screen and (max-width: 700px){
	.num {
		display: block;
		text-align: center;
		width: 100%
	}
}


@media screen and (max-width: 500px) {
.nav {
		top: 0;
		height: 16.4vw;
		width: 100vw;
		list-style: none;
		text-align: left;
		justify-content: space-around;
		display: flex;
}

.nav li, .nav > a li {
	display: inline-block;
	width: 16.4vw;
	height: 16.4vw;
	line-height: 16.4vw;
	left: 0;
	float: left;
	font-size: 7vw;
	
}

.nav li span {
	display: inline-block;
	padding-top: 1vw;
	color: #e5e5e5;
}

.line:after {
  content : "";
  position: relative;
  float: left;
  left: 0;
  top: 3vw;
  width  : 0px;
  height   : 10vw;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-left: 1px solid #808080;
}

.num {
	display: block;
	width: 100%;
}

.all {
	padding-top: 16vw;
	padding-right: 0px;
	padding-left: 0px;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.content {
	padding-left: 0;
	padding-right: 0;
}
.intro > img {
	width: 100%;
	padding-bottom: 60px;
	padding-top: 15px;
}

.head {
	margin-top: -25px;
	padding-bottom: 95px;
	padding-top: 85px;
	height: 50px;
}

.head h1 {
	font-size: 22px;
}

.head h2 {
	font-size: 10px;
}
}

@media screen and (max-width: 375px) {
	.intro > h1  {
		display: block;
}

.intro > h1  {
		text-align: center;
}

.lft {
	text-align: center;
	margin-top: -50px;
}

.rgt {
	text-align: center;
	margin-bottom: -50px;
}

.venue {
	height:200px;
}

.fifty {
	width: 50%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.fifty h1 {
	height: 20px;
	margin-top: 90px;
	font-size: 1.5em;
}

.fifty span {
	height: 20px;
	margin-top: 80px;
	font-size: 13px;
}

.map {
	height: 200px;
}
}