body {
	margin:0;
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	min-height:100vh;
	width: 100%;
	padding:0;
	box-sizing: border-box;
	background-color:black;
	flex-direction: column;
	font-family: 'futura-pt-condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:24px;
	overflow-x: hidden;
}

h2 {
	font-family: 'futura-pt-condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:44px;
	text-transform: uppercase;
}

header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	z-index:3;
}

.wrapper {
	box-sizing: border-box;
}

.main {
	height:100vh;
	width:100%;
	margin: 0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position:relative;
}

.menu2 a {
	color:black;
}

a {
	color:white;
	text-decoration: none;
}

.socials {
	    position: absolute;
    top: 30px;
    right: 10px;
}

.rsvp {
	width: 200px;
    height: 200px;
    background-color: black;
    border-radius: 100px;
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 10;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px solid white;
    box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
-webkit-box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
-moz-box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
}

.about {
	height:600px;
	width:100%;
	margin: 0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
    background-color: rgba(255,255,255,.8);
    z-index:2;
}

.sell {
	height:600px;
	width:100%;
	margin: 0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
    background-color: rgba(0,0,0,.8);
    z-index:2;
    color:white;
    font-size:34px;
    padding: 0 20px;
}

.location {
	height:100vh;
	width:100%;
	margin: 0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color:black;
	z-index:2;
	background-image:url('/img/contact.jpg');
	background-size:cover;
}

.locationInner {
	height:400px;
	width:800px;
	background-color:black;
	color:white;
	font-size:44px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight:700;
	text-align: center;
}

.inner {
	width:1024px;
	margin:0 auto;
	text-align:center;
}

.menu {
	box-sizing: border-box;
}

.stickyLogo {
	position:absolute;
	top:10px;
	left:10px;
}

.menuMain {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:333;
	height:40px;
	width:100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.menuMain .menu2nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-size:44px;
    color:white;
    text-transform:uppercase;
    font-weight:700;
    text-shadow: 3px 3px 0px rgba(0,0,0,1);
}

.menu2 {
	display:block;
	width:100%;
	height:100px;
	background-color:white;
	position:fixed;
	top:-100px;
	left:0;
	right:0;
	z-index:1337;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
	transition:all .3s ease;
	text-transform:uppercase;
    font-weight:700;
}

.drop {
    top: 0;
}

.menu-inner {
	display: flex;
    width: 100%;
    height: 80px;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}

.menu2nav {
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
    flex-grow: 1;
    font-size:36px;
    text-transform:uppercase;
    font-weight:700;
}

.menu-item {
	padding:0 20px;
}

.logo2 img {
	height:80px;
}

.sticky {
	display:block;
}

.logo img {
	width:350px;
	padding: 20px;
}

.bgVideo {
	box-sizing: border-box;
}

.bgVideo video {
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index:1;
}

@media screen and (max-width: 768px) {
	.menuMain .menu2nav {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    flex-grow: 1;
	    font-size: 44px;
	    color: white;
	    text-transform: uppercase;
	    font-weight: 700;
	    text-shadow: 3px 3px 0px rgb(0 0 0);
	}
	.rsvp {
	    width: 160px;
	    height: 160px;
	    background-color: black;
	    border-radius: 100px;
	    position: absolute;
	    top: auto;
	    bottom: 20px;
	    right: 20px;
	    z-index: 10;
	    font-size: 30px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    border: 4px solid white;
	    box-shadow: 6px 6px 0px 0px rgb(255 255 255);
	    -webkit-box-shadow: 6px 6px 0px 0px rgb(255 255 255);
	    -moz-box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
	}
	.about {
	    height: auto;
	    padding: 40px 20px;
	    width: 100%;
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    box-sizing: border-box;
	    background-color: rgba(255,255,255,.8);
	    z-index: 2;
	}
	.locationInner {
	    height: auto;
	    width: 80%;
	    background-color: black;
	    color: white;
	    font-size: 28px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-weight: 700;
	    text-align: center;
	    padding: 10px;
	}
	.menu2 {
		display:none;
	}
}
