﻿#headerimg {
    background-image: url('/Images/industries/industries-header.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#solutionsCrafting {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
#craftText {
    align-self: stretch;
    color: var(--Midnight, #191C1F);
    text-align: center;
    /* Section Header */
    font-family: "Segoe UI", "Helvetica";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#solutionsCrafting > pre {
    align-self: stretch;
    color: var(--Midnight, #191C1F);
    text-align: center;
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.industryTitle {
    align-self: stretch;
    color: var(--Midnight, #191C1F);
    /* Standard bold caps */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.industriesTile {

    display: flex;
    align-items: center;
    gap: 20px;
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    align-self: stretch;
}
.list {
    color: var(--Midnight, #191C1F);
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#industriesContainer {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Softest-Grey, #EDEBEB);
}
.industryImg {
    width: 462px;
    height: 206px;
}
#industriesContact {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
.industriesRow {
    display: flex;
    width: 715px;
    align-items: center;
    gap: 20px;
}
#specialize {
    color: var(--White, #FFF);
    text-align: center;
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#industriesContact {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: radial-gradient(50% 50% at 50% 50%, #00419E 0%, #001738 100%);
}
#looking {
    align-self: stretch;
    color: var(--White, #FFF);
    text-align: center;
    /* Bold mid-size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#industries-contacttext {
    color: var(--Dusk, #00419E);
    text-decoration:none;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
#industriescontactbutton:hover {
    cursor:pointer;
}
