@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600&family=Ubuntu:wght@300;400;700&display=swap');

:root {
  --body-color: var(--bg-7);
  --text-color: var(--bg-1);
  --h1: 36px;
  --h2: 25px;
  --p: 14px;
  --np: 36px;
}


.p-p {
  color: var(--text-color);
  font-size: var(--p);
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  padding: 0;
  font-style: normal;
}

.p-b {
  color: var(--sc-3);
  font-size: var(--p);
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  padding: 0;
  font-style: bold;
}

.p-l {
  color: var(--bg-1);
  font-size: var(--p);
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-style: light;
  text-decoration: none;
}

.p-t {
  color: var(--mc-7);
  font-size: 15px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  font-style: light;
  text-decoration: none;
}


.about-img {
  border-radius: 30px;
  background-image:
    linear-gradient(to top, #75747425 20%, #0000002d 70%), url("/site/images/site-content/Josh_Hill.jpg");
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.h1-n {
  color: var(--mc-4);
  font-size: var(--h1);
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 114.3;
}

.h1-nd {
  color: var(--mc-3);
  font-size: var(--h1);
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 114.3;
}

.h1-b {
  color: var(--sc-2);
  font-size: var(--h1);
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-variation-settings: "wdth" 114.3;
}

.h1-c {
  color: var(--sc-7);
  font-size: var(--h1);
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-variation-settings: "wdth" 119.5;
}

.h1-l {
  color: var(--sc-4);
  font-size: var(--h2);
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: light;
  font-variation-settings: "wdth" 120.3;
}

.h1-s {
  color: var(--lg-2);
  font-size: var(--h2);
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: light;
  font-variation-settings: "wdth" 120.3;
}


.body-main {
  overflow-x: hidden !important;
  margin: none;
  padding: 0;
  max-width: 100vw;
  font-size: var(--p);
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  background-image: var(--bgcl-body);

}

.h1-add {
  top: 15px;
  text-align: center;
  position: relative;
  margin: auto;
  color: var(--mc-3);
  font-size: 60px;
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 114.3;
}

.h1-sm {
  top: 15px;
  text-align: center;
  position: relative;
  margin: auto;
  color: var(--mc-3);
  font-size: 42px;
  font-family: 'Ubuntu', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 114.3;
}

.section-block {
  padding: 35px;
  min-height: 100vh;
}

.icon-tech {
  height: 60px;
}

.nav-style {
  z-index: 999;
  background-color: var(--bg-6) !important;
}

.nav-style a {
  color: var(--lg-2) !important;
}

.navbar .navbar-toggler:focus,
.navbar-toggler-icon,
.custom-toggler.navbar-toggler {
  color: var(--bg-2) !important;
  border-color: var(--bg-2) !important;
}


@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .body-main {
    overflow-x: hidden;
    background-image: var(--bgc2-body);
    max-width: 100vw;
  }

}

@media only screen and (max-width: 1024px) and (orientation: landscape) {}


.cookie-box {
  padding: 15px 20px;
  width: 15%;
  margin: auto;
}

.cookie-sub-box {
  width: 85%;
  margin: auto;
}

#cookies {
  position: fixed;
  bottom: 0;
  color: black;
  background-color: #fff;
  z-index: 1;
  padding: 15px 15px;
}

.cookies {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.cookies a {
  color: red;
}


@media (max-width:1024px) and (orientation: portrait) {

  .cookie-box {
    padding: 5px 10px;
    width: 100%;
  }

  .cookie-sub-box {
    width: 100%;

  }
}

@media (max-width:1024px) and (orientation: landscape) {
  .cookie-box {

    width: 100%;
  }

  .cookie-sub-box {
    width: 100%;

  }
}

.btn-cookie {
  background-color: #00000069;
  margin: 10px;
  padding: .5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--p);
  color: var(--text-color);
  font-family: var(--font-family-header);
  letter-spacing: 2px;
  font-weight: var(--font-weights-norm);
  background-size: 200% auto;
  border: 2px solid #00000069;
  border-radius: 6px;
}

.btn-cookie:hover,
.btn-cookie:after {
  background-color: #000000be;
  border: 2px solid var(--mc-4);
}