html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	background: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
.row {
    width: 100%;
}

section#top {

}
.top-container {
	height: 100%;
}
#artwork {
	position: relative;
	z-index: 9;
}
.artwork img {
    position: absolute;
    width: 80%;
    height: auto;
    max-width: 540px;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.artwork-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    /* ff 3.6+ */
    background:-moz-radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 1) 100%);
    /* safari 5.1+,chrome 10+ */
    background:-webkit-radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 1) 100%);
    /* opera 11.10+ */
    background:-o-radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 1) 100%);
    /* ie 10+ */
    background:-ms-radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 1) 100%);
    /* global 92%+ browsers support */
    background:radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 1) 100%);
}
.link-tree {
	position: relative;
	z-index: 9;
    background: black;
}
.link-tree video {
    opacity: 0.1;
}
.link-tree-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 20px;
    position: relative;
    z-index: 9;
}
.links-overlay {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.eone {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 30px;
}
.eone img {
    width: 100%;
    height: auto;
}
.link-list {
	text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}
.link-list a {
    background: #30392a;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 14px 0px;
    text-transform: uppercase;
    color: #9fa499;
    text-decoration: none;
    font-weight: bold;
    max-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
}
/*.link-list a.link-1 {
    background:#c5b985;
}
.link-list a.link-2 {
    background:#b1a673;
}
.link-list a.link-3 {
    background:#998d5a;
}
.link-list a.link-4 {
    background:#7f7544;
}
.link-list a.link-5 {
    background:#6b6437;
}
.link-list a.link-6 {
    background:#5d5a37;
}*/
.link-list a i {
    font-size: 20px;
    margin-left: 10px;
}
.link-list a:hover {
    background: #9fa499;
    color: #30392a;
}
.socials {
	width: 100%;
	text-align: center;
}
.socials h2 {
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	color: #9fa499;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.logo-small {
    margin: 20px auto;
    width: 80px;
    text-align: center;
}
.social-links {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.social-links a {
	background: #30392a;
    display: block;
    color: #9fa499;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	margin: 0 6px;
    font-size: 28px;
    line-height: 60px;
}
.social-links a:hover {
    background: #9fa499;
    color: #30392a;
}
.social-links .facebook i {

}
.social-links .instagram i {

}
.social-links .twitter i {

}
.announcement {
    text-align: center;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #9fa499;
    line-height: 70px;
}
.main-link {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    height: 90px;
}
.main-link a {
    background: #eef2b7;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 14px 0px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    font-weight: bold;
    max-width: 320px;
}
.main-link a:hover {
    background: #000;
    color: #eef2b7;
}
#video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#video-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer {
	text-align: center;
	padding: 30px 0;
}
#footer .bar {
    display: inline-block;
    color: #4b4b4b;
    text-align: center;
}
#footer .bar a {
    color: #4b4b4b;
    text-decoration: none;
}
#mobile-indicator {
    display: none;
}
/* #product-grid {
    border:1px solid red;
}
#product-grid .row {
    border:1px solid red;
} */
#product-grid .row .item {
    /* border:1px solid red; */
    line-height: normal;
}
#product-grid .row .item .product {
    margin:10px;
}
#product-grid .row .item .product img {
    display: block;
}
#product-grid .row .item .product .link-list {
    margin:10px;
    font-size:12px;
}
@media only screen and (max-width: 700px) {
    #mobile-indicator {
        display: block;
    }
}
@media only screen and (max-width: 1023px) {
	.artwork {
		width: 100% !important;
		height: 400px !important;
        padding-top: 160px;
	}
	.link-tree {
	    width: 100% !important;
	}
}
@media only screen and (min-width: 1024px) {
	section#top {
	    height: calc(100vh - 180px);
        min-height: 760px;
	}
	.top-container {
	    display: flex;
	}
	.artwork {
		height: 100vh;
		width: 100vw;
	}
	.link-tree {
		width: 0;
		height: 100vh;
		opacity: 0;
	}
	.link-tree-inner {
	    height: 100%;
	}
	section#middle {
	    height: 90px;
	}
	section#middle .bar {
	    display: flex;
	}
	.announcement {
		width: 67%;
	}
	.main-link {
		width: 33%;
	}
}