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;
}

html, body {
    font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 100%;
}

* {
    box-sizing: border-box;
}

a {	
	text-decoration: none;
	color: #000;
}

/* TEXT */

h1 {
	font-family: utopia-std-display, serif;
	font-weight: 700;
	font-style: normal;
    font-size: 21px;
    line-height: 44px;
	letter-spacing: 0.2px;
	text-transform: lowercase;
	display: block;
	float: left;
}

@media all and (max-width: 420px) {
	h1 {
		display: none;
	}
}

.transparent {
	color: rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 560px) {
	.transparent {
		display: none;
	}
}

nav ul {
	list-style: none;
}

nav ul li {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	margin: 0 0 0 24px;
}

nav ul li a {
	transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s; 
	opacity: 0.50;
    filter: alpha(opacity=50); 
}

.active {
	opacity: 1;
    filter: alpha(opacity=100); 
}

nav ul li a:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}

footer li {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: .2px;
}

footer a {
	margin-right: 24px;
	transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s; 
	opacity: 0.5;
    filter: alpha(opacity=50); 
}

footer a:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}

h2 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	margin: 12px 0 4px;
}

h3 {
	font-family: utopia-std, serif;
	font-weight: 600;
	font-style: normal;	
	font-size: 21px;
    line-height: 1.3;
	letter-spacing: 0.2px;
	text-align: center;
	margin: 0 0 16px 0;
}



h4 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 44px;
	line-height: 1.5;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	text-align: center;
	color: rgba(255,255,255,1.00);
}


@media all and (max-width: 700px) {
	h4 {
		font-size: 34px;
	}
}

h5 {
	font-family: utopia-std, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 54px;
	line-height: 1.25;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

@media all and (max-width: 700px) {
	h5 {
		font-size: 40px;
		
	}
}

h6 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 48px 0 16px 0;
	text-align: left;
	color: rgba(0, 0, 0, 0.8);
}

p {
	font-family: utopia-std, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
    line-height: 1.5;
	margin: 0 0 24px 0;
	color: rgba(0, 0, 0, 0.8);
}

p a {
	font-weight: 600;	
	color: rgba(0, 0, 0, 0.8);
	border-bottom: 2px solid #FDF3F3;	
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	display: inline-block;
}

p a:hover {
	color: rgba(0, 0, 0, 0.8);
	background-color: #FDF3F3;
	border-bottom-color: #FDF3F3;
	opacity: 1.0;
	filter: alpha(opacity=100); 
}

.caption-h6 {
	text-align: center;
	
}

.caption-p {
	text-align: center;
	
}

section ul {
	font-family: utopia-std, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
    line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	text-indent: -34px;
	margin: -12px 60px 36px 38px;
	list-style-position: inside;
	list-style-type: disc;
}

section ul li {
	margin: 0 0 12px 0;
}

.section_divider {
	font-family: utopia-std, serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 2;
	text-align: center;
	margin: 96px;
}

.margin-top {
	margin-top: 48px;
}

.center {
text-align: center;
}

.italic {
	font-style: italic;
}

.fifty {
	opacity: 0.5;
}


/* HEADER */

header {
	position: fixed;
    z-index: 2;
    height: auto;
    top: 0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
	padding: 12px 30px 10px 26px;
    background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 700px) {
	header {
		padding: 12px 24px 10px 24px;
	}
}

nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}


/* FOOTER */

footer {
	position: absolute;
    height: auto;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
	padding: 18px 24px;
	background-color: rgba(0, 0, 0, 0.08);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: baseline;	
}

footer ul li {
	display: block;
	float: left;
	list-style: none;
}

@media all and (max-width: 520px) {
	footer {
	flex-flow: column wrap;
	}
}

@media all and (max-width: 520px) {
	footer ul li {
	float:none;
	}
}

/* MAIN */

main {
	padding-top: 0px;
    padding-bottom: 136px; /* Height of the footer (88) + extra pad (48) */
    position: relative;
    min-height: 100%;
    width: 100%;
	z-index: 1;
	overflow: hidden;	
}

@media all and (max-width: 820px) {
	main {
		padding-bottom: 296px; /* Height of 4-line footer (248) + extra pad (48) */
	}
}

section {
	margin: 0 auto 72px auto;
	padding: 0 24px;
}

.top {
	margin: 0 auto 72px auto;
	padding: 218px 48px 144px 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #333333;
}

@media all and (max-width: 700px) {
	.top {
		
	}
}

.column {
	max-width: 700px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
	height: 72px;
}

/* MAIN > CSS Grid */

.grid-index {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 72px;
	margin: 72px auto 0 auto;
	padding: 48px 24px;
	max-width: 1600px;
}

@media all and (max-width: 520px) {
	.grid-index {
		margin-top: 118px;
	}
}

.grid-index a {	
	color: #000;
	text-decoration: none;
	transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s; 
}

.grid-index a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); 
}

/* MAIN > Flexbox */

.flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 24px 72px 24px;
	justify-content: center;
}

.flexbox img {
	margin: 24px;
}

.flexbox-mobile {
  	margin: 0 24px 72px 24px;
  	display: flex;
 	-webkit-flex-flow: row wrap;
 	justify-content: center;
}

.flexbox-mobile img {
	margin: 16px;
  	width: 306px;
	height: 100%;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.24);	
	border-radius: 2px;
}

.flexbox-desktop {
  	margin: 0 24px 72px 24px;
  	display: flex;
 	-webkit-flex-flow: row wrap;
 	justify-content: center;
}

.flexbox-desktop img {
	margin: 24px;
	width: 852px;
	height: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

/* MAIN > Carousel */

.carousel {
	justify-content: center;
	margin: 0 auto;
	padding: 0 24px;
	max-width: 900px;
}

.carousel > img {
	width:100%;
	margin: 24px 0 0 0;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.carousel > img:hover {
	transition: box-shadow 0.25s;
    -webkit-transition: box-shadow 0.25s; 
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6);
}

.flexbox-thumbnail {
  	margin: 12px 24px 72px 24px;
  	display: flex;
 	-webkit-flex-flow: row wrap;
 	justify-content: center;	
}

.flexbox-thumbnail img {
	margin: 12px;
	width: 96px;
	height: 100%;
	border-radius: 1px;
}

.w3-opacity,
.w3-hover-opacity:hover {
	transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s; 
	opacity: 0.5;
    filter: alpha(opacity=50); 
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}



/* IMG */

.mobile {
	margin: 0 auto 72px auto;
  	width: 314px;
	height: 688px;
	overflow: auto;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.5);	
	border-width: 72px 4px;
	border-color: rgba(0, 0, 0, 1.0);
	border-radius: 32px;
	border-style: solid;
}

img {
	margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.imgcircle {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.eye {
	display: block;
	float: left;
	width: 34px;
	margin: 6px 8px 0 0;
}

@media all and (max-width: 420px) {
	.eye {
		width: 40px;
		margin: 4px 8px 0 0;
	}
}

/* VIDEO */

.video {
    max-width: 900px;
    margin: 0 auto 72px auto;
	padding: 0 24px;
}
