@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  background-color: #d0cece
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 990px;
  background-image: url(images/bt_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  border: none;
}
#myBtn:hover {
  color: #000;
  background-image: url(images/bt_bg.jpg);
  outline: none;
}
.xxx {
  width: 10%;
}
a {
  color: #E33400;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-color: #E33400;
}
a:hover {
  color: #000;
}
a:after {
  color: #000;
  transition: width 0.175s ease-in;
}
.text a {
  color: #000;
  text-decoration: none;
}
.text a:hover {
  color: #5D5D5D;
}
a:after {
  color: #1E6714;
  transition: width 0.175s ease-in;
}
h1 {
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.04rem;
  font-size: 3rem;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: "verdana-pro", sans-serif;
}
h2 {
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: -0.04rem;
  line-height: 2.6rem;
}
h2 a {
  text-decoration: none;
  color: #fff;
}
h3 {
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  font-size: 2.4rem;
  letter-spacing: -0.04rem;
  line-height: 2.6rem;
}
h3 a {
  text-decoration: none;
  color: #E33400;
}
h3 a:hover {
  color: #000000;
}
h4 {
  font-weight: 500;
  font-style: normal;
  margin-top: -4px;
  margin-bottom: 30px;
  font-size: 1.7rem;
  letter-spacing: -0.04rem;
  padding: 0px;
}
.orange {
  color: #E33400
}
figcaption {
  font-size: 1.3rem;
  text-align-last: right;
}
.nohyphens {
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.nohyphens_X {
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 2.55rem;
}
li {
  padding-bottom: 8px;
}
li::marker {
  color: #E33400;
  font-size: 2rem;
}
ul {}
._80 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
._90 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.img_90 {
  width: 30%;
  float: left;
  margin-top: -0px;
  margin-right: 30px;
}
.smaller {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.bigger {
  font-size: 2rem
}
.flL25 {
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 4px;
  width: 25%;
  height: 119vh;
}
.flL15 {
  float: left;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 4px;
  width: 15%;
  height: 100vh;
}
.flL_img {
  float: right;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  width: 30%;
}
.plus {
  padding-left: 8%;
}
strong {
  font-weight: 700;
  font-style: normal;
}
.normal {
  font-weight: 300;
  font-style: normal;
}
.glass {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px 16px 16px 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px;
}
.round {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.grid_63 {
  display: grid;
  grid-template: auto / 66% auto;
  grid-gap: 20px;
  margin: 0px;
  top: 0px;
  z-index: 0
}
.grid_14 {
  display: grid;
  grid-template: auto / 20% auto;
  grid-gap: 20px;
  top: 0px;
  z-index: 0;
  padding-bottom: 10px;
}
.grid_14 img {
  padding-top: 4px;
}
.wrapper {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 60px;
  position: absolute;
  top: 0px;
  z-index: 0
}
.topgap {
  padding-top: 120px;
}
/* Navbar section */
.nav {
  width: 100%;
  height: 84px;
  position: fixed;
  line-height: 65px;
  text-align: right;
  z-index: 1;
}
.nav div.logo {
  float: left;
  width: auto;
  height: auto;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 82px;
}
.nav div.logo a {
  text-decoration: none;
  font-size: 6rem;
  letter-spacing: 0.4rem;
  margin-left: 30px;
}
.nav div.logo a:hover {
  color: #FFFFFF;
  text-shadow: 0px 0px 2px rgba(233, 213, 1, 1.00);
}
.nav div.main_list {
  height: 65px;
  float: right;
}
.nav div.main_list ul {
  width: 100%;
  height: 65px;
  display: flex;
  list-style: none;
  margin-top: 21px;
}
.nav div.main_list ul li {
  width: auto;
  height: 65px;
  padding-left: 0;
  padding-right: 60px;
}
.nav div.main_list ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 65px;
  font-size: 1.2em;
}
.nav div.main_list ul li a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
}
/* Home section */
.home {
  width: 100%;
  height: 100vh;
  background-image: url("images/hg2.jpg");
  background-position: cover top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.navTrigger {
  display: none;
}
.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* =Footer-------------------------------------------------------------- */
footer {
  text-align: left;
  background-color: #d0cece;
  width: 100%;
  height: 37px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 22px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
footer a {
  color: #000000;
  text-decoration: none;
}
.logo {
  ;
  font-family: "verdana-pro", sans-serif;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  font-size: 2rem;
  letter-spacing: 0rem;
}
/* Media qurey section */
@media screen and (min-width : 825px) and (max-width : 1024px) {
  .container {
    margin: 0;
  }
  .nav div.main_list ul {
    margin: 0 0 0 0;
  }
  .nav div.logo a {
    font-size: 5.9rem;
  }
  .nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding-left: 0;
    padding-right: 25px;
    margin-top: 20px
  }
  .nav div.main_list {
    height: 65px;
    float: right;
  }
}
@media screen and (max-width : 825px) {
  .nav div.logo a {
    font-size: 5.9rem;
  }
  .navTrigger {
    display: block;
  }
  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav div.show_list {
    height: auto;
    display: none;
    margin-top: -27px;
  }
  .nav div.main_list ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #111;
  }
  .nav div.main_list ul li a {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-right: 75px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .nav div.media_button {
    display: block;
  }
  .wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.affix {
  padding: 0;
  background-color: rgba(17, 17, 17, 0.77);
}
@media (max-width: 450px) {
  #myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 990px;
    background-image: url(images/bt_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
    border: none;
  }
  .nav div.logo a {
    font-size: 5rem;
    margin-left: 10px;
  }
  .wrapper {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .glass {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
  }
  ._80 {
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }
  ._90 {
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }
  .img_90 {
    width: 50%;
    float: left;
    margin-top: -0px;
    margin-right: 30px;
  }
  .grid_63 {
    display: grid;
    grid-template: auto / 100%;
    grid-gap: 0px;
    margin: 0px;
    top: 0px;
    z-index: 0
  }
  .grid_14 {
    display: grid;
    grid-template: auto / 20% auto;
    grid-gap: 10px;
    top: 0px;
    z-index: 0;
    padding-bottom: 10px;
  }
  .topgap {
    padding-top: 110px;
  }
  h1 {
    font-weight: 500;
    font-style: normal;
    margin-top: -15px;
    margin-bottom: 10px;
    letter-spacing: -0.04rem;
    font-size: 2.5rem;
    line-height: 3.3rem;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  h3 {
    font-weight: 500;
    font-style: normal;
    margin-top: -9px;
    margin-bottom: 40px;
    margin-left: 0px;
    font-size: 2.1rem;
    letter-spacing: -0.04rem;
    line-height: 2.6rem;
  }
  .flL15 {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 4px;
    width: 25%;
    height: 100%;
  }
  .flL25 {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 4px;
    width: 25%;
    height: 19vh;
  }
  .plus {
    padding-left: 0%;
  }
  .nohyphens_X {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 20px;
  }
}
._9 {}

.flR85 {
	width: auto;}
}
