/**
 * Resets
 */

#backdrop{
	
}

#thumbs-2 img{
	height: auto !important;
    width:100% !important
}

#logo{
      font-family: 'DidotLTStd-Roman';
font-size:36px;
    line-height: 36px;

   text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.image-link:hover{
	opacity: 0.5;
}

#scroller{
	position: absolute;
    top:87vh;
    font-size: 40px;;
    text-align: center;
    margin: 0px auto;;
    left:0px;right:0px;
}
#title{
	margin: 24px 0px 0px 0px;
}

#logo{
    z-index: 999999999;
	position: absolute;
    left:3.5rem;
    top:50px;
}

#nav{
    z-index: 999999999;
	position: absolute;
    right:4rem;
    width: 50%;
    text-align: right;
    top:56px;
}

#nav a{
       text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);

	margin-left: 6%;
}

#nav a:first-child{
	margin-left: 0%;
}
#wrapper {
    max-width: 1700px;;
    position: relative;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(80% - 100px);
    margin-top: 0px;
    margin: 50px auto 0px auto;;
    display: block;
 
left:0px;right:0px;   
}

#wrapper-2 {
    max-width: 100%;
    position: relative;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(80% - 100px);
    margin-top: 0px;
    margin: 120px auto 0px auto;;
    display: block;
    padding-bottom: 50px;
 
left:0px;right:0px;   
}

#back{
    font-family: sans-serif;
	position: fixed;
    right:50px;top:50px;
}

.embed-container {
    width:100%;
    
    display: inline-block;
	position:relative;
	padding-bottom: 56%;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
    max-width: 100%;

}


.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	padding-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0px !important;
}
#thumbs{
    margin: 100vh auto 0px auto;
    left:0px;right:0px;
    position: relative;
    background: white;
    padding:50px 50px;
}

#thumbs-2{
    margin:20px auto 0px auto;
    left:0px;right:0px;
    position: relative;
    padding: 50px 2rem;;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #333;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(0, 0, 0, 0)/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 20px;
    letter-spacing: 0.5px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Playfair Display", Social /*!Google*/;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 1);
    padding-bottom: 0em;
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Playfair Display", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: 'Dolly Pro', Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 1.8rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
    display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: Karla, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 1)/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width : 960px) {

#nav a{
	margin-left: 4%;
}
}

@media only screen and (max-width : 900px) {

#logo{text-align: center;
	     font-family: 'DidotLTStd-Roman';
font-size:30px;
    line-height: 36px;
}
}

@media only screen and (max-width : 800px) {
    
    #logo{
	
        left:0px;right:0px;
        margin: 0px auto;;
    top:39px;
}
    
    #title{
	width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
        margin:0px auto;
}
#nav{
    z-index: 999999999;
	position: absolute;
    right:0px;
    left:0px;
    width: 100%;
    text-align: center;
    top:95px;
    }
    
    
    [data-predefined-style="true"] main {
	font-size: 15px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Social /*!System*/;
	font-style: normal;
	line-height: 1.4;
}
    
    #nav a{
	margin: 0px 5px;
}
    
     #nav a:first-child{
	margin-left:0px;
}
    
      #nav a:last-child{
	margin-right:0px;
}
    #thumbs-2{
    margin:40px auto 0px auto;
    left:0px;right:0px;
    position: relative;
    padding:50px 30px;
}
    [data-predefined-style="true"] h1 {
	font-family: "Playfair Display", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}
    
    #wrapper {
    max-width: 900px;;
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(80% - 0px);
    margin-top: 0px;
    margin: 50px auto 0px auto;;
    display: block;
 
left:0px;right:0px;   
}
    #back{
    font-family: sans-serif;
	position: fixed;
    right:20px;top:20px;
}
    #wrapper-2 {
    max-width: 100%;
    position: relative;
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(80% - 0px);
    margin-top: 0px;
    margin: 100px auto 0px auto;;
    display: block;
    padding-bottom: 50px;
 
left:0px;right:0px;   
}
}