/*

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com

Twitter: @rich_clark

*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*HERE STARTS MY CODE*/
html, body {
  height: 100%;
  text-decoration: none;
}

body {
  font-family: helveticaNeue, Arial, sans-serif;
  font-size: 10pt;
  margin: 0;
  -webkit-text-size-adjust: none;
}

/*HEADER*/
header {
  margin: 0 auto;
  height: 68px;
  width: 100%;
}

#header-container {
  margin: 0px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  height: 68px;
}

#header-logo {
  order: 1;
  padding: 10px 20px 10px 0px;
  height: 48px;
  flex-grow: none;
  flex-basis: auto;
}

#header-menu {
  order: 2;
  height: 68px;
  flex-grow: 2;
  padding-top: 10px;
  flex-basis: auto;
  display: none;
}

#header-menu ul {}

#header-menu li {
  display: inline-block;
}

#header-login {
  order: 3;
  flex-grow: none;
  padding-top: 10px;
  flex-basis: auto;
  margin-left: 8px;
  text-decoration: none;
}

#header-login a {
  text-decoration: none;
}

/*BUTTONS*/
.login-btn {
  background: #94c502;
  border: 1px solid transparent;
  border-radius: 4px;
  max-width: 300px;
  min-width: 88px;
  padding: 9px 23px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}

.login-btn:hover {
  background: #fff;
  color: #94c502;
  text-decoration: underline;
}

.login-btn a {
  margin: 0 8px;
  text-decoration: none;
  letter-spacing: .25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.login-btn a:hover {
  color: #94c502;
}

.signup-btn {
  background: #fff;
  border: 0;
  border-radius: 4px;
  max-width: 300px;
  min-width: 88px;
  padding: 9px 23px;
  text-align: center;
  vertical-align: middle;
  color: #94c502;

}

.signup-btn:hover {
    color: #94c502;
    text-decoration: underline;
}

.signup-btn a {
  margin: 0 8px;
  text-decoration: none;
  letter-spacing: .25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #94c502;
}

.signup-btn a:hover {
  text-decoration: underline;

}

/*CONTENT*/
.content-container {
  margin: 0px 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 10px 0px;
  /*height: calc(100vh - 68px - 100px);
  border-bottom: 8px solid #94c502;
  border-top: 8px solid #94c502;*/
}
.h1-black {
  color: #484848;
  margin-bottom: 8px;
}

.h1-green {
  color: #94c502;
  margin-bottom: 24px;
}

h1 {
  font-size: 36px;
  font-weight: 900;
}

h2 {
  font-size: 20px;
}

/*INDEX*/
#index-buttons {
  margin: 10px auto;
}

#index-buttons a {
  text-decoration: none;
}

#index-list {
  margin: 10px auto 0px auto;
}

#index-list div {
  margin: 8px auto;
}

/*FOOTER*/
.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #484848;
  color: #ddd;
  margin: 0 auto;
  padding: 16px 16px;
  max-width: 310px;
}

.footer-logo {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #f2f2f2;
  padding-bottom: 16px;
  margin: 0 auto;
}

.footer-logo img {
  margin-right: 8px;
  height: 32px;
  display: inline-flex;
  overflow: hidden;
  line-height: 16px;
  font-size: 16px;
}

footer h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.footer-wrapper ul {
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: auto;
  padding-left: 30px;
  border-bottom: 1px solid rgb(114, 114, 114);
}

.footer-wrapper ul li {
  flex-basis: auto;
  padding: 4px;
  line-height: 20px;
  font-size: 16px font-weight: 400;
  font-style: normal;
}

.footer-wrapper ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-wrapper ul li a:hover {
  text-decoration: underline;
}

.footer-wrapper p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 16px 0;
}

.copyright {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 16px 0;
  margin: 0 auto;
}
#StBerG {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
}
