/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}





/* Ateljer */


html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


body {position: relative; padding-bottom: 12rem; min-height: 100%; margin:0; font-family:Oxygen Mono; color: #7A7A7A; text-align: center; background-color:#802b00; }
p    {margin:0;font-family:Oxygen Mono; color: #7A7A7A; text-align: center; }
h1   {margin:0;font-family:Oxygen Mono; color: #7A7A7A; font-size: 24px; text-align: center; padding:16px 0 0 0; }
h2   {margin:0;font-family:Oxygen Mono; color: #7A7A7A; font-size: 18px; text-align: center; padding:16px 0 0 0; }
h3   {margin:0 20px 0 0;font-family:Oxygen Mono; color: #7A7A7A; font-size: 18px; text-align: left; padding:16px 0 0 0; }

.iframe-outer {    
    margin:25px 0 0 0;
    display: inline-block;
    position: relative;
}


.topnav {
  height: auto;
  width: 100%;
  margin-left:auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #802b00;
}

.topnav a {
  float: left;
  display: block;
  color: #7A7A7A;
  text-align: center;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 14px;
}

.active {
  background-color: #802b00;
  color: white !important;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 14px;    
    border: none;
    outline: none;
    color: #7A7A7A;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropbtn2 {
    font-size: 14px;    
    border: none;
    outline: none;
    color: #ffffff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #802b00;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #7A7A7A;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #802b00;
  color: white;
}

.dropdown-content a:hover {
    background-color: #802b00;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    background-color:transparent;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.responsive-img {
    width: 60%;
    height: auto;
}

.responsive2-img {
    width: 75%;
    height: auto;
    align: left;
}

#wrapper	{    position: relative; width:100%; height:100%; background-color:#802b00; min-height: 100%; margin-bottom: -70px;}

#text		{    margin-left: auto;  margin-right: auto;  margin-top:50px; width: 50%; padding: 0 0 0 55px; }

#text p    	{    margin:0;font-family:Oxygen Mono; color: #7A7A7A; font-size: 14px; text-align: left; }

#text img    	{    float:left; width: 60%; height: auto; margin-top: 30px; margin-bottom: 30px;}

#content img	{    margin-left: auto;  margin-right: auto;  width: 70%; }

#footer         {    position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem; font-size: 14px; }

#padding50	{    
padding: 0 0 50px 0; }



/* The work below, CSSBox, is released under the Creative Commons
   Attribution-ShareAlike 4.0 license and is available on
   https://notabug.org/SylvieLorxu/CSSBox. You are not required to add
   additional credit to your website, just leave the above text in this file */



div.cssbox {
  display: inline-block;}


span.cssbox_full {
  z-index: 999;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
}


span.cssbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px black;
}


a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
  z-index: 999;
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
}


a.cssbox_close {
  top: 0;
  right: 0; width: 100%; height: 100%;
}


a.cssbox_close::after {
  content: '';
}


a.cssbox_prev,
a.cssbox_next {
  top: 50%;
  transform: translate(0%, -50%);
}


a.cssbox_prev {
  left: 5%;
}


a.cssbox_next {
  right: 5%;
}


a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
  visibility: visible;
}


a:target > img.cssbox_thumb + span.cssbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}


span.cssbox_full {
  cursor: initial;
}
/* This is the end of CSSBox */

