html {
    scroll-behavior: smooth;
}

body {
    background-color: #29364F;
    min-width: 400px;
    box-sizing: border-box;
}


body :where(h1, h2, h3, p, button, a, img, li)::selection {
    color: #29364F;
    background-color: #FFBF00;
}

button a:visited {
    color: white
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-1 {
    height: 100vh;
    width: 100%;
}

.container-1-2 {
    height: 100vh;
    width: 50%;
}

.hero {
    width: 100%;
    margin: 0 auto;
    top: 90px;
    height: 100vh;
    max-height: 1000px;
    min-height: 650px;
    position: relative;
    background-image: url("../img/hero-bk.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.hero-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.hero-overlay {
    width: 10%;
    max-height: 100%;
    background-color: rgba(1, 1, 1, 0.35);
    display: none;
}

.hero-content {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    padding: 0 calc(60px + 1vw);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content h1 {
    font-size: 6em;
    font-size: 5vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    letter-spacing: .05em;
    color: white;
    padding-bottom: 20px;
    border-bottom: solid 4px white;
}

.hero-content span {
    font-size: 1.2em;
    letter-spacing: .03em;
    color: #FFBF00;
    white-space: nowrap;
}

.hero-blurb {
    padding-top: 20px;
}

.hero-content p {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: calc(1vw + .2em);
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
}

.hero-content :where(h1, p, button a)::selection,
.hero-image img::selection,
.industrial-item :where(img, a, h3)::selection {
    color: #29364F;
    background-color: #FFBF00;
}

.hero-content span::selection {
    color: white;
    background-color: #FFBF00;
}

.hero-content button {
    background-color: #0496FF;
    height: 50px;
    max-width: 550px;
    font-family: 'Raleway', sans-serif;
    font-size: calc(.5em + 0.75vw);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 35px;
    border: none;
    border-radius: 4px;
    transition: transform .4s ease;
    cursor: pointer;
}

.pdf {
    margin-top: 25px;
}

.pdf a {
    flex-wrap: nowrap;
    width: calc(9em + 10vw);
    min-width: 150px;
    min-height: 40px;
    padding: 10px;
    text-decoration: none;
    background-color: #0496FF;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: calc(1em + 0.75vw);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 35px;
    border: none;
    border-radius: 4px;
    transition: transform .4s ease;
    cursor: pointer;
}

.pdf a:after {
    content: url(../img/SVG/arrow.svg);
    margin-left: 10px;
}

.pdf a:visited {
    color: white;
}

.hero-content button:hover,
.pdf a:hover {
    transform: scale(110%);
}

.hero-content button a {
    text-decoration: none;
}


.hero-image {
    /* margin-top: -40px; */
    padding: 60px calc(10px + 1vw);
    width: 70vh;
    min-width: 446px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    width: 80%;
    max-width: 450px;
}

.links {
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 100px 0;
    position: relative;
    background-color: white;
    background-image: url("../img/links-bk2.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link-container {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.link-container a {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.link-img,
.link-headers {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-img img {
    height: 90%;
}

.link-wrapper:nth-of-type(2) img {
    height: 100%;
    transform: rotate(15deg)
}

@keyframes wobble-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.wobble-horizontal {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.link-headers {
    flex-direction: column;
}

.link-headers h2::selection,
.link-headers h3::selection,
.link-img img::selection {
    color: #29364F;
    background-color: #FFBF00;
}

.link-wrapper h2,
h3 {
    text-transform: uppercase;
    color: #29364F;
    text-align: center;
}

.link-wrapper h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(1em + 2vw);
    letter-spacing: 4px;
    white-space: nowrap;
}

.link-wrapper h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 4px;
}

.ind-services {
    position: relative;
    margin-top: calc(-100px - 1vw);
    width: 100%;
    height: calc(300px + 17vw);
    max-height: calc(300px + 20vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/IND-BANNER.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ind-wrapper {
    width: 100%;
    height: 80%;
    margin-top: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind-banner,
.ind-details {
    width: 50%;
    height: 100%;
}

.ind-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: start;
}

.ind-header {
    border: calc(6px + .2vw) solid white;
    padding: calc(4px + 1.7vw);
}

.ind-header h2 {
    font-family: 'Barlow', sans-serif;
    font-size: calc(1em + 5vw);
    font-weight: 700;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.ind-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-wrapper {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.detail-wrapper p {
    font-family: 'Barlow', sans-serif;
    font-size: calc(.4em + 1.2vw);
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1.4;
}

#indetail.detail-wrapper p {
    font-size: calc(.2em + 1.2vw);
}

.ind-header h2::selection,
.detail-wrapper p::selection,
.detail-wrapper button a::selection {
    color: #29364F;
    background-color: #FFBF00;
}

.detail-wrapper button {
    background-color: #0496FF;
    height: 50px;
    max-width: 550px;
    font-family: 'Raleway', sans-serif;
    font-size: calc(.5em + 0.75vw);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 5px 35px;
    border: none;
    border-radius: 4px;
    transition: transform .4s ease;
    cursor: pointer;
}

.detail-wrapper button a {
    text-decoration: none;
}

.detail-wrapper button:hover {
    transform: scale(110%);
}

/* INDUSTRIAL SERVICES */
.industrial {
    margin: 0;
    height: 150vh;
    min-height: 1120px;
    background-image: url(../img/indbackground.png);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.industrial>.ind-wrapper {
    height: 50%;
    margin-top: 100px;
    max-width: 1400px;
}

.industrial>.ind-wrapper>.ind-banner>.ind-header {
    border: calc(6px + .2vw) solid white;
    padding: calc(4px + 3.7vw);
    padding-left: 20px;
    padding-right: 20px;
}

.industrial>.ind-wrapper>.ind-details {
    font-size: 4.5em;
    text-align: left;
}

.industrial-links {
    width: 100%;
    height: 50%;
    max-width: 1400px;
    padding-top: 20px;
    /* background-color: #FFBF00; */
}

.industrial-header {
    width: 650px;
    padding: 10px;
    display: inline-block;
    border-bottom: 2px solid white;
}

.industrial-links h2 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: white;
}

.industrial-container {
    width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.industrial-item {
    width: inherit;
    padding: 50px 30px;
    padding-top: 60px;
    width: 18%;
    display: flex;
    flex: column;
    justify-content: center;
    align-items: flex-end;
}

.industrial-item a {
    background-color: #29364F;
}

.industrial-item img {
    width: 100%;
    text-align: center;
    transition-duration: 0.3s;
    opacity: .9;
}

.industrial-item:hover img,
.industrial-item:hover .industrial-item-header,
.industrial-item a {
    transform: translateY(-10px);
}

.industrial-item-header {
    position: absolute;
    text-align: center;
    width: inherit;
    max-width: 252px;
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 95%,
            rgba(0, 0, 0, 0.9) 100%);
    transition-duration: 0.3s;
}

.industrial-item h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-size: calc(1em + .2vw);
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.3;
    color: white;
    width: 250px;
    cursor: default;
}

.about-banner {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    top: 75px;
    /* height: 100vh; */
    max-height: 600px;
    min-height: 300px;
    display: flex;
}

.about-blurb,
.contact-blurb {
    min-height: 300px;
    background: #0496ff;
    background: linear-gradient(90deg, rgba(23, 98, 185, 1) 0%, rgba(15, 119, 213, 1) 50%, rgba(4, 150, 255, 1) 90%);
    flex-direction: column;
    border: none;
}

.about-blurb h1,
.about-blurb h2,
.contact-blurb {
    color: white;
    margin: 0 auto;
    /* margin-left: 125px; */
}

.about-blurb h1,
.contact-blurb {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(2em + 2vw);
    letter-spacing: 4.5px;
    line-height: 1.4em;
    text-transform: uppercase;
    border-bottom: 1px solid #FCFCFC;
}

.about-blurb h2,
.contact-blurb {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.3em;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    width: 70%;
    max-width: 400px;
    margin-top: .7em;

}

.about-banner-image {
    box-sizing: border-box;
    min-height: 250px;
    position: relative;
    border: 25px solid #F9F9F9;
    background-image: url("../img/about-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: center;
    -moz-background-size: center;
    -o-background-size: center;
    background-size: cover;
    overflow: hidden;
}

.about-blurb .pure-u-sm-1,
.about-banner-image .pure-u-sm-1 {
    width: 100%;
}

.about-banner h1::selection {
    color: #29364F;
    background-color: #FFBF00;
}

.half-circle {
    width: 250px;
    height: 300px;
    margin-left: -120px;
    display: none;
    /* margin-top: -100px; */
    background-color: #0496ff;
    border-radius: 0 100% 100% 0;
}

.about-container {
    background-color: #FCFCFC;
    color: #29364F;
    display: flex;
}

.about-container :where(h1, h2, h3, p, img)::selection,
.about-image img::selection {
    color: #29364F;
    background-color: #FFBF00;
}

.about-container:nth-of-type(2) {
    margin-top: 60px;
    background-color: #F9F9F9;
}

.about-container:nth-of-type(4) {
    background-color: #F9F9F9;
    padding-bottom: 30px;
}

.about-content {
    margin: 30px 5% 0 5%;
}


.about-content img {
    width: calc(1em + 1.1vw);
}

.about-content h2 {
    width: calc(2em + 1.1vw);
    min-width: 50px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: calc(1.8em + 2vw);
    letter-spacing: 2px;
    line-height: 1.2em;
    white-space: nowrap;
    border-bottom: 1px solid #29364F;
    margin-bottom: 15px;
}

.about-content h3 {
    text-align: left;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: calc(.5em + 1vw);
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.about-content p {
    font-family: 'Raleway', sans-serif;
    font-size: calc(.7em + .8vw);
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.about-image {
    width: 90%;
}

.industrial-page-header {
    background-image: url(../img/pulpandpaper-sm.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-background-size: right;
    -moz-background-size: right;
    -o-background-size: right;
    background-size: cover;
}

.industrial-page-header.metal-mfg,
.industrial-page-header.power-industry,
.industrial-page-header.general-production,
.industrial-page-header.services {
    background-image: url(../img/metalmfg-sm.png);
    background-position: center;
    -webkit-background-size: center;
    -moz-background-size: center;
    -o-background-size: center;
    background-size: cover;
}

.industrial-page-header.power-industry {
    background-image: url(../img/powerindustry-sm.png);
}

.industrial-page-header.general-production {
    background-image: url(../img/generalproduction-sm.png);
}

.industrial-page-title h1 {
    width: 55%;
    width: calc(5.6em + 1vw);
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(2.8em + 2vw);
    letter-spacing: 6px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #F9F9F9;
    border: 10px solid #F9F9F9;
    padding: 20px;
    margin-top: 90px;
}

.industrial-page-title.metal-mfg h1 {
    font-size: calc(1.5em + 2vw);
    width: 69%;
    width: calc(10.3em + .1vw);
    border: 8px solid #F9F9F9;
}

.industrial-page-title.power-industry h1 {
    width: 60%;
    width: calc(5.35em + .1vw);
}

.industrial-page-title.general-production h1 {
    width: 80%;
    width: calc(6.8em + .1vw);
}

.industrial-page-title.services h1 {
    width: 70%;
    width: calc(6.2em + .1vw);
}

.industrial-page-title {
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.4) 80%,
            rgba(0, 0, 0, 0) 100%);
}

.industrial-page-navigation {
    width: 100%;
    height: 6%;
    background-color: #F9F9F9;
    display: none;
    border-bottom: 1px solid rgba(41, 54, 79, 0.4);
}

.industrial-page-navigation ul {
    height: 100%;
    padding-left: calc(15% + 2vw);
    padding-right: calc(15% + 2vw);
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.industrial-page-navigation li {
    height: 70%;
    width: 20%;
}

.industrial-page-navigation li:nth-of-type(2) {
    width: 40%;
    border-left: solid 1px rgba(41, 54, 79, 0.4);
    border-right: solid 1px rgba(41, 54, 79, 0.4);
}

.industrial-page-navigation li a {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: calc(1em + 0.75vw);
    letter-spacing: 3px;
    white-space: nowrap;
    color: #29364F;
    text-decoration: none;
    text-transform: uppercase;
}

.industrial-page-navigation li a:visited {
    color: #29364F;
}

#overview {
    background-color: #F9F9F9;
    height: inherit;
}

#overview>div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 12%;
    padding-bottom: 0;
}

#overview>div>div p {
    font-family: 'Raleway', sans-serif;
    font-size: calc(1.4vw + 1em);
    font-weight: 400;
    color: #29364F;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 2em;
}

.bubble-img {
    width: calc(1.5em + .5vw);
}

#overview>div>div .pure-img {
    border-radius: 20px;
    width: 100%;
}

#overview>div:nth-of-type(2) {
    flex-direction: row;
    padding: 2em 20% 0 20%;
}

#overview>div:nth-of-type(2) h2 {
    text-align: left;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: calc(1em + 1vw);
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #29364F;
    margin-bottom: 10px;
}

#overview>div:nth-of-type(2)>div {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
}

#overview>div:nth-of-type(2)>div img {
    box-sizing: border-box;
    width: 40%;
    height: 40%;
    padding: 1em;
}

#capabilities {
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 3em 10% 0 10%;
    height: inherit;
}

.services-info {
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 3em 10% 0 10%;
    height: inherit;
}

#capabilities h2,
.services h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(1em + 2vw);
    letter-spacing: 4px;
    line-height: 1.3em;
    color: #29364F;
    padding-top: .2em;
    padding-bottom: .7em;
}

#capabilities li,
#features li,
.services li {
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    font-size: calc(1.4vw + 1em);
    font-weight: 400;
    color: #29364F;
    letter-spacing: 1px;
    line-height: 2em;
    letter-spacing: 1px;
}

#capabilities li::before,
.services li::before {
    content: '';
    display: inline-block;
    background-image: url(../img/SVG/right-chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: center;
    -moz-background-size: center;
    -o-background-size: center;
    background-size: contain;
    width: calc(1.4vw + .1em);
    height: calc(1.4vw + .1em);
    padding-right: 1em;
}

#capabilities>div:nth-of-type(2),
.services>div:nth-of-type(2) {
    box-sizing: border-box;
    margin: 3em 0 5em 0;
    padding: 0 5em 0 5em;
}

#features {
    height: inherit;
    background-color: #F9F9F9;
}

#features h2,
#features h3 {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(1em + 2vw);
    letter-spacing: .1em;
    line-height: 1.3em;
    color: white;
    padding: 1em 2em 1em 2em;
}

#features h3 {
    color: #29364F;
    text-transform: none;
    text-align: left;
    padding: 0.2em 0 0.4em 0;
}

#features>div:nth-of-type(1) {
    background: #0496ff;
    background: linear-gradient(90deg, rgba(23, 98, 185, 1) 0%, rgba(15, 119, 213, 1) 50%, rgba(4, 150, 255, 1) 90%);
    height: 20%;
}

#features>div:nth-of-type(2) {
    box-sizing: border-box;
    background: #F9F9F9;
    height: 80%;
    padding: 1.5em 2em 1em 2em;
}

#features>div ul:nth-of-type(2) {
    margin-top: -0.7em;
}

#features li {
    list-style-type: disc;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0.6em 1em 0.6em 1em;
}

.services-container {
    height: inherit;
    background-color: #F9F9F9;
    padding: 9%;
}

.services-container>div:nth-of-type(1) p {
    font-family: 'Raleway', sans-serif;
    font-size: calc(1em + 1vh);
    font-weight: 400;
    color: #29364F;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
}

.services-container>div:nth-of-type(2) img {
    width: 90%;
    max-width: 400px;
    padding-top: 80px;
}

.industrial-page-header.services {
    background-image: url(../img/servicesandequipment-sm.png);
}

.services-info>div:nth-of-type(2) {
    padding: 0;
}

.services-info>div:nth-of-type(1) img {
    border-radius: 20px;
    width: 100%;
}

.services-info button {
    background-color: #0496FF;
    height: 50px;
    max-width: 550px;
    font-family: 'Raleway', sans-serif;
    font-size: calc(1em + 0.75vw);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-top: 1.5em;
    padding: 5px 35px;
    border: none;
    border-radius: 4px;
    transition: transform .4s ease;
    cursor: pointer;
}

.services-info button a {
    text-decoration: none;
}

.services-info button:hover {
    transform: scale(110%);
}

.services-image {
    display: block;
    width: 100%;
    height: calc(20vh + 15vw);
    background-image: url(../img/papermill.png);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: bottom;
    -moz-background-size: bottom;
    -o-background-size: bottom;
    background-size: cover;
    border-radius: 20px;
}

.services-image.metal {
    background-image: url(../img/steelmill.png);
}

.services-image.power {
    background-image: url(../img/powerplant.png);
}

.services-image.general {
    background-image: url(../img/general.png);
}

#contact.contact-container {
    position: relative;
    padding-top: 75px;
    box-sizing: border-box;
    height: inherit;
    max-height: unset;
    background-color: #F5F5F5;
}

#contact.contact-container :where(input, select, textarea) {
    margin: 10px;
    height: 3em;
}

input::placeholder,
textarea::placeholder {
    color: #29364F;
}

#contact.contact-container select {
    margin-right: 0;
    padding-right: 0;
    color: #29364F;
    height: 3em;
}

#contact.contact-container textarea {
    height: 10em;
    /* width: 96%; */
}

#contact.contact-container label {
    display: none;
}

#contact.contact-container button,
.pro-req-container button {
    background-color: #29364F;
    height: 50px;
    max-width: 25%;
    min-width: 175px;
    font-family: 'Raleway', sans-serif;
    font-size: calc(1em + 0.75vw);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1.5em;
    margin-left: 10px;
    padding: 5px 35px;
    border: none;
    border-radius: 4px;
    transition: transform .4s ease;
    cursor: pointer;
}

#contact.contact-container button:hover,
.pro-req-container button:hover {
    transform: scale(110%);
}

.contact-form {
    flex-direction: column;
    background: #0496ff;
    background: linear-gradient(90deg, rgba(23, 98, 185, 1) 0%, rgba(15, 119, 213, 1) 50%, rgba(4, 150, 255, 1) 90%);
    padding: 5%;
}

.contact-form :where(h1, h2) {
    color: white;
}

.contact-form h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(3em + 2vw);
    letter-spacing: 4.5px;
    line-height: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #FCFCFC;
    margin-bottom: .2em;
}

.contact-form h2 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.3em;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    width: 90%;
}

.contact-form h2:first-of-type {
    padding-bottom: 20px;
}

.contact-form :where(input, select),
.pro-req :where(input, select) {
    min-height: 3.5em;
}

.contact-from select,
.pro-req select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.get-in-touch-container {
    background-color: #F5F5F5;
    height: 40vh;
}

.get-in-touch {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.get-in-touch :where(h2, h3, h4) {
    padding: 10px;
}

.get-in-touch h2 {
    display: inline;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #29364F;
}

.get-in-touch :where(h3, h4) {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #29364F;
}

.get-in-touch h4 {
    font-size: 1.5em;
    font-weight: 300;
    text-align: left;
}

.pro-req {
    width: 100%;
    height: inherit;
    justify-content: center;
    background-image: url(../img/indbackground.png);
    background-color: #434954;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: top;
    -moz-background-size: top;
    -o-background-size: top;
    background-size: cover;
    margin: 0 auto;
    padding-bottom: 20px;
}

.pro-req-container {
    flex-direction: column;
    width: 75%;
    max-width: 720px;
}

.pro-req-header {
    margin-top: 75px;
    width: 100%;
}

.pro-req-header h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: calc(1em + 3vw);
    letter-spacing: 4.5px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #FCFCFC;
    border-bottom: 1px solid #FCFCFC;
    margin: 1em 0;
}

.pro-req-header p {
    font-family: 'Raleway', sans-serif;
    font-size: calc(1vw + 1em);
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: left;
}

.pro-req-container button {
    background-color: #0496FF;
}

.pro-req-container form label {
    display: none;
}

.pro-req :where(input, select, textarea) {
    margin: .5em !important;
}


.success,
.error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 1em;
    margin-left: 0.7em;
    height: 20px;
    margin-bottom: 0.75rem;
    color: white;
    width: clamp(400px, 50%, 550px);
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.success {
    background-color: #059430;
}

.error {
    background-color: #dd1600;
}

/***** PURE MEDIA QUERY *****/
@media screen and (min-width: 48em) {
    .half-circle {
        display: block;
    }

    .about-blurb h1,
    .about-blurb h2 {
        text-align: left;
        min-width: 255px;
    }

    .about-banner-image {
        border: none;
    }

    .about-container {
        padding: 30px 0 30px 0;
    }

    .about-container:nth-of-type(2) {
        flex-direction: row-reverse;
        padding-top: 80px;
    }

    .about-container:nth-of-type(4) {
        flex-direction: row-reverse;
    }

    .about-content {
        box-sizing: border-box;
        margin: 0 auto;
        padding-right: 5%;
    }

    .about-content:nth-of-type(1) {
        padding-left: 5%;
    }

    .about-image {
        width: 70%;
    }

    .industrial-page-header {
        background-image: url(../img/pulpandpaper-lg.png);
        background-position: bottom;
        -webkit-background-size: bottom;
        -moz-background-size: bottom;
        -o-background-size: bottom;
        background-size: cover;
    }

    .industrial-page-header.metal-mfg {
        background-image: url(../img/metalmfg-lg.png);
    }

    .industrial-page-header.power-industry {
        background-image: url(../img/powerindustry-lg.png);
    }

    .industrial-page-header.general-production {
        background-image: url(../img/generalproduction-lg.png);
    }

    .industrial-page-header.services {
        height: 80vh;
        background-image: url(../img/servicesandequipment-lg.png);
        background-position: top;
        -webkit-background-size: top;
        -moz-background-size: top;
        -o-background-size: top;
        background-size: cover;
    }

    .industrial-page-title {
        height: 94%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%,
                rgba(0, 0, 0, 0.4) 80%,
                rgba(0, 0, 0, 0) 100%);
    }

    .industrial-page-title.services {
        height: 100%;
    }

    .industrial-page-title h1,
    .industrial-page-title.metal-mfg h1,
    .industrial-page-title.power-industry h1,
    .industrial-page-title.general-production h1 {
        width: 30%;
        width: calc(5.6em + 1vw);
        font-size: calc(1em + 3vw);
        margin-top: 90px;
    }

    .industrial-page-title.metal-mfg h1 {
        font-size: calc(3.8em + 3vw);
        width: 86%;
        width: calc(8.6em + 1vw);
    }

    .industrial-page-title.power-industry h1 {
        width: 50%;
        width: calc(5.3em + 1vw);
    }

    .industrial-page-title.general-production h1 {
        width: 35%;
        width: calc(7em + 1vw);
    }

    .industrial-page-navigation {
        display: block;
    }

    #overview>div {
        padding: 5%;
    }

    #overview>div>div {
        box-sizing: border-box;
        padding: 0 5% 0 5%;
    }

    #overview>div>div p {
        font-size: calc(1.4vw + .2em);
    }

    #overview>div:nth-of-type(2) {
        flex-direction: row;
        padding: 0 5% 0 5%;
    }

    #overview>div:nth-of-type(2)>div {
        width: 33%;
    }

    #overview>div:nth-of-type(2)>div img {
        width: 35%;
        height: 35%;
    }


    #capabilities>div {
        height: 100%;
    }

    #capabilities h2 {
        font-size: calc(1em + 1.5vw);
    }

    #capabilities li {
        font-size: calc(1.4vw + .2em);
    }

    #capabilities li::before {
        width: calc(1vw + .1em);
        height: calc(1vw + .1em);
    }

    #features.metal-mfg h2 {
        font-size: calc(.8em + 1.5vw);
        padding: 1em 3em 1em 2em;
    }

    #contact form {
        font-size: calc(0.6em + 0.5vw);
    }

    .pro-req-header p {
        font-size: calc(0.8vw + 0.9em);
    }

    .pro-req form {
        font-size: calc(0.5em + 0.8vw);
    }

    .pro-req textarea {
        width: 98%;
    }
}

/* PURE LARGE MEDIA QUERY */
@media screen and (min-width: 64em) {

    .industrial-page-title h1,
    .industrial-page-title.metal-mfg h1,
    .industrial-page-title.power-industry h1,
    .industrial-page-title.general-production h1 {
        display: flex;

        font-size: calc(3.5em + 1vw);
        width: calc(5em + 1vw);
        min-width: unset;
        max-width: unset;
        padding-left: 20px;
        margin-left: 0%;
        vertical-align: middle;
    }

    .industrial-page-title.metal-mfg h1 {
        width: calc(8.8em + 1vw);
        /* margin-left: 10%; */
    }

    .industrial-page-title.power-industry h1 {
        margin-left: -15%;
        width: calc(4.9em + 1vw);
    }

    .industrial-page-title.general-production h1 {
        margin-left: -10%;
        width: calc(6.45em + 1vw);
    }

    #overview>div:nth-of-type(2)>div {
        padding-bottom: 0.8em;
    }

    #overview>div:nth-of-type(2)>div img {
        width: 38%;
        height: 38%;
        padding: 0.8em;
        flex-shrink: 0;
    }

    #capabilities {
        height: 100vh;
        max-height: 720px;
        padding-top: 0;
    }

    #capabilities>div:nth-of-type(1) {
        padding-top: 5em;
    }

    #capabilities>div:nth-of-type(2) {
        margin: 0;
        padding: 0;
    }

    #features>div:nth-of-type(1) {
        border-radius: 0 50vh 50vh 0;
    }

    #features>div:nth-of-type(2) {
        padding: 2em 0 0 5em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #features>div.metal-mfg:nth-of-type(2),
    #features>div.power-industry:nth-of-type(2),
    #features>div.general-production:nth-of-type(2) {
        padding-left: calc(.1em + 10vw);
    }

    #features>div:nth-of-type(1),
    #features>div:nth-of-type(2) {
        height: 100vh;
    }

    #features h2 {
        text-align: left;
        font-size: 2.5em;
        padding: 0 2em 0 2.5em;
        line-height: 1.5em;
    }

    #features h3 {
        font-size: 2em;
    }

    #features>div ul:nth-of-type(2) {
        margin-top: unset;
    }

    #features li {
        font-size: calc(0.3em + 0.8vw);
        padding: 0 1em 0 1em;
    }

    .services-container:nth-of-type(1) {
        display: none;
    }

    .services-container {
        padding: 5% 10% 5% 5%;
        flex-direction: row-reverse;
        margin-left: -30px;
    }

    .services-container>div:nth-of-type(1) p {
        font-size: calc(1em + 1vw);
        margin-top: 15px;
    }


    .services-container>div:nth-of-type(2) img {
        padding-top: unset;
    }

    .services-info {
        padding: unset;
    }

    .services-container>div:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

    }

    .services-info>div:nth-of-type(1) img {
        border-radius: 0 50% 50% 0;
        height: 75%;
        width: 100%;
    }

    .services-image {
        box-sizing: border-box;
        width: 40%;
        height: 60vh;
        max-height: 600px;
        margin: 10vh 0;
        background-image: url(../img/papermill-lg.png);
        border-radius: 0 50% 50% 0;
    }

    .services>div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 20%;
    }

    .services>div:nth-of-type(2) li {
        font-size: calc(1em + 0.6vw);
    }

    section.services:nth-child(even) {
        background-color: #F9F9F9;
        flex-direction: row-reverse;
    }

    section.services:nth-child(even)>div:nth-of-type(2) {
        padding-left: unset;
    }

    section.services:nth-child(even)>.services-image {
        border-radius: 50% 0 0 50%;
    }

    .services-image.metal {
        background-image: url(../img/steelmill-lg.png);
    }

    .services-image.power {
        background-image: url(../img/powerplant-lg.png);
    }

    .services-image.general {
        background-image: url(../img/general-lg.png);
    }

    .contact-form {
        box-sizing: border-box;
        padding: 0 12% 0 2%;
        border-radius: 0 50% 50% 0;
    }

    #contact.contact-container select {
        width: 92%;
    }

    #contact.contact-container textarea {
        width: 98%;
    }

    .get-in-touch-container {
        height: 100vh;
        padding-left: 5%;
    }

    .pdf {
        justify-content: flex-start;
    }

    .pdf a {
        width: calc(4em + 10vw);
    }
}

/* MEDIA QUERIES */
@media (min-width: 1500px) {
    .hero-overlay {
        display: block;
    }

    .industrial>.ind-wrapper>.ind-banner>.ind-header h2 {
        font-size: 5.5em;
    }

    .industrial-page-title {
        height: 94%;
    }

    .industrial>.ind-wrapper>.ind-details p {
        font-size: .5em;
    }
}

@media (max-width: 980px) {
    .hero-content h1 {
        font-size: 5.5vw;
    }

    .ind-services {
        margin-top: -140px;
        height: calc(400px + 17vw);
        max-height: calc(480px);
        background-image: url(../img/IND-BANNER-SM.png);
        background-position: top;
    }

    .ind-wrapper {
        flex-direction: column;
    }

    .ind-wrapper .ind-banner {
        width: 100%;
        margin-top: 20px;
        flex: 1 3 auto;
    }

    .industrial {
        margin-top: 0px;
        position: relative;
        min-height: 1220px;
    }


    .industrial-header {
        width: calc(80% - 14vw);
    }

    .industrial-container {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .industrial .ind-details p {
        font-size: 0.4em;
    }

    .industrial .industrial-item {
        width: 40%;
        height: calc(50px + 25vh);
        max-height: 200px;
        overflow: hidden;
        padding: 30px;
    }

    .detail-wrapper {
        width: 100%;
    }

    .detail-wrapper button {
        margin-top: 20px;
        height: 35px;
        max-width: 450px;
    }

    .industrial {
        margin-top: 0px;
        position: relative;
    }

    .industrial-container {
        flex-wrap: wrap;
    }

}

@media (max-width: 820px) {
    .hero {
        top: 75px;
        min-height: 630px;
    }

    .hero-wrapper {
        flex-direction: column;
    }

    .hero-content {
        width: 80%;
        padding-top: calc(50px + 1vw);
    }

    .hero-content h1 {
        font-size: calc(1.5rem + 5vw);
    }

    .hero-content p {
        font-size: calc(1rem + .1vw);
    }

    .hero-image {
        display: none;
    }

    .links {
        position: relative;
        height: 150vh;
        min-height: 1000px;
        padding: 0;
        padding-top: 150px;
        padding-top: calc(40px + 10vh);
        padding-bottom: calc(10px + 5vh);
        /* padding-top: 150px; */
        /* padding-top: calc(200px + 20vh); */
    }

    .link-container {
        margin-top: 50px;
        margin-bottom: 200px;
        display: flex;
        align-items: center;
        height: 140vh;
    }

    .link-container a {
        height: 400px;
        padding: 0;
    }

    .link-wrapper {
        flex-direction: column;
        margin: 4% 0;
        padding: 3% 0;
    }

    .link-wrapper:nth-of-type(2) {
        flex-direction: column-reverse;
    }

    .link-headers {
        width: 100%;
        height: 20%;
    }

    .link-headers h2,
    .links h3,
    .link-wrapper:nth-of-type(2) h2 {
        text-align: center;
    }

    .link-headers h2 {
        font-size: calc(.75em + 2.5vw);
    }

    .link-headers h3 {
        font-size: calc(.5em + 1vw);
    }

    .link-img {
        height: 100%;
        width: 55%;
        flex: 1 2 auto;
    }

    .link-img img {
        width: 70%;
    }

    .link-wrapper img {
        display: block;
    }

    .link-wrapper:nth-of-type(1) img {
        height: calc(70% + 4vw);
        min-width: 300px;
    }

    .link-wrapper:nth-of-type(2) img {
        transform: rotate(-5deg);
        height: calc(68% + 4vw);
        min-width: 320px;
    }

    .link-wrapper:nth-of-type(3) img {
        height: calc(66% + 4vw);
        min-width: 280px;
    }

    .ind-services {
        margin-top: -100px;
        position: relative;
        /* max-width: 700px; */
    }

    .industrial {
        margin-top: 0px;
        position: relative;
    }

    .ind-details {
        width: 80%;
    }

    .detail-wrapper p {
        font-size: calc(.5em + 1.2vw);
    }
}

@media (max-width: 680px) {
    .industrial .industrial-item {
        width: 80%;
        height: 5vh;
        margin: 10px;
        align-items: center;
    }

    .industrial .industrial-item a {
        background-color: #29364F;
    }

    .industrial .industrial-item img {
        opacity: 0.4;
    }

    .industrial .industrial-item h3 {
        font-size: 1.5em;
    }

    .industrial-item-header {
        background: none;
    }
}