body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.maincontent_wrapper {
    padding-top: 0;
}

img {
    width: 100%;
}

.bold {
    font-weight: 900;
}

.thin {
    color:#fff;
}



.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 5px;
}
h2{
    color: #1439A2;
}


.highlight {
    color: #1439A2;
    text-transform: uppercase;
}

.colorBrown {
    color: #A37A14;
}
.colorBlue {
    color: #1439A2;
}

.gradient-divider {
    height: 1px;
    z-index: 2;
    background: #000;
    margin: 100px auto;
    position: relative;
    max-width: 50%;
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(50, 50, 50) 50%, rgb(255, 255, 255) 100%);
}


.border-gradient {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
}

.border-gradient-color {
    border-image-source: linear-gradient(to bottom right, #1439A2, #A37A14);
    transition: .3s;
}

.cta:hover {
    text-decoration: none;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.border-gradient:hover {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
}

.border-gradient-color:hover {
    border-image-source: linear-gradient(to top left, #1439A2, #A37A14);
    transition: .3s;
}

.header-div{
    margin:5% 0;
    text-align: center;
}

.header-title {
    margin: 0 auto;
    position: relative;
    max-width: 80%;
    display: inline-block;
}

.header-title::before,
.header-title::after {
    content: "";
    position: absolute;
    background-color: #A37A14;
    width: 10%;
    height: 2px;
    z-index: 2;
}

.header-title::before {
    top: 50%;
    left: -11%;
}

.header-title::after {
    top: 50%;
    right: -11%;
}
#main-wrapper{
    padding:0 3%;
}
.hero{
    height:40vw;
    max-height:400px;
    overflow:hidden;
    background-image:linear-gradient(rgba(0,0,0,0.3)0%, rgba(0,0,0,0.3)100%), url('/imageserver/Reusable/gutters21/hero.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hero-text-wrapper{
    color:#fff;
    text-align:center;
}
.section1{
    padding:5% 0 0;
    margin:0 auto;
}
.sec1-wrapper{
    max-width:1400px;
    margin:0 auto 4%;
   text-align: center;
}
.sec1-header{
    max-width:800px;
    margin:0 auto;
}

#alum-styles{
    max-width:600px;
}
.grid-item{
    margin:15px 0;
}
.sec2-wrapper{
    max-width:1400px;
    margin:0 auto
}
.sec2-grid{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    /* grid-template-columns: repeat(auto-fill, minmax(300px 700px)); */
    grid-template-columns: 1fr 1fr;
}
.sec2-grid-left{
    justify-self:flex-end;
    -webkit-box-shadow: 5px 5px 11px 1px rgba(0,0,0,0.37); 
    box-shadow: 5px 5px 11px 1px rgba(0,0,0,0.37);
    padding:8%;
}
.sec2-grid-right{
    align-self:center;
}
.sec2-grid2{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 700px));
    justify-items: center;
}
.grid2-left{
    text-align: center;
    max-width:600px;
}
.grid2-right{
    text-align: center;
    max-width:600px;
}
#box-img{
    max-width:250px;
    float:right;
}
.section5{
    margin:0 auto;
    text-align:center;
}
.sec5-header{
    max-width:1000px;
    margin:0 auto 100px;
}
.sec5-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    max-width:1650px;
    margin:0 auto;
}
#copper-aluminum{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
#copper-aluminum img{
    max-width:400px;
}

@media screen and (max-width:992px) {
    .sec1-wrapper,.sec2-grid,.sec2-grid2,.sec5-grid{
        display:block;
        max-width:80%;
        margin:20px auto;
        text-align:center;
    }
    .header-title::after {
        height: 0px;
    }
    .header-title::before {
        height: 0px;
    }
}