/* body {
    background-color: #f7f6f6
} */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 700;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}

.title {
  height: 15vh;
}

.dg-hero {
  height: 85vh;
}

section.dg-top {
  background-color: #454545;
  padding-bottom: 10;
}

section.dg-background-color-section {
  background-color: #454545;
  padding-bottom: 0;
}

.dg-breadcrumb {
  color: white;
}

div.title > nav {
  background-color: #454545;
  color: white;
}

.dg-main-title {
  background-color: #ff6000;
  color: #fff;
}

.dg-wd-main-text {
  background: rgba(255, 255, 255, 0.5);
}

.dg-secondary-color {
  color: #ff6000;
}

.dg-tertiary-color {
  color: #ffe6c7;
}

/* About us */
.dg-aboutus-text {
  text-align: left;
}

.dg-blur-background {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

a.dg-main-title:hover {
  background-color: #ff6000;
  text-decoration: none;
  color: white;
}

a:link.flaticons {
  color: beige;
}

.about {
  font-size: 12px;
}

.blueimp-gallery > .description {
  position: absolute;
  top: 50px;
  left: 15px;
  color: #fff;
  display: none;
}

.blueimp-gallery-controls > .description {
  display: block;
}

.dg-section-header {
  text-align: justify;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
.dg-web-hero-text {
  font-weight: 400;
  font-size: 1.5rem;
}

@media (min-width: 1281px) {
  .dg-landing-page-tagline-text {
    font-size: 4vw;
    word-spacing: 20%;
    line-height: 1.5;
    font-weight: 700;
  }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .dg-landing-page-tagline-text {
    font-size: 4vw;
    word-spacing: 20%;
    line-height: 1.5;
    font-weight: 700;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .dg-landing-page-tagline-text {
    font-size: 4vw;
    word-spacing: 20%;
    line-height: 1.5;
    font-weight: 700;
  }
  .dg-web-hero-text {
    font-weight: 400;
    font-size: 1rem;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dg-landing-page-tagline-text {
    font-size: 4vw;
    word-spacing: 20%;
    line-height: 1.5;
    font-weight: 700;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .dg-landing-page-tagline-text {
    font-size: 6vw;
    word-spacing: 20%;
    line-height: 1.5;
    font-weight: 700;
  }
  .dg-web-hero-text {
    font-weight: 400;
    font-size: 1rem;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .dg-landing-page-tagline-text {
    font-size: 6vw;
    word-spacing: 20%;
    line-height: 1.5;
    font-weight: 700;
  }
  .dg-hero-image {
    width: 325px;
    height: 325px;
  }
  .dg-breadcrumb {
    font-size: 0.9rem;
  }
  .dg-web-hero-text {
    font-weight: 400;
    font-size: 1rem;
  }
}
/* Ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .dg-iPadPro-flex {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
  }
  .dg-iPadPro-hero-img {
    order: 1 !important;
    width: auto;
    height: 69%;
  }
  .dg-iPadPro-hero-text {
    order: 2 !important;
    width: auto;
    height: 31%;
  }
}/*# sourceMappingURL=main.css.map */