* {
  box-sizing: border-box;
}

b {
  font-size: 18px !important;
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #fff;
  font-size: 3em;
}

html {
  font-family: "Open Sans";
  font-size: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  position: relative;

  top: 0px;
  height: 100%;
}

.topMenu {
  color: white;
  padding: 35px;
}

/* If the screen size is 1001px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 961px) {
  .OpenSansBold {
    font-size: 70px;
  }

  .whatWeDo {
    padding-top: 90px !important;
  }

  .topLogo {
    padding: 30px;
  }

  .OpenSansLight {
    font-family: "Open Sans";
    font-weight: 300;
    color: #ffffff;

    font-size: 33px;
    line-height: 36px;
  }

  .OpenSansBold {
    font-family: "Open Sans";

    font-weight: 700;
    /* font-weight:bolder; */
    line-height: 90px;
    color: #ffffff;
  }

  .introText {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
  }

  .about {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 120px;
    padding-bottom: 0px;
  }

  .passionatedImage {
    height: 760px;
  }

  .passionatedImageText {
    font-size: 70px;
  }

  .footer {
    height: 525px;
    background: black;
    color: white;
  }

  .footerSoMe {
    position: relative;
    top: 332px;
    right: 100px;
    width: 80%;
  }

  .footerAdress {
    position: relative;
    top: 332px;
    padding-left: calc(((100% - 1200px) / 2) + 100px);
  }

  .footerAdress p {
    font-size: 16px;
    line-height: 25px;
  }

  .smallProductImageContainer {
    width: 300px;
    height: 300px;
    position: relative;
    margin-top: -150px;
  }

  .smallProductImage {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }

  .products {
    padding-left: 0px;
    padding-right: 0px;
    height: 761px;
    position: relative;
    bottom: -39px;
    width: calc(100% - ((100% - 1200px) / 2));
    margin-left: calc((100% - 1200px) / 2);
  }

  .productSlideShowContainer {
    width: calc(100% - 80px);
    margin-left: 80px;
  }

  .ProductSliderTextContainer {
    position: relative;
    margin-top: -349px;
    margin-left: -227px;
  }

  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 33px;
  }

  .footerLogo {
    position: relative;
    top: 308px;
    padding-left: calc(((100% - 1200px) / 2) + 100px);
  }

  .spacer {
    /* height: 840px; */
  }

  .footerSoMeIcon {
    margin-right: 20px;
    float: right;
  }
  .margin {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px !important;
    padding-bottom: 60px;
  }
  .productOutline {
    text-align: left;
    font-family: "Open Sans";
    font-size: 46px;
    line-height: 90px;
    font-weight: 300;
    font-style: italic;
    text-align: center;

    letter-spacing: 0px;
    color: #565656;
  }

  .videoText {
    text-align: center;
    color: white;
    line-height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
  }
}

/* If the screen size is 1000px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 960px) {
  .topLogo {
    padding: 20px;
  }

  .OpenSansLight {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 14px;
  }

  .OpenSansBold {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
  }

  .introText {
    font-size: 22px;
    line-height: 40px;
    margin-top: 40px;
  }

  .about {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .passionatedImage {
    height: 149px;
  }

  .passionatedImageText {
    font-size: 24px;
    line-height: 30px;
  }

  .footerSoMe {
    margin-top: 110px;
    display: inline-flex;
  }

  .footerAdress {
    margin-top: 38px;
  }

  .footerAdress p {
    line-height: 25px;
  }

  .smallProductImageContainer {
    width: 140px;
    height: 140px;
    position: relative;
    margin-top: -75px;
  }

  .smallProductImage {
    width: 140px;
    height: 140px;
    object-fit: cover;
  }

  .productSlideShowContainer {
    width: calc(100% - 30px);
    margin-left: 30px;
  }

  .ProductSliderTextContainer {
    position: relative;
    margin-top: -275px;
  }

  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }

  .footerLogo {
    width: 50%;
  }

  .spacer {
    height: 100px;
  }

  .footerSoMeIcon {
    margin-right: 20px;
  }
  .margin {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px !important;
    padding-bottom: 60px;
  }

  .productOutline {
    text-align: left;
    font-family: "Open Sans";
    font-size: 25px;
    line-height: 45px;
    font-weight: 300;
    font-style: italic;
    text-align: center;

    letter-spacing: 0px;
    color: #565656;
  }
}

.topmenu {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 30px;
}

.menuItem {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  color: white;
}

.email {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  color: black;
}

.contact {
  color: white;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
  text-decoration: none;
}

.preFooter {
  background: #4bffa5;
  height: 347px;
  position: relative;
  bottom: -164px;
  width: calc(100% - ((100% - 1200px) / 2));
  margin-left: calc((100% - 1200px) / 2);
  color: black;
  padding-top: 80px;
  padding-left: 95px;
  padding-right: 95px;
}

.mobilePreFooter {
  background: #4bffa5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 65px;
  padding-bottom: 72px;

  color: black;
}

.footer {
  height: 525px;
  background: black;
  color: white;
}

.mobileFooter {
  height: 387px;
  background: black;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 81px !important;
  padding-bottom: 60px;
}

.workflowImageMobile {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 79px;
}

h2 {
  font-weight: 700;

  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
  color: black;
  text-transform: uppercase;
}

.videoText {
  text-align: center;
  color: white;
  line-height: 70px;
  display: table-cell;
  vertical-align: middle;
  font-size: 35px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 28px;
}

.productChooserItem {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.mobileMenuButton {
  position: fixed !important;
  top: calc(100% - 120px);
  right: 120px;
  z-index: 100000;
}

.mobileMenu {
  position: fixed !important;
  top: calc(100% - 120px);
  left: calc(100% - 120px);
  z-index: 5000;
  height: 40px;
  width: 40px;
  display: None;
}

.mobileMenuItems {
  background-image: url(../images/Brian_Mathorne.webp);
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 80%);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  z-index: 6000;
  text-align: center;
}

/*
.circle1 {
  background: #BCB6AF;
  height: 150px;
  width: 150px;
  position: absolute;

  z-index: 102;
  border-radius: 100px;
  top: 42px;
  left: 42px;
  padding-top: 40px;
  padding-left: 35px;
  cursor: pointer;
}

.circle2 {
  background: #BCB6AF;
  opacity: 0.6;
  height: 190px;
  width: 190px;
  position: absolute;
  z-index: 101;
  border-radius: 100px;
  top: 22px;
  left: 22px;
}

.circle3 {
  background: #BCB6AF;
  height: 236px;
  width: 236px;
  position: absolute;
  z-index: 100;
  border-radius: 130px;
  opacity: 0.3;

}
*/

.circle1 {
  background: #bcb6af;
  height: 65px;
  width: 65px;
  position: absolute;
  z-index: 102;
  border-radius: 100px;
  top: 10px;
  left: 10px;
  padding-top: 25px;
  padding-left: 20px;
  cursor: pointer;
  opacity: 0.9;
}

.circle2 {
  background: #bcb6af;
  opacity: 0.2;
  height: 81px;
  width: 81px;
  position: absolute;
  z-index: 101;
  border-radius: 150px;
  top: 2px;
  left: 2px;
}

.circle3 {
  background: #bcb6af;
  height: 101px;
  width: 101px;
  position: absolute;
  z-index: 100;
  border-radius: 180px;
  opacity: 0.1;
  top: -8px;
  left: -8px;
}

.circle4 {
  background: #bcb6af;
  height: 65px;
  width: 65px;
  position: absolute;
  z-index: 100;
  border-radius: 5300px;
  opacity: 0.3;
  top: 10px;
  left: 10px;
}

.circle5 {
  background: #bcb6af;
  height: 101px;
  width: 101px;
  position: absolute;
  z-index: 100;
  border-radius: 5300px;
  opacity: 0.6;
  top: -8px;
  left: -8px;
  padding: 20px;
}

.topbarMenu {
  width: 100% !important;

  background: inherit;
  backdrop-filter: blur(5px);
  height: 90px;
  position: fixed;
  top: 0px;

  z-index: 100000;
}

.frontPageText {
  position: absolute;
  width: 100%;
  top: 100px;
}

.frontpage {
  background-image: url(../images/Brian_Mathorne.webp);
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 73%);

  margin-bottom: 80px;
  -webkit-animation: zoomin 120s;
  animation-iteration-count: infinite;
}

.video-container {
  /* width is set as 100% here. any width can be specified as per requirement */
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.circle {
  position: absolute;

  border-radius: 50%;
  pointer-events: none;

  width: 30px;
  height: 30px;
  border: 3px #4bffa5 solid;
  margin: auto;
  z-index: 100000;
}

.circle > span {
  position: absolute;
  font-size: 44px;
  top: -90%;
  left: 17%;
  color: #4bffa5;
}

.uk-button-default:focus,
.uk-button-default:hover {
  background-color: transparent;
  color: #4bffa5 !important;
  border-color: #4bffa5;
  background: #4bffa580 !important;
}
