/* Meyerweb reset: */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Sanchez', serif;
  letter-spacing: 0.5px;
}

*, *:before, *:after {
  box-sizing: inherit;
}


body {

}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 5px 0px 5px 0px;
  font-family: 'Lora', serif;
}

h1 small, h2 small {
  color: #888;
}

h1 {
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 1px;
}

h1 small {
  font-size: 24px;
}

h2 {
  font-size: 29px;
  line-height: 31px;
  margin-bottom: 30px;
  margin-top:15px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  border-image:url(../images/design/header_border_bottom.png) 1 stretch;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

h3 {
  margin: 48px 0 16px 0;
  font-size: 22px;
  line-height: 26px;
}

ul {
  margin: 16px 0 16px 2vw;
}

li {
  list-style-type: disc;
  margin-left: 18px;
  margin-top:10px;
}


a:visited, a:hover, a:link {
  color: #008;
}

a:hover {
  text-decoration: none;
}

a img {
  text-decoration: none;
}

/* Controls: */
a.button, button, input[type=button], input[type=submit] {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  margin:5px;
  border-radius: 10px;
  background-color: #222233;
  box-shadow: 3px 2px 5px #000a;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.5s linear;
}

a.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
  opacity: 0.8;
  box-shadow: 3px 2px 5px #000a;
}

a.button:active, button:active, input[type=button]:active, input[type=submit]:active {
  box-shadow: 1px 1px 1px #000a;
}

@media print {
  a.button, button, input[type=button], input[type=submit] {
    display: none;
  }
}

input, textarea {
  display:block;
  border: 1px solid #222233;
  padding:22px;
  border-radius: 10px;
  font-family: 'Arial';
  font-size: 22px;
  color: #222233;
  box-shadow: 3px 2px 5px #0003;
}

.column-container {
  display: flex;
  text-align: center;
}

.column {
  flex: 1;
}


.large {
  font-size: 20px;
}

section {
  padding: 10px;
  text-align: center;
  padding: 2vh 20vw;
  font-size: 16px;
  line-height: 19px;
}

@media print {
  section {
    padding: 10px;
  }
}

section:nth-child(even) {
  background-color: #e9e9ea;
}

section > * {
  text-align: left;
  display:block;
}

.templates-container {
  display:none;
}

#mobile-controls {
  display:none;
}

#mobile-menu-opener, #mobile-menu-closer {
    max-width: none;
    min-width: 0px;
    margin: 0px;
    background: #ffffff url(../images/design/mobile_menu_open.jpg) no-repeat center center;
    height: 40px;
    right: 10px;
    position: fixed;
    display: none;
    top: 0;
    width: 40px;
    z-index:0;
    border:0;
}

#mobile-menu-closer {
  z-index:2;
  background: transparent url(../images/design/mobile_menu_close.png) no-repeat center center;
}
