* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, p, li {
  font-family: congenial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, li, a {
  font-family: congenial-light, sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
}

h1.HeaderTitle {
  font-size: 3em;
}

h3.HeaderSubTitle {
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 0.9em;
}

#comments {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1em;
}
#comments p {
  line-height: 2em;
}
#comments h5 {
  background-color: #0089ca;
  padding: 4px 0 4px 4px;
  color: white;
  margin-bottom: 12px;
}

button {
  background: white;
  border: none;
  padding: 0.4em 0.8em;
  color: white;
  border-radius: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
button:hover {
  background: #ccccff;
  color: white;
}
button a {
  text-decoration: none;
  font-size: 1.4em;
}

button#btn-reviews {
  background: #0089ca;
}
button#btn-reviews:hover {
  background: #31bdff;
}

ul li {
  list-style-type: none;
  line-height: 1.6em;
}

h4.ReviewName {
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
  padding: 4px 0 4px 4px;
  color: #000099;
}

h2.service-icon {
  color: #fff;
  font-size: 3em;
}

h3.service-title {
  font-size: 1.4em;
  font-weight: 400;
  padding-bottom: 1em;
}

.fensa img, .chas img {
  width: 240px;
}
.fensa p, .chas p {
  color: #006697;
  margin: 1em 0;
}

.glass-options h3, .col-options h3 {
  padding-bottom: 1em;
  font-size: 1.4em;
}

.Feature-Title {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.cta h3 a {
  font-family: congenial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #80deea;
}
.cta h3 a:hover {
  color: #0089ca;
}

.Section-Title h1 {
  padding: 3em 0 0 0;
}
.Section-Title h3 {
  font-size: 2em;
  line-height: 2em;
}

body {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  color: white;
}

.container {
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.cta {
  background-color: #80deea;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  color: #003;
  z-index: 10;
  position: relative;
}
section.cta h2 {
  font-size: 2.4em;
  line-height: 2.4em;
}
section.cta p {
  font-size: 1em;
  line-height: 1.4em;
  padding-bottom: 2em;
}

.Services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  background: #fff;
  color: #6666ff;
  padding: 2em 2em 6em 2em;
  gap: 2em;
  width: 100%;
}
.Services .service-item {
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px #ccccff;
          box-shadow: 0px 2px 6px #ccccff;
  padding: 0 2em 2em 2em;
  width: 300px;
  min-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  border-radius: 16px;
}
.Services .service-item.appear {
  opacity: 1;
}
.Services .service-item.appear .service-item-header {
  background-image: url("../img/service-item-bg.svg");
  background-size: 300px;
  background-repeat: no-repeat;
  background-position-y: -150px;
  width: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
  color: white;
}
.Services .service-item.appear .service-item-description {
  padding-top: 2em;
  text-align: center;
}
.Services .service-item.appear .service-item-description p {
  margin-bottom: 2em;
  line-height: 1.6em;
}

.Index-Review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  padding: 1em;
  background: #fff;
  color: #0089ca;
}

.IndexReviewTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2em;
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.IndexReview {
  margin-bottom: 2em;
  padding: 1.2em;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px #ccccff;
          box-shadow: 0px 2px 6px #ccccff;
  -webkit-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
  border-radius: 16px;
}
.IndexReview p {
  color: #6666ff;
}

.Section-Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #0089ca;
  padding: 4em 2em;
}
.Section-Title h2 {
  font-size: 2em;
  text-align: center;
  padding: 0 1em;
}

.directors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 2em;
}
.directors img {
  width: 100%;
}

.staff {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1em;
  padding: 2em;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0089ca;
  padding: 1em;
  margin: 0 2em;
  border-radius: 16px;
}
.about p {
  margin-bottom: 1em;
}
.about p a {
  color: white;
  font-weight: 700;
}
.about p a:hover {
  color: #006697;
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 2px 6px #ccccff;
          box-shadow: 0px 2px 6px #ccccff;
  padding-bottom: 1em;
  border-radius: 16px;
}
.team-card img {
  width: 100%;
  -o-border-top-left-radius: 16px;
  -ms-border-top-left-radius: 16px;
  -moz-border-top-left-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -o-border-top-right-radius: 16px;
  -ms-border-top-right-radius: 16px;
  -moz-border-top-right-radius: 16px;
  -webkit-border-top-right-radius: 16px;
}
.team-card h4, .team-card p {
  padding: 0 1em;
  color: #0089ca;
}
.team-card h4 {
  font-size: 1.2em;
  line-height: 2em;
}

.accreditations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4em;
  margin: 0 4em;
}

.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 3em;
}
.terms p, .terms h4 {
  color: #0089ca;
  margin: 1em 0;
}
.terms li {
  color: #0089ca;
  font-weight: 700;
}

.main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 4fr;
  grid-template-columns: 1fr 4fr;
  padding: 2em 4em;
  gap: 2em;
}

.main-products {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2em 4em;
  gap: 2em;
}
.main-products .product-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80vw;
  max-width: 1200px;
}
.main-products .product-img-container .product-img {
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  gap: 1.2em;
  height: calc(80vw*.75);
  max-height: 900px;
  overflow: hidden;
}
.main-products .product-img-container .product-img .product-hero :nth-child(1) {
  position: relative;
  top: calc(80vw*.75*-0);
}
.main-products .product-img-container .product-img .product-hero :nth-child(2) {
  position: relative;
  top: calc(80vw*.75*-1);
}
.main-products .product-img-container .product-img .product-hero :nth-child(3) {
  position: relative;
  top: calc(80vw*.75*-2);
}
.main-products .product-img-container .product-img .product-hero :nth-child(4) {
  position: relative;
  top: calc(80vw*.75*-3);
}
.main-products .product-img-container .product-img img.product-hero-pic {
  position: relative;
  top: 0px;
  width: 100%;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 0.8s ease;
  transition: -webkit-clip-path 0.8s ease;
  -o-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.main-products .product-img-container .product-img img.product-hero-pic.active {
  display: block;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.product-small-pics {
  margin-top: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6em 1fr 0.6em 1fr 0.6em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6em;
}
.product-small-pics .product-thumb {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-small-pics .product-thumb:hover {
  cursor: pointer;
}

.tiltandturn-small-pics {
  margin: 5em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6em 1fr 0.6em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6em;
}
.tiltandturn-small-pics .product-thumb {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.tiltandturn-small-pics .product-thumb:hover {
  cursor: pointer;
}

.product-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 2em;
  background: #80deea;
}

.main-specs .features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background: #003;
  padding: 2em;
  margin-top: 2em;
}
.main-specs .features p {
  line-height: 2em;
}
.main-specs .features h3 {
  line-height: 2em;
  padding-top: 1em;
}
.main-specs .col-options .colours {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
}
.main-specs .glass-options .glass {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
}
.main-specs .product-desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-area: product-desc;
  gap: 1em;
  padding: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0089ca;
}

.main-doors {
  background: #80deea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4em;
}

.product-styles {
  padding: 4em;
}
.product-styles .product-styles-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  color: #0089ca;
}

.RAL-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0089ca;
  padding: 4em;
  gap: 2em;
}
.RAL-options img {
  width: 300px;
}
.RAL-options .ral-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.hardware {
  background: #003;
  padding: 4em;
}
.hardware p, .hardware h3 {
  padding: 1em 0;
  line-height: 1.4em;
}
.hardware .hardware-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2em;
}
.hardware .hardware-img img {
  width: 100%;
}

.windows-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  color: #0089ca;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 4em 4em 4em;
}

.product {
  background: #80deea;
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.product .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .product-desc h2 {
  font-size: 2.4em;
}
.product .product-desc h4 {
  font-size: 1.5em;
  line-height: 1.8em;
}
.product .product-desc p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.product-overview {
  background: #003;
  padding: 4em;
}
.product-overview p {
  line-height: 2em;
}

.product-detail {
  background: #80deea;
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .product-detail-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
}
.product-detail .product-detail-img img {
  width: 100px;
}

.window-desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2em;
  padding: 4em;
}
.window-desc .window-desc-detail {
  color: #0089ca;
}
.window-desc .window-desc-detail p, .window-desc .window-desc-detail h3 {
  line-height: 1.6em;
}

.textured-glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #003;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 4em;
}
.textured-glass img {
  width: 100%;
  max-width: 600px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  border-radius: 16px;
}
.textured-glass p {
  padding: 1em 0;
}

.textured-glass-pics {
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #80deea;
  padding: 4em;
  gap: 2em;
}
.textured-glass-pics .textured-glass-pic {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 6px #666;
          box-shadow: 0px 2px 6px #666;
  overflow: hidden;
}
.textured-glass-pics .textured-glass-pic .glass-text {
  color: #0089ca;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.textured-glass-pics#replacement-glass {
  background: pink;
}
.textured-glass-pics#texture-level {
  background: #80deea;
}
.textured-glass-pics#texture-level .textured-glass-pic .glass-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.texture-glass-detail {
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em;
  gap: 2em;
}

.glass-tech, .glass-privacy {
  color: #0089ca;
}

.splash-back-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr 1fr;
  grid-template-columns: 1fr 5fr 1fr;
  background: #80deea;
  padding: 4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.splash-back-options .design-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
  height: auto;
  overflow: auto;
  scroll-behavior: smooth;
}
.splash-back-options .design-options .designs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1em;
  scroll-behavior: smooth;
}
.splash-back-options .design-options .designs img {
  width: 200px;
  border-radius: 16px;
}
.splash-back-options .design-options .designs img:nth-child(1) {
  padding-left: calc(464em - 70vw);
}
.splash-back-options .scroll-right, .splash-back-options .scroll-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.splash-back-options .scroll-right i, .splash-back-options .scroll-left i {
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.splash-back-options .scroll-right i:hover, .splash-back-options .scroll-left i:hover {
  cursor: pointer;
  color: #0089ca;
}

.logo {
  width: 240px;
}

.service-icon {
  height: 100px;
}

button#btn-reviews {
  font-size: 1.2em;
}
button#btn-reviews:hover {
  cursor: pointer;
}

.fa-user {
  padding: 0.42em 0.5em;
  font-size: 0.7em;
  margin-right: 0.8em;
  background: #0089ca;
  color: white;
  -o-boder-radius: 400px;
  -ms-border-radius: 400px;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
}

.glass-item, .col-item {
  width: 100%;
}

.glass-pic img {
  width: 100%;
}

.header-left .time {
  color: white;
}
.header-left .time a h4 {
  color: white;
}
.header-left .time #open_close {
  color: white;
}

img.double-glazed-pic {
  width: 100%;
}

.splash-back-options .design-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 2;
  grid-template-rows: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1em 0 0 0;
  background: #003;
}

header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
header .header-left {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
header .Title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header .header-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
header .header-right h3 a {
  font-size: 1em;
  line-height: 2em;
  color: white;
}
header nav {
  width: 100%;
  background: #0089ca;
  margin-top: 1em;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.5em;
}
header nav ul li a {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}
header nav ul li a:hover {
  color: #003;
}

footer {
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-text: center;
  background: #003;
  gap: 2em;
  width: 100%;
  padding: 2em;
  margin-top: 4em;
}
footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
footer .footer-right h4 a {
  font-size: 1.2em;
  line-height: 2em;
  color: white;
}
footer .footer-right h4 a:hover {
  color: #0089ca;
}

footer.test {
  position: relative;
  top: calc(0.2*100vw);
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-text: center;
  background: #003;
  gap: 2em;
  width: 100%;
  padding: 2em;
  margin-top: 4em;
}
footer.test .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
footer.test .footer-right h4 a {
  font-size: 1.2em;
  line-height: 2em;
  color: white;
}
footer.test .footer-right h4 a:hover {
  color: #0089ca;
}

.services-dropdown, .downloads-dropdown, .contact-dropdown {
  width: 100%;
  position: absolute;
  z-index: 20;
  background: #003;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6em 1fr;
  grid-template-columns: repeat(2, 1fr);
  border-top: 2px solid white;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1em 2em;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.8s all ease-in-out;
  -o-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  gap: 1.6em;
}
.services-dropdown > div, .downloads-dropdown > div, .contact-dropdown > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.services-dropdown > div h3, .downloads-dropdown > div h3, .contact-dropdown > div h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  width: 90%;
  border-bottom: 1px white solid;
  margin-bottom: 0.4em;
  font-size: 1.6em;
}
.services-dropdown > div h4 a, .downloads-dropdown > div h4 a, .contact-dropdown > div h4 a {
  line-height: 1.8em;
  font-size: 1em;
  color: white;
  text-align: center;
}
.services-dropdown > div h4 a:hover, .downloads-dropdown > div h4 a:hover, .contact-dropdown > div h4 a:hover {
  color: #0089ca;
}

.services-dropdown.active, .downloads-dropdown.active, .contact-dropdown.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media screen and (min-width: 700px) {
  .Services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    background: #fff;
    color: #6666ff;
    padding: 2em 1em 6em 1em;
    gap: 2em;
    width: 100%;
  }

  .product-detail .product-detail-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .Section-Title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    color: #0089ca;
    padding: 4em;
  }
  .Section-Title h2 {
    font-size: 3em;
  }

  .directors {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .staff {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 2em;
  }

  .product-detail .product-detail-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }

  .hardware .hardware-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
  }
  footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-text: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .textured-glass-pics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .texture-glass-detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1060px) {
  header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  header .header-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .Title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .header-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  .services-dropdown, .downloads-dropdown, .contact-dropdown {
    width: 100%;
    position: absolute;
    z-index: 20;
    background: #003;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.6em 1fr 1.6em 1fr 1.6em 1fr;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid white;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1em 2em;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    gap: 1.6em;
  }
  .services-dropdown > div, .downloads-dropdown > div, .contact-dropdown > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8em;
  }
  .services-dropdown > div h3, .downloads-dropdown > div h3, .contact-dropdown > div h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8em;
    width: 90%;
    border-bottom: 1px white solid;
    margin-bottom: 0.4em;
    font-size: 1.6em;
  }
  .services-dropdown > div h4 a, .downloads-dropdown > div h4 a, .contact-dropdown > div h4 a {
    line-height: 1.8em;
    font-size: 1em;
    color: white;
    text-align: center;
  }
  .services-dropdown > div h4 a:hover, .downloads-dropdown > div h4 a:hover, .contact-dropdown > div h4 a:hover {
    color: #0089ca;
  }

  section.cta {
    background-color: #80deea;
    background-image: url("../img/cta-house.svg");
    background-repeat: no-repeat;
    background-position-x: 0;
    height: 70vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4em;
    color: #003;
  }
  section.cta h2 {
    font-size: 3em;
    line-height: 2.4em;
  }
  section.cta p {
    font-size: 1.4em;
    line-height: 2em;
    padding-bottom: 2em;
  }

  .Services {
    -ms-grid-columns: 1fr 4em 1fr 4em 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em;
  }

  .staff {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    padding: 2em;
  }

  #comments {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }

  .Index-Review {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 4fr;
    grid-template-columns: 1fr 4fr;
    gap: 2em;
    padding: 4em;
    background: #fff;
    color: #0089ca;
  }

  .IndexReviewTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-contect: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2em;
    -ms-grid-row: 1;
        grid-row-start: 1;
    height: 100%;
  }

  .accreditations {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4em 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
    margin: 0 4em;
  }

  .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }

  .window-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-detail .product-detail-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr;
    grid-template-columns: repeat(9, 1fr);
    gap: 1em;
  }

  .product-options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .RAL-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5em;
  }

  .textured-glass {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-grid-row-align: center;
        align-self: center;
    gap: 2em;
  }

  .textured-glass-pics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  .Services {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .main-specs .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-specs .col-options .colours {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .main-specs .glass-options .glass {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }

  .hardware .hardware-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .textured-glass-pics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1498px) {
  .main-products .product-img-container .product-img .product-hero :nth-child(1) {
    position: relative;
    top: 0;
  }
  .main-products .product-img-container .product-img .product-hero :nth-child(2) {
    position: relative;
    top: -900px;
  }
  .main-products .product-img-container .product-img .product-hero :nth-child(3) {
    position: relative;
    top: -1800px;
  }
  .main-products .product-img-container .product-img .product-hero :nth-child(4) {
    position: relative;
    top: -2700px;
  }
}
@media screen and (min-width: 1600px) {
  section.cta {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    padding: 8em;
  }

  .Services {
    -ms-grid-columns: 1fr 4em 1fr 4em 1fr 4em 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .team-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1580px;
  }

  .textured-glass-pics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .textured-glass-pics#replacement-glass {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }

  .splash-back-options .design-options .designs img:nth-child(1) {
    padding-left: calc(464em - 70vw);
  }
}
@media screen and (min-width: 2200px) {
  .Services {
    -ms-grid-columns: 1fr 4em 1fr 4em 1fr 4em 1fr 4em 1fr 4em 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-detail .product-detail-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[18];
    grid-template-columns: repeat(18, 1fr);
  }

  .textured-glass-pics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .textured-glass-pics#texture-level {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}