/* Base  */

html, body {
  height: 100%;
}
body {
  background: #292623;
  background-size: cover;
  color: #6b6056;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13pt;
  line-height: 1.1;
}


.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-top: 5px solid #ff9900;
  border-bottom: 5px solid #ff9900;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.container {
  margin-right: auto;
  margin-left: auto;
}


.logo {
}
.mail {
}

.footer {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 11pt;
  font-weight: 300;
  color: #666;
}


/* Tooltip */


/*Bootstrap 4 Tooltip*/
.tooltip > .arrow {
  background-color: transparent;
}

.tooltip > .tooltip-inner {
  max-width: 420px;
  text-align: center;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #76861b;
}

.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-left,
.bs-tooltip-bottom {
  background-color: transparent;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  border-top-color: #76861b;
  border-right-color: transparent;
  border-bottom-color: #76861b;
  border-left-color: transparent;
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before{
  border-top-color: transparent;
  border-right-color: #76861b;
  border-bottom-color: transparent;
  border-left-color: #76861b;
}


/* Links */

a {
  color: #76861b;
  text-decoration: none;
  outline: none;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #9db610;
  text-decoration: none;
  outline: none;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}


img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 2px 0px 4px 0px;
}
p.copyright {
  font-size: 12pt;
}


/* Button */

.btn-default {
  color: #303030;
  font-family: 'Kanit', sans-serif;
  font-size: 14pt;
  font-weight: 300;
  text-shadow: none;
  letter-spacing: 3px;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #8dc73f;
  border-radius: 0;
  padding: 0.5rem 2rem;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}
.btn-default:hover {
  color: #fff;
  background-color: #8dc73f;
  border: 2px solid #8dc73f;
}


/* Heading */


h1.heading {
  font-family: 'minimalhardregular', sans-serif;
  font-size: 88pt;
  font-weight: normal;
  color: #ff9900;
  letter-spacing: 15px;
  margin: 20% 0 30px 0;
}
h2.heading {
  font-family: 'Roboto', sans-serif;
  font-size: 44pt;
  font-weight: 400;
  color: #9db610;
  letter-spacing: 3px;
  margin: 20px 0;
}

.fa-solid {
  font-size: 40pt;
  letter-spacing: 0;
}


/* Responsive */

@media screen and (max-width: 1023px) {
  h1.heading {
    font-size: 68pt;
  }
  h2.heading {
    font-size: 36pt;
  }
}

@media screen and (max-width: 767px) {
  h1.heading {
    font-size: 52pt;
    letter-spacing: 1px;
    margin: 35% 0 30px 0;
  }
  h2.heading {
    font-size: 24pt;
    letter-spacing: 1px;
  }
  .fa-solid  {
    font-size: 20pt;
    letter-spacing: 0;
  }
  p.copyright {
    font-size: 10pt;
  }
}


/* Load Fonts */


/* Minimalhard */

@font-face {
 font-family: 'minimalhardregular';
 src: url('../font/mh__-webfont.eot');
 src: url('../font/mh__-webfont.eot?#iefix') format('embedded-opentype'),
 url('../font/mh__-webfont.woff') format('woff'),
 url('../font/mh__-webfont.ttf') format('truetype'),
 url('../font/mh__-webfont.svg#minimalhardregular') format('svg');
 font-weight: normal;
 font-style: normal
}


/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
