:root {
  --site-color-01: #0a7700;
  --site-color-01-hover: #033f1a;
  --site-color-02: #63002b;
  --site-color-02-hover: #360017;
  --site-color-03: #fbe1b0;
  --site-color-03-hover: #c4ac80;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #1e1e1e;
}

body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(..//img/icons/color-logo-linkedin.png)
    url(../img/icons/color-logo-youtube.png);
}

.wrapper-main {
  width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
  font-family: Roboto;
}

sup {
  font-size: 0.9rem;
  font-family: Roboto, arial;
  vertical-align: super;
} /* Superscript font size change */

a {
  font-size: 1.45rem;
  line-height: 1.75;
  color: #fff;
  font-family: Roboto;
  cursor: pointer;
  text-decoration: none;
}

iframe {
  border: none;
}

.header-main {
  position: fixed;
  top: 0;
  width: 98%;
  height: 72px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  border-radius: 8px;
  box-sizing: border-box;
  left: 16px;
  padding: 0 12px 0 0;
  right: 16px;
  top: 16px;
}

.header-main-logo {
  width: fit-content;
  height: 100%;
  display: flex;
  padding-left: 20px;
}

.header-main-logo img {
  height: 70px;
  align-self: center;
}

.header-main-nav {
  width: fit-content;
  height: 100%;
}

.header-main-nav ul {
  margin-left: 30px;
}

.header-main-nav ul li {
  display: inline;
  float: left;
}

.header-main-nav ul li a {
  padding: 0 10px 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 70px;
  color: #000;
  display: block;
  height: 100%;
}

.header-main-nav ul li a:hover {
  color: darkred;
  text-shadow: #000;
}

.header-main-sm {
  width: fit-content;
  height: 100%;
  padding-right: 60px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.header-main-sm-li {
  width: 30px;
  height: 30px;
  background-image: url(../img/logo-linkedin.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main-sm-yt {
  width: 30px;
  height: 30px;
  background-image: url(../img/logo-youtube.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main-sm-li:hover {
  background-image: url(../img/icons/color-logo-linkedin.png);
}

.header-main-sm-yt:hover {
  background-image: url(../img/icons/color-logo-youtube.png);
}

/* FOOTER */

.footer-main {
  width: 100%;
  height: fit-content;
  padding: 60px 0 20px;
  background-color: #111111;
  /* Footer Background Color */
}

.footer-main-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-getintouch {
  padding: 10px 20px;
  margin: 40px 0 60px;
  border: 2px solid var(--site-color-01);
  font-weight: 600;
  transition: all ease-in-out 200ms;
}

.footer-getintouch:hover {
  border: 2px solid var(--site-color-01-hover);
  color: var(--site-color-01-hover);
}

.footer-logo {
  width: 10vh;
  height: 10vh;
  border-radius: 10px;
  margin-top: 4.5rem;
  margin-right: 4.5rem;
}

.footer-sitemap {
  flex-basis: 100%;
  display: flex;
  list-style: none;
  column-gap: 2rem;
}

.footer-sitemap a {
  line-height: 3rem;
}

.footer-sitemap a:hover {
  opacity: 0.5;
}

.footer-sitemap ul:nth-child(1) {
  border-left: 4px solid var(--site-color-01);
  padding-left: 2rem;
}

.footer-sitemap ul:nth-child(1),
.footer-sitemap ul:nth-child(2) {
  flex-basis: 180px;
}

.footer-sitemap ul:nth-child(3) {
  flex-basis: 340px;
}

.footer-sitemap p {
  text-transform: uppercase;
}

.footer-sitemap ul:nth-child(4) {
  flex-grow: 1;
}

.footer-sitemap ul:nth-child(4) p {
  text-align: right;
}

.copyright {
  font-size: 10px;
  margin-top: 75px;
}

.copyright a {
  font-size: 10px;
  margin-left: 15px;
}

.copyright a:hover {
  opacity: 0.2;
}

/* SOCIAL MEDIA ICONS */

.footer-main-sm {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  margin-right: 1px;
  padding-top: 5px;
  justify-content: right;
  display: flex;
  align-items: right;
  column-gap: 12px;
}

.footer-main-sm-li {
  width: 40px;
  height: 40px;
  background-image: url(../img/icons/color-logo-linkedin.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-main-sm-yt {
  width: 40px;
  height: 40px;
  background-image: url(../img/icons/color-logo-youtube.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-main-sm-li:hover {
  background-image: url(../img/logo-linkedin.svg);
}

.footer-main-sm-yt:hover {
  background-image: url(../img/logo-youtube.svg);
}

.burger-menu,
.burger-menu-btn {
  display: none;
}

/* -------Media Queries - 
@media only screen and (min-width Xpx){} */

/* --------Major Break Points:
<600px, 601px, 768px, 992px, 1200px 
include these as media queries */

/* ---------Media Queries
Landscape mode: 

@media only screen and (max-width: 600px) and (orientation: landscape){
  .wrapper-main {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .wrapper-main {
  width: 100%
  }
} */

/*MOBILE VERSION*/

@media only screen and (max-width: 600px) {
  .burger-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/menu-outline.svg),
      url(../img/icons/close-outline.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
    overflow-y: scroll;
  }

  .burger-menu {
    display: none;
    margin-left: 5px;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-bottom: 210px;
    z-index: 999;
    background-color: var(--site-color-01-hover);
    overflow-y: scroll;
  }

  .burger-menu ul {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid #000;
  }

  .burger-menu ul li:last-child {
    border-bottom: 2px solid #000;
  }

  .burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: 1rem;
    padding: 10px 0;
    flex-basis: 100%;
    text-align: center;
  }

  .wrapper-main {
    width: calc(100% - 40px);
    /*80% for a 10px buffer with phone screens. Like an additional padding*/
  }

  .header-main-logo img {
    height: 50px;
    padding-left: 10px;
    margin-top: 7px;
  }

  .header-main-nav {
    display: none;
  }

  .header-main {
    width: 93vw;
  }

  .header-main-sm {
    padding-right: 20px;
  }

  .footer-getintouch {
    margin: 0 0 30px;
  }

  .footer-logo {
    width: 15vh;
    height: 10vh;
  }

  .footer-sitemap {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
  }

  .sitemap-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding-left: 40px;
    padding-bottom: 25px;
  }

  .footer-logo img {
    max-width: 100%;
  }

  .footer-sitemap ul:nth-child(1) {
    border-left: none;
    padding-left: 0;
  }

  .footer-sitemap ul:nth-child(1),
  .footer-sitemap ul:nth-child(2),
  .footer-sitemap ul:nth-child(3) {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    list-style: none;
  }

  .footer-sitemap p {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .footer-sitemap ul:nth-child(4) p {
    text-align: center;
  }

  /* SOCIAL MEDIA ICONS */

  .footer-main-sm {
    justify-content: center;
    padding-top: 15px;
  }
}

/*601px*/

@media only screen and (max-width: 601px) {
  .burger-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/menu-outline.svg),
      url(../img/icons/close-outline.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
  }

  .burger-menu {
    display: none;
    margin-left: 10px;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: var(--site-color-01-hover);
    overflow-y: scroll;
  }

  .burger-menu ul {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid #000;
  }

  .burger-menu ul li:last-child {
    border-bottom: 2px solid #000;
  }

  .burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: 3rem;
    padding: 30px 0;
    flex-basis: 100%;
    text-align: center;
  }

  .wrapper-main {
    width: calc(100% - 40px);
    /*80% for a 10px buffer with phone screens. Like an additional padding*/
  }

  .header-main-logo img {
    height: 50px;
    padding-left: 10px;
    margin-top: 7px;
  }

  .header-main-nav {
    display: none;
  }

  .header-main-sm {
    padding-right: 20px;
  }

  .footer-getintouch {
    margin: 0 0 60px;
  }

  .footer-logo {
    width: 15vh;
    height: 20vh;
  }

  .footer-sitemap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
  }

  .footer-sitemap ul:nth-child(1) {
    border-left: none;
    padding-left: 0;
  }

  .footer-sitemap ul:nth-child(1),
  .footer-sitemap ul:nth-child(2),
  .footer-sitemap ul:nth-child(3) {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .footer-sitemap p {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .footer-sitemap ul:nth-child(4) p {
    text-align: center;
  }

  /* SOCIAL MEDIA ICONS */

  .footer-main-sm {
    justify-content: center;
    padding-top: 15px;
  }
}

/*768px*/

@media only screen and (max-width: 768px) {
  .burger-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/menu-outline.svg),
      url(../img/icons/close-outline.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
  }

  .burger-menu {
    display: none;
    margin-left: 10px;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: var(--site-color-01-hover);
    overflow-y: scroll;
  }

  .burger-menu ul {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid #000;
  }

  .burger-menu ul li:last-child {
    border-bottom: 2px solid #000;
  }

  .burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: 3rem;
    padding: 30px 0;
    flex-basis: 100%;
    text-align: center;
  }

  .wrapper-main {
    width: calc(100% - 40px);
    /*80% for a 10px buffer with phone screens. Like an additional padding*/
  }

  .header-main {
    width: 93vw;
  }

  .header-main-logo img {
    height: 50px;
    padding-left: 10px;
    margin-top: 7px;
  }

  .header-main-nav {
    display: none;
  }

  .header-main-sm {
    padding-right: 20px;
  }

  .footer-getintouch {
    margin: 0 0 60px;
  }

  .footer-logo {
    width: 15vh;
    height: 20vh;
  }

  .footer-sitemap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
  }

  .footer-sitemap ul:nth-child(1) {
    border-left: none;
    padding-left: 0;
  }

  .footer-sitemap ul:nth-child(1),
  .footer-sitemap ul:nth-child(2),
  .footer-sitemap ul:nth-child(3) {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .footer-sitemap p {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .footer-sitemap ul:nth-child(4) p {
    text-align: center;
  }

  /* SOCIAL MEDIA ICONS */

  .footer-main-sm {
    justify-content: center;
    padding-top: 15px;
  }
}

/*992px*/

@media only screen and (max-width: 992px) {
  .burger-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/menu-outline.svg),
      url(../img/icons/close-outline.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
  }

  .burger-menu {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: var(--site-color-01-hover);
    overflow-y: scroll;
  }

  .burger-menu ul {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid #111;
  }

  .burger-menu ul li:last-child {
    border-bottom: 2px solid #000;
  }

  .burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: 3rem;
    padding: 30px 0;
    flex-basis: 100%;
    text-align: center;
  }

  .wrapper-main {
    width: calc(100% - 40px);
    /*80% for a 10px buffer with phone screens. Like an additional padding*/
  }

  .header-main-logo img {
    height: 50px;
    padding-left: 10px;
    margin-top: 7px;
  }

  .header-main-nav {
    display: none;
  }

  .header-main-sm {
    padding-right: 20px;
  }

  .footer-getintouch {
    margin: 0 0 60px;
  }

  .footer-logo {
    width: 15vh;
    height: 20vh;
  }

  .footer-sitemap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
  }

  .footer-sitemap ul:nth-child(1) {
    border-left: none;
    padding-left: 0;
  }

  .footer-sitemap ul:nth-child(1),
  .footer-sitemap ul:nth-child(2),
  .footer-sitemap ul:nth-child(3) {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .footer-sitemap p {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .footer-sitemap ul:nth-child(4) p {
    text-align: center;
  }

  /* SOCIAL MEDIA ICONS */

  .footer-main-sm {
    justify-content: center;
    padding-top: 15px;
  }
}

/*1200px*/

@media only screen and (max-width: 1200px) {
  .burger-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/menu-outline.svg),
      url(../img/icons/close-outline.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
  }

  .burger-menu {
    display: none;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: var(--site-color-01-hover);
    overflow-y: scroll;
  }

  .burger-menu ul {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid #000;
  }

  .burger-menu ul li:last-child {
    border-bottom: 2px solid #000;
  }

  .burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: 3rem;
    padding: 20px 0;
    flex-basis: 100%;
    text-align: center;
  }

  .wrapper-main {
    width: calc(100% - 40px);
    /*80% for a 10px buffer with phone screens. Like an additional padding*/
  }

  .header-main-logo img {
    height: 50px;
    padding-left: 10px;
    margin-top: 7px;
  }

  .header-main-nav {
    display: none;
  }

  .header-main-sm {
    padding-right: 20px;
  }

  .footer-getintouch {
    margin: 0 0 60px;
  }

  .footer-logo {
    width: 20vh;
    height: 20vh;
  }

  .footer-sitemap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
  }

  .footer-sitemap ul:nth-child(1) {
    border-left: none;
    padding-left: 0;
  }

  .footer-sitemap ul:nth-child(1),
  .footer-sitemap ul:nth-child(2),
  .footer-sitemap ul:nth-child(3) {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .footer-sitemap p {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .footer-sitemap ul:nth-child(4) p {
    text-align: center;
  }

  /* SOCIAL MEDIA ICONS */

  .footer-main-sm {
    justify-content: center;
    padding-top: 15px;
  }
}
