html {
  scroll-behavior: smooth;
  /* scroll-padding-top: 75px; */
}

body {
  font-family: "Roboto", sans-serif;
}

.grnt-banner {
  text-align: center;
  color: #ffffff;
  background-color: #104547;
}

.row .three {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  color: #ffffff;
}

.hamburger .line {
  width: 2em;
  height: 0.12em;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.navbar {
  background-color: #104547;
  color: #ffffff;
  font-size: 1.2em;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  top: 0;
}
@media screen and (min-width: 375px) {
  .navbar .brand-image {
    height: 3.5em;
    width: 7em;
    border-radius: 4px;
  }
}
@media screen and (max-width: 375px) {
  .navbar .brand-image {
    height: 3em;
    width: 6em;
    border-radius: 4px;
  }
}
.navbar .dropdown #dropbtn {
  cursor: pointer;
  border: none;
  outline: none;
  color: #ffffff;
}
.navbar .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 10em;
  margin: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.navbar .dropdown .dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
.navbar .dropdown .dropdown-content a:hover {
  background-color: #efefef;
}
.navbar .dropdown .show {
  display: block;
}
@media screen and (max-width: 990px) {
  .navbar .topnav {
    position: relative;
  }
  .navbar .topnav a {
    float: none;
    display: block;
    text-align: center;
  }
  .navbar .topnav .dropdown {
    float: none;
  }
  .navbar .topnav .dropdown-content {
    position: relative;
    width: 100%;
  }
  .navbar .topnav .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.navbar-toggler:focus, .navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: #104547;
  box-shadow: #104547;
}

.navbar-collapse {
  text-align: center;
  color: #ffffff;
}
.navbar-collapse .navbar-form {
  border-color: #ffffff;
  background-color: #104547;
}
.navbar-collapse .navbar-link {
  color: #ffffff;
  background-color: #104547;
}

ul {
  text-decoration: none;
  color: #ffffff;
}
ul .nav-number {
  text-decoration: none;
}
ul a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
ul a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  color: #ffffff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
}
ul a:hover:before {
  text-decoration: none;
  visibility: visible;
  color: #ffffff;
  background-color: #ffffff;
  transform: scaleX(1);
}
ul a:hover {
  color: #ffffff;
}

.links {
  margin: 0em 0.5em 0em 1em;
  color: #ffffff;
}

/*.banner {
        @keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }}

        @-moz-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }}

        @-webkit-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }}

        @-ms-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }}

        @-o-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }}} */
@media screen and (min-width: 1600px) {
  .banner {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%), url(Untitled.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100vh;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
  .banner .head {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%);
    padding: 4em;
    width: fit-content;
    text-align: center;
    position: relative;
    top: 30%;
  }
  .banner .head #title {
    font-weight: 600;
    font-size: 400%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .banner .head #sub-head {
    color: #ffffff;
    font-size: 250%;
  }
  .banner .head .btn {
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    margin-top: 1em;
    font-size: 175%;
    font-weight: 500;
    width: 10em;
  }
  .banner .head .btn:hover {
    color: #000000;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .banner {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%), url(Untitled.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100vh;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
  .banner .head {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%);
    padding: 2em;
    width: fit-content;
    text-align: center;
    position: relative;
    top: 30%;
  }
  .banner .head #title {
    font-weight: 600;
    font-size: 350%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .banner .head #sub-head {
    color: #ffffff;
    font-size: 1.5em;
  }
  .banner .head .btn {
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    margin-top: 1em;
    font-size: 160%;
    font-weight: 500;
    width: 8em;
  }
  .banner .head .btn:hover {
    color: #000000;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%), url(Untitled.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100vh;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
  .banner .head {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%);
    padding: 2em;
    width: fit-content;
    text-align: center;
    position: relative;
    top: 30%;
  }
  .banner .head #title {
    font-weight: 600;
    font-size: 300%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .banner .head #sub-head {
    color: #ffffff;
    font-size: 1.5em;
  }
  .banner .head .btn {
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    margin-top: 1em;
    font-size: 160%;
    font-weight: 500;
    width: 8em;
  }
  .banner .head .btn:hover {
    color: #000000;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0px;
  }
}
@media screen and (max-width: 800px) {
  .banner {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 0%), url(Untitled.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100vh;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
  .banner .head {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%);
    padding: 2em;
    width: fit-content;
    text-align: center;
    position: relative;
    top: 20%;
  }
  .banner #title {
    font-weight: 600;
    font-size: 225%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .banner #sub-head {
    color: #ffffff;
    font-size: 1.5em;
  }
  .banner .btn {
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    margin-top: 1em;
    font-size: 160%;
  }
  .banner .btn .dropdown {
    width: 8em;
  }
  .banner .btn .dropdown:hover {
    color: #000000;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0px;
  }
}
@media screen and (max-width: 470px) {
  .banner {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%), url(Untitled.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100vh;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
  .banner .head {
    text-align: center;
    position: relative;
    top: 20%;
  }
  .banner .head #title {
    font-weight: 600;
    font-size: 180%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .banner .head #sub-head {
    color: #ffffff;
    font-size: 110%;
  }
  .banner .head .btn {
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    margin-top: 1em;
    font-size: 110%;
    font-weight: 500;
    width: 7em;
  }
  .banner .head .btn:hover {
    color: #000000;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0px;
  }
}
.service-banner {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  object-fit: cover;
  background-position: center;
  height: 80vh;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
.service-banner .service-head {
  position: relative;
  top: 45%;
  text-align: center;
}
.service-banner #service-title {
  font-weight: 600;
  font-size: 500%;
  text-transform: uppercase;
  color: #ffffff;
}

.window-banner {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 0%), url(img2b.jpg);
  background-position: center;
}

.door-banner {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 0%), url(door-banner.jpg);
  background-position: center bottom;
}

.garage-banner {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 0%), url(garage-banner.jpg);
  background-position: center;
}

.warmer-banner {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 0%), url(warmer-banner.jpg);
  background-position: center top;
}

.green-banner {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #104547;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  object-fit: cover;
  height: 50vh;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
.green-banner .green-head {
  position: relative;
  top: 45%;
  text-align: center;
}
.green-banner #green-title {
  font-weight: 600;
  font-size: 400%;
  text-transform: uppercase;
  color: #ffffff;
}

#warranty-container {
  background-color: #EC9A29;
  color: #ffffff;
}

.warranty {
  padding: 1em;
  text-align: center;
}
.warranty .warranty-text {
  font-size: 150%;
}
.warranty .warranty-number {
  text-decoration: none;
  color: #ffffff;
}
.warranty .warranty-number:hover {
  text-decoration: underline;
  color: #A8201A;
}

.animation-element {
  opacity: 0;
}

.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 800ms linear;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 575px) {
  .warranty {
    padding: 1em 0.5em 1em 0.5em;
    text-align: center;
  }
  .warranty .warranty-text {
    font-size: 130%;
  }
}
@media screen and (max-width: 320px) {
  .warranty {
    padding: 1em 0.5em 1em 0.5em;
    text-align: center;
  }
  .warranty .warranty-text {
    font-size: 115%;
  }
}
#about-us-container {
  color: #000000;
}

#abu-title {
  color: #000000;
  font-weight: 600;
  font-size: 400%;
  margin-bottom: 0.5em;
}

.about-lower-text {
  background-color: #104547;
  color: #ffffff;
}

@media screen and (min-width: 1400px) {
  #about-us-image {
    box-shadow: 30px 20px #104547;
    height: auto;
    width: 550px;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .about-lower-text {
    padding: 4em;
  }
  .about-us-wrapper {
    margin: 3em 0.5em 2em 0.5em;
    padding: 2em;
  }
  .about-us-wrapper p {
    font-size: 160%;
  }
  #offer-leaflet {
    height: auto;
    max-width: 400px;
    margin-left: 2em;
  }
}
@media screen and (max-width: 1400px) {
  #about-us-image {
    box-shadow: 30px 20px #104547;
    height: auto;
    width: 550px;
    margin-left: 1em;
    margin-bottom: 0.5em;
  }
  .about-lower-text {
    padding: 4em;
  }
  .about-us-wrapper {
    margin: 3em 0.5em 2em 0.5em;
    padding: 2em;
  }
  .about-us-wrapper p {
    font-size: 125%;
  }
  #offer-leaflet {
    height: auto;
    max-width: 350px;
    margin-left: 2em;
  }
}
@media screen and (max-width: 992px) {
  #about-us-image {
    box-shadow: 20x 20px #104547;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .about-lower-text {
    padding: 1em;
  }
  .about-us-wrapper {
    margin: 3em 0.5em 2em 0.5em;
    padding: 2em;
  }
  .about-us-wrapper p {
    font-size: 120%;
  }
  #offer-leaflet {
    height: auto;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #about-us-image {
    box-shadow: 20px 20px #104547;
    height: auto;
    max-width: 300px;
    text-align: center;
    margin-bottom: 2em;
  }
  .about-lower-text {
    padding: 1em;
  }
  .about-us-wrapper {
    margin: 3em 0em 2em 0em;
  }
  .about-us-wrapper p {
    font-size: 120%;
  }
  #offer-leaflet {
    height: auto;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 575px) {
  #offer-leaflet {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .about-us-wrapper {
    margin: 3em 0em 2em 0em;
  }
  .about-us-wrapper p {
    font-size: 115%;
  }
  .about-us-wrapper .about-lower-text {
    padding: 1em;
  }
  #about-us-image {
    box-shadow: 20px 15px #104547;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0em 0em 2em 0em;
  }
}
@media screen and (max-width: 320px) {
  .about-us-wrapper {
    margin: 3em 0em 2em 0em;
  }
  .about-us-wrapper p {
    font-size: 115%;
  }
  .about-us-wrapper .about-lower-text {
    padding: 1em;
  }
  #about-us-image {
    box-shadow: 20px 15px #104547;
    height: auto;
    width: 225px;
    text-align: center;
    margin: 0em 0em 2em 0em;
  }
}
.h-info {
  color: #ffffff;
  background-color: #104547;
  align-content: center;
  text-align: center;
  padding: 2em 4em 2em 4em;
}
.h-info .h-card {
  background-color: #104547;
  padding: 3em 0em 3em 0em;
  border-radius: 0px;
  border: 2px solid #ffffff;
}
.h-info .card-img-top {
  height: auto;
  width: 75%;
  margin-bottom: 1em;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.h-info .h-card-title {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.h-info .h-card-text {
  font-size: 110%;
}
.h-info .btn {
  background-color: transparent;
  border-radius: 0px;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 1em;
}
.h-info .btn:hover {
  color: #000000;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .h-card {
    background-color: #104547;
    padding: 3em 0em 3em 0em;
    margin-bottom: 1em;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .h-card {
    background-color: #104547;
    padding: 3em 0em 3em 0em;
    margin-bottom: 1em;
    border-radius: 0px;
  }
}
@media screen and (max-width: 765px) {
  .h-card {
    background-color: #104547;
    padding: 3em 0em 3em 0em;
    margin-bottom: 4em;
    border-radius: 0px;
  }
}
@media screen and (max-width: 450px) {
  .h-info {
    color: #ffffff;
    background-color: #104547;
    align-content: center;
    text-align: center;
    padding: 1em 2em 1em 2em;
  }
  .h-info .h-card {
    background-color: #104547;
    padding: 1em 0em 1em 0em;
    margin-bottom: 2em;
    border-radius: 0px;
  }
}
.other-services {
  background-color: #ffffff;
  color: #000000;
}
.other-services .other-services-title {
  font-size: 3em;
}
.other-services p {
  font-size: 1.25em;
}
.other-services .btn-other {
  background-color: #ffffff;
  border-radius: 2px;
  border: 2px solid #104547;
  color: #000000;
  font-size: 1.35em;
}
.other-services .btn-other:hover {
  background-color: #104547;
  border-radius: 2px;
  border: 2px solid #104547;
  color: #ffffff;
  font-size: 1.35em;
}

@media screen and (min-width: 1400px) {
  .w-content {
    margin-bottom: 2em;
    padding: 0em 2em 0em 2em;
  }
  .w-content #w-title {
    font-size: 325%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .w-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 160%;
  }
  .w-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .w-content p {
    color: #000000;
    font-size: 160%;
  }
}
@media screen and (max-width: 1400px) {
  .w-content {
    margin-bottom: 2em;
    padding: 0em 2em 0em 2em;
  }
  .w-content #w-title {
    font-size: 250%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .w-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 140%;
  }
  .w-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .w-content p {
    font-size: 140%;
  }
}
@media screen and (max-width: 992px) {
  .w-content {
    margin-bottom: 2em;
    padding: 0em 1em 0em 1em;
  }
  .w-content #w-title {
    font-size: 250%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .w-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 130%;
  }
  .w-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .w-content p {
    font-size: 130%;
  }
}
@media screen and (max-width: 375px) {
  .w-content {
    margin-bottom: 2em;
    padding: 0em 1em 0em 1em;
  }
  .w-content #w-title {
    font-size: 150%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .w-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 130%;
  }
  .w-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .w-content p {
    font-size: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .gd-content {
    margin-bottom: 2em;
    padding: 0em 2em 0em 2em;
  }
  .gd-content #gd-title {
    font-size: 325%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .gd-content p {
    color: #000000;
    font-size: 160%;
  }
  .gd-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 160%;
  }
  .gd-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .gd-content #gd-grnt {
    height: auto;
    width: 375px;
  }
}
@media screen and (max-width: 1400px) {
  .gd-content {
    margin-bottom: 2em;
    padding: 0em 2em 0em 2em;
  }
  .gd-content #gd-title {
    font-size: 250%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .gd-content p {
    color: #000000;
    font-size: 140%;
  }
  .gd-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 140%;
  }
  .gd-content .btn:hover {
    background-color: #2E7E6E;
    color: #ffffff;
  }
  .gd-content #gd-grnt {
    height: auto;
    width: 375px;
  }
}
@media screen and (max-width: 992px) {
  .gd-content {
    margin-bottom: 2em;
    padding: 0em 1em 0em 1em;
  }
  .gd-content #gd-title {
    font-size: 250%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .gd-content p {
    color: #000000;
    font-size: 130%;
  }
  .gd-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 130%;
  }
  .gd-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .gd-content #gd-grnt {
    max-height: 275px;
    height: auto;
    width: auto;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 375px) {
  .gd-content {
    margin-bottom: 2em;
    padding: 0em 1em 0em 1em;
  }
  .gd-content #gd-title {
    font-size: 150%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .gd-content p {
    color: #000000;
    font-size: 130%;
  }
  .gd-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 130%;
  }
  .gd-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  .gd-content #gd-grnt {
    height: auto;
    width: 100%;
    margin-bottom: 2em;
  }
}
#wr-info {
  width: 90%;
}

@media screen and (min-width: 1400px) {
  .wr-content {
    margin: 0em 2em 2em 2em;
  }
  .wr-content #wr-title {
    font-size: 325%;
    font-weight: 600;
    margin-top: 1.5em;
  }
  .wr-content .wr-txt {
    color: #000000;
  }
  .wr-content p {
    font-size: 160%;
  }
  .wr-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 160%;
  }
  .wr-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
}
@media screen and (max-width: 1400px) {
  .wr-content {
    margin: 0em 2em 2em 2em;
  }
  .wr-content #wr-title {
    font-weight: 600;
    margin-top: 1.5em;
  }
  .wr-content .wr-txt {
    color: #000000;
    font-size: 140%;
  }
  .wr-content p {
    font-size: 140%;
  }
  .wr-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 140%;
  }
  .wr-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
}
@media screen and (max-width: 992px) {
  .wr-content {
    margin: 0em 1em 2em 1em;
  }
  .wr-content #wr-title {
    font-weight: 600;
    margin-top: 1.5em;
  }
  .wr-content .wr-txt {
    color: #000000;
    font-size: 130%;
  }
  .wr-content p {
    font-size: 130%;
  }
  .wr-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 130%;
  }
  .wr-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
}
@media screen and (max-width: 375px) {
  .wr-content {
    padding: 0em 0.5em 0em 0.5em;
  }
  .wr-content .wr-txt {
    background-color: #ffffff;
    color: #000000;
  }
  .wr-content p {
    font-size: 130%;
  }
  .wr-content #wr-title {
    font-weight: 600;
    margin-top: 1.5em;
  }
  .wr-content .btn {
    background-color: #104547;
    color: #ffffff;
    font-size: 130%;
  }
  .wr-content .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #ds-info {
    width: 100%;
    font-size: 125%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 125%;
    width: 10em;
    margin-top: 1em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #ffffff;
    color: #ffffff;
  }
  #ds-info .btn .config-img {
    height: auto;
    width: 55em;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #ds-info {
    width: 100%;
    font-size: 125%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 125%;
    width: 10em;
    margin-top: 1em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .config-img {
    height: auto;
    width: 45em;
    border-radius: 15px;
  }
}
@media screen and (max-width: 960px) {
  #ds-info {
    width: 100%;
    font-size: 125%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 125%;
    width: 10em;
    margin-top: 1em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .config-img {
    height: auto;
    width: 35em;
    border-radius: 15px;
  }
}
@media screen and (max-width: 775px) {
  #ds-info {
    width: 100%;
    font-size: 125%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 125%;
    width: 10em;
    margin-top: 1em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .config-img {
    height: auto;
    width: 30em;
    border-radius: 15px;
  }
}
@media screen and (max-width: 660px) {
  #ds-info {
    width: 100%;
    font-size: 125%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 125%;
    width: 10em;
    margin-top: 1em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn .config-img {
    height: auto;
    width: 25em;
    border-radius: 15px;
  }
}
@media screen and (max-width: 565px) {
  #ds-info {
    width: 100%;
    font-size: 125%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 125%;
    width: 10em;
    margin-top: 1em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .config-img {
    height: auto;
    width: 18em;
    border-radius: 15px;
  }
}
@media screen and (max-width: 425px) {
  #ds-info {
    width: 100%;
    font-size: 115%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  #ds-info .designer {
    border-radius: 10px;
    padding: 0.75em;
  }
  #ds-info .btn {
    font-size: 115%;
    width: 8em;
    margin-top: 0.5em;
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .btn:hover {
    background-color: #104547;
    color: #ffffff;
  }
  #ds-info .config-img {
    height: auto;
    width: 15em;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .gallery-titles {
    font-size: 2em;
  }
  .gallery {
    align-content: center;
    text-align: center;
    align-self: center;
  }
  .column {
    flex: 50%;
    padding: 0px 4px;
  }
  .column img {
    margin-top: 1em;
    margin-bottom: 1em;
    vertical-align: middle;
    height: 410px;
    width: 425px;
    transition: transform 0.2s;
  }
  .column :hover {
    transform: scale(1.025);
  }
}
@media screen and (max-width: 1400px) {
  .gallery {
    align-content: center;
    text-align: center;
    align-self: center;
  }
  .column {
    flex: 50%;
    padding: 0px 4px;
  }
  .column img {
    margin-top: 1em;
    margin-bottom: 1em;
    vertical-align: middle;
    height: 310px;
    width: 325px;
    transition: transform 0.2s;
  }
  .column :hover {
    transform: scale(1.025);
  }
}
@media screen and (max-width: 340px) {
  .gallery {
    align-content: center;
    text-align: center;
    align-self: center;
  }
  .column {
    flex: 50%;
    padding: 0px 4px;
  }
  .column img {
    margin-top: 1em;
    margin-bottom: 1em;
    vertical-align: middle;
    height: 275px;
    width: 300px;
    transition: transform 0.2s;
  }
  .column :hover {
    transform: scale(1.025);
  }
}
#form-container {
  background-color: #efefef;
}

.contact-info {
  margin-bottom: 2em;
}
.contact-info .contact-links {
  font-size: 100%;
  text-decoration: none;
  color: #000000;
}
.contact-info .contact-links:hover {
  text-decoration: underline;
  color: #000000;
}
.contact-info p {
  margin: 0;
  font-size: 150%;
}
.contact-info #c-icon {
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.5em;
}
.contact-info #e-icon {
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.5em;
}
.contact-info #fb-icon {
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.5em;
}

.divider {
  border-bottom: 2px solid #104547;
}

#contact-info-title {
  color: #000000;
  font-size: 200%;
  font-weight: 600;
  margin-top: 1.5em;
  text-transform: uppercase;
  text-align: center;
}

#contact-form-title {
  color: #000000;
  font-size: 250%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.contact-form {
  padding: 0em 2em 2em 2em;
}

.inputbox, select, textarea {
  background-color: transparent;
  color: #000000;
  font-size: 115%;
  width: 100%;
  padding: 6px;
  border: 3px solid #000000;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 12px;
  resize: vertical;
}

.btn-submit {
  background-color: transparent;
  color: #000000;
  font-size: 115%;
  padding: 12px 20px;
  border: 3px solid #000000;
  border-radius: 2px;
  margin-bottom: 0.5em;
  cursor: pointer;
}

textarea {
  height: 150px;
  border: 3px solid #000000;
}

.btn-submit:hover {
  color: #ffffff;
  background-color: #104547;
  border: 3px solid #104547;
}

.inputbox:focus {
  border-radius: none;
  border: 3px solid #104547;
  outline: none;
}

textarea:focus {
  border-radius: none;
  border: 3px solid #104547;
  outline: none;
}

@media (max-width: 400px) {
  #form-container {
    background-color: #ffffff;
    padding: 1em;
  }
  .contact-form {
    padding: 3em 1em 2em 1em;
    border-radius: 6px;
  }
  .contact-form #contact-form-title {
    color: #000000;
    font-size: 250%;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }
  input, select, textarea {
    background-color: transparent;
    color: #000000;
    font-size: 110%;
    width: 100%;
    padding: 6px;
    border: 3px solid #000000;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
    resize: vertical;
  }
  .btn-submit {
    background-color: transparent;
    color: #000000;
    font-size: 115%;
    padding: 12px 20px;
    border: 3px solid #000000;
    border-radius: 2px;
    margin-bottom: 0.5em;
    cursor: pointer;
  }
  textarea {
    height: 150px;
    border: 3px solid #000000;
  }
  .btn-submit:hover {
    color: #ffffff;
    background-color: #1d4f45;
    border: 3px solid #1d4f45;
  }
  input:focus {
    border-radius: none;
    border: 3px solid #1d4f45;
    outline: none;
  }
  textarea:focus {
    border-radius: none;
    border: 3px solid #1d4f45;
    outline: none;
  }
  .contact-info {
    text-decoration: none;
    color: #000000;
  }
  .contact-info:hover {
    text-decoration: underline;
    color: #000000;
  }
  .contact-info p {
    font-size: 115%;
    margin: 0;
  }
  .contact-info #c-icon {
    height: 0.75em;
    width: 0.75em;
    margin-right: 0.5em;
  }
  .contact-info #e-icon {
    height: 0.75em;
    width: 0.75em;
    margin-right: 0.5em;
  }
  .contact-info #fb-icon {
    height: 0.75em;
    width: 0.75em;
    margin-right: 0.5em;
  }
}
.thank-you {
  color: #1d4f45;
  margin-top: 15em;
  text-align: center;
}
.thank-you #thank-you-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 400%;
}
.thank-you #thank-you-caption {
  font-size: 140%;
}
.thank-you .btn {
  color: #1d4f45;
  background-color: transparent;
  border: 3px solid #1d4f45;
  font-size: 140%;
}
.thank-you .btn:hover {
  color: #ffffff;
  background-color: #1d4f45;
  border: 3px solid #1d4f45;
  font-size: 140%;
}

#aff-container {
  background: #ffffff;
  color: #000000;
  margin: 2rem 0rem;
}

@media screen and (min-width: 992px) {
  .affiliations .col {
    width: fit-content;
  }
  .affiliations .aff-img {
    height: auto;
    max-width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .affiliations .col {
    width: fit-content;
  }
  .affiliations .aff-img {
    height: auto;
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .affiliations .col {
    width: fit-content;
  }
  .affiliations .aff-img {
    height: auto;
    width: 75px;
  }
}
@media screen and (max-width: 425px) {
  .affiliations .col {
    width: fit-content;
  }
  .affiliations .aff-img {
    height: auto;
    width: 50px;
  }
}
.broch-container {
  background-color: #333333;
  color: #ffffff;
}
.broch-container .page-links, .broch-container .brochure-group {
  color: #ffffff;
  margin-top: 2em;
}
.broch-container .footer-links {
  color: #ffffff;
  text-decoration: none;
}
.broch-container .footer-links:hover {
  text-decoration: underline;
}
.broch-container .btn {
  background-color: #104547;
  padding: 1em;
  width: 12em;
  border-radius: 0px;
  color: #ffffff;
  text-decoration: none;
}
.broch-container .btn:hover {
  background-color: #2E7E6E;
}

.copyright {
  background-color: #252525;
  color: #ffffff;
  font-size: 90%;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #808080;
}
.copyright .policy-link {
  color: #ffffff;
}

.attr {
  font-size: 75%;
  color: #ffffff;
}
.attr .attr-link {
  text-decoration: none;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
