* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* UNI STYLES */
.bgi{
  position: absolute;
  left:30rem;
}

.dark-color-section {
  background-color: rgba(51, 61, 72, 1);
  color: #fff
}

.light-section {
  background-color: rgba(182, 188, 193, .4);
  color: #5d666f;
}

.container-styles {
  width: 100%;
  padding: 5rem;
  padding-bottom: 5rem;
}

.heading-styles {
  letter-spacing: .5rem;
  padding-top: 5rem;
  margin-bottom: 4rem;
  font-size: 3.5rem;
}

.img-styles {
  text-align: center;
}

.paragraph-styles {
  font-size: 1.7rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVBAR */
.Navbar {
  background-color: rgba(182, 188, 193, .4);
  display: flex;
  justify-content: center;
  padding: 1.6rem;
  color: #333d48;
  font-size: 2rem;
  align-items: center;
}

.Navbar__Link-brand img {
  width: 20rem;
}

.Navbar__Link {
  padding-right: 5rem;
}

.nav-Anchor {
  color: #333d48;
}

.nav-Anchor:hover {
  border-bottom: .2rem solid #333d48;
  text-decoration: none;
  color: #333d48;
}

.Navbar__Items {
  display: flex;
}

.Navbar__Items--right {
  margin-left: auto;
}

.Navbar__Link-toggle {
  display: none;
  font-size: 2rem;
  padding-right: 1rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* HEADER */
.header {
  height: 90rem;
  padding-top: 10rem;
}

.header-text {
  text-align: center;
}

.header-text-main {
  font-size: 8rem;
  font-weight: bold;
  color: #333d48;
  display: block;
  line-height: .8;
}

.header-text-sub {
  font-size: 3.5rem;
  font-weight: 600;
  color: #5d666f;
}

.header-icon-img {
  width: 10rem;
  padding: 1.5rem 1.5rem;
}

.header-img {
  height: 75%;
  position: relative;
  top: -9rem;
}

.header-text-paragraph {
  padding-top: 1.5rem;
  font-weight: 600;
  color: #333d48;
  text-align: center;
}

.header-text-paragraph span {
  display: block;
}

.button:link,
.button:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 2rem 4.5rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  font-size: 1.6rem;
  margin-top: 5rem;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button:active {
  transform: translateY(-1px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
}

.button-white {
  background-color: #333d48;
  color: #fff;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* BODY SECTION */
.body-section {
  padding-bottom: 0;
}

.body-section-img-container {
  display: flex;
  align-items: center;
}

.body-section-img {
  width: 80%;
}

.body-section-text {
  width: 100%;
  padding-right: 10rem;
  text-align: right;
}

.body-section-heading {
  text-align: right;
}

.body-section-text span {
  display: block;
  padding-top: 2rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* AFFIL SECTION */
.affil-section {
  background-color: rgba(93, 102, 111, .75);
  color: #fff;
  padding-bottom: 10rem;
}

.affil-section-text {
  padding-left: 10rem;
}

.affil-img-lineBreak {
  display: block;
  padding-top: 3rem;
}

.affil-img {
  width: 14rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* CONTACT SECTION */

.contact-section{
  background-image: url("Home Element_bottom logo.png");
}

.contact-row {
  padding-top: 5rem;
}

.contact-text {
  text-align: center;
}

.contact-address-text {
  display: inline-block;
  font-size: 1.9rem;
  vertical-align: middle;
  text-align: left;
  margin-left: 3rem;
}

.contact-address-text span {
  display: block;
}

.copyright {
  background-color: rgba(93, 102, 111, .75);
  padding: 5rem 0 3rem 0;
  vertical-align: middle;
  color: #fff;
}

.copyright-paragraph {
  text-align: center;
  font-size: 1.7rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* SERVICES PAGE */
/* MAIN SECTION */
/* UNI STYLES */
.font-weight-styles {
  font-weight: 400;
}

.list-heading-styles {
  font-size: 2.2rem;
  letter-spacing: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.list-styles {
  padding-left: 1.5rem;
  font-size: 1.5rem;
}

.left-align-section-text {
  padding-left: 10rem;
}

.text-block-heading-styles {
  font-weight: bold;
  font-size: 2rem;
}

.text-block-styles {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 10rem;
}

.text-block-span-styles {
  display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.printing-services span {
  display: block;
  font-size: 1.5rem;
}

.printing-services-text {
  text-align: center;
  padding: 3.5rem;
}

.printing-services-heading {
  font-size: 3.5rem;
  letter-spacing: .3rem;
}

.printing-services-img-container {
  padding-bottom: 3rem;
}

.printing-service-img-icon {
  width: 8.5rem;
  padding-bottom: 1rem;
}

.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* FOOD SECTION */
.food-section-text {
  color: #5d666f;
}

.food-section-heading {
  color: #333d48;
}

.food-section-img {
  width: 50%;
}

/* HOMECARE SECTION */
.homecare-section-img {
  padding-left: 5rem;
  width: 70%;
}

.homecare-section-heading {
  color: #333d48;
}

.homecare-section-text span {
  display: block;
}

/* GENERAL RETAIL SECTION */
#general-retail {
  background-color: #5d666f;
  color: #fff;
}

.general-retail-section-img {
  width: 75%;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* AUTOMOTIVE SECTION */
.automotive-section-heading {
  padding-bottom: 5rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* COMMERCIAL OFFICE */
.commercial-section-heading {
  color: #333d48;
}

.commercial-section-paragraph {
  padding-bottom: 5rem;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* AGRI PRINTING SECTION */
#agri-printing {
  color: #5d666f;
}

.agri-printing-section-img {
  width: 85%;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* CONTACT PAGE */
.contact-section-form-text {
  text-align: center;
  color: #5d666f;
  padding-bottom: 6rem;
}

.contact-section-form-heading {
  color: #333d48;
}

.contact-section-form-img-icon {
  width: 4rem;
  padding-right: 2rem;
}

.contact-section-form-img-map {
  width: 46rem;
}

.contact-section-form-span {
  padding-top: 3rem;
  font-size: 1.6rem;
}

.contact-section-form-form {
  font-size: 1.6rem;
  padding-top: 3rem;
}

.button-container {
  text-align: center;
  padding-top: 5rem;
}

.form-button {
  width: 100%;
  height: 5rem;
  background-color: #333d48;
  color: #fff;
  font-size: 1.9rem;
  border-radius: 10rem;
}

.form-control-styles{
  height: 4rem;
  font-size: 1.6rem;
  background-color: rgba(182, 188, 193, .4);
  color: #5d666f;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MEDIA QUERY */
@media only screen and (min-width:769px) and (max-width: 991px) {
  .bgi{
    display: none;
  }
  .header {
    height: 100%;
    padding-bottom: 5rem;
  }

  .body-section-img {
    display: none;
  }

  .header-img {
    display: none;
  }

  .body-section {
    padding-bottom: 5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tab-img-styles {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .bgi{
    display: none;
  }
  html {
    font-size: 40%;
  }

  .Navbar__Items,
  .Navbar {
    flex-direction: column;
  }

  .Navbar {
    align-items: flex-start;
  }

  .Navbar__Items {
    display: none;
  }

  .Navbar__Items--right {
    margin-left: 0;
  }

  .Navbar__ToggleShow {
    display: flex;
  }

  .Navbar__Link-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
  }

  /* HEADER SECTION */
  .header-img-container {
    display: none;
  }

  .heading-styles {
    text-align: center;
  }

  .paragraph-styles {
    text-align: center;
  }

  /* BODY SECTION */
  .body-section {
    padding-bottom: 5rem;
  }

  .body-section-text {
    padding-right: 0;
  }

  .body-section-img {
    display: none;
  }

  /* AFFIL SECTION */
  .affil-section-text {
    padding-left: 0;
  }

  /* CONTACT SECTION */
  .contact-address{
    text-align:left;
    padding-top: .5rem;

  }

  .contact-address-img {
    width: 10%;
  }

  .contact-address-text {
    padding-top: 5rem;
    text-align: left;
  }

  /* !SERVICES PAGE SECTION! */
  .left-align-section-text {
    padding-left: 0;
  }

  .mobile-img-styles {
    text-align: center;
  }

  .mobile-list-styles {
    text-align: left;
  }

  .left-align {
    text-align: center;
  }

  .right-align {
    text-align: center;
  }

  .printing-services-img-container {
    padding-bottom: 0;
  }

  .printing-service-img-icon {
    padding-top: 5rem;
  }

  #printing-services {
    display: none;
  }

  .text-block-styles {
    padding-bottom: 3rem;
  }
}
