@font-face { font-family: Serpentine BoldItalic; src: url('Serpentine BoldItalic.ttf'); } 
html{
    min-width: 360px;
}
body{
    background-color: gray;
    max-width: 1600px;
    margin: 10px auto;
    font-family: Arial, Helvetica, sans-serif;
}
.contact_bar{
    background-color: black;
    color: silver;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.contact_bar a{
    font-style: none;
    color: silver;            
}
.title {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    min-height: 685px;
    background-color: black;
}
.titlebg{
    z-index: 100;
    grid-row: 1/span 3;
    grid-column: 1/span 6;  
    width: 100%;
    max-width: 1600px;          
}
#titlebox{
    grid-column: 1;
    grid-row: 1;
    z-index: 101;
    max-height: 80px;
    display: flex;
    padding-top: 30px;
    flex-wrap: wrap;
    margin-left: 20px;
    width: 460px;
}
.logo{
    max-height: 100px;
    padding-left: 20px;
}
.nss {
    display: flex;
    flex-direction: column;
}
.title h1{
    color: white;              
    padding-left: 20px;    
    margin-top: 0; 
    font-size: 2.5em;   
    text-decoration: underline;
    font-family: Serpentine BoldItalic;
    margin-bottom: 0;
}
#steelinc{
    margin-top: 4px;
    padding-left: 10px;    
    display: flex;        
}
.title h2{        
    font-size: 2.5em; 
    margin: 0;   
    color: white;
    font-family: Serpentine BoldItalic;
}
.title h3{
    color: white;
    margin: 0;
    font-size: 1.5em;
    font-family: Serpentine BoldItalic;
    align-self: end;
    padding-bottom: 3px;
    padding-left: 10px;
}
#oview_cont{
    grid-row: 3;  
    grid-column: 1/span 6;
    margin-bottom: -60px;
    display: flex;
    flex-direction: row;
    z-index: 103;
    justify-content: center;
    align-self: end;
}
.owview{
    background-color: rgba(0,0,0,.8);
    height: 245px;
    width: 320px;  
    border: .5px #404040 solid;
    margin: 5px;
    padding: 0 15px;
}
.swiper-slide {
    border-radius: 5px;
}
.ow{
    max-height: 224px;
    margin: 10px;
    border-radius: 3px;
}
#customers {
    padding:30px;
}
#customers h1{
    font-size: 1.2em;
    text-align: center;
}
#cust_cloud{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    justify-content: center;
    margin: auto;
}
.custs{
    max-height: 100px;
    padding: 20px;
}
footer{
    background-color: white;
    text-align: center;            
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.lower_menu{
    margin-top: 0;
    padding: 30px 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lower_menu li a{
    color: black;
    font-weight: bold;
    padding: 15px;
}
.copyright{
    padding-bottom: 10px;
}











/* Swiper styles */
.swiper-container {
    display: none;
    width: 100%;
    height: auto;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination {
    bottom: 10px !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}


/* Media Queries */

@media (max-width: 875px){
    #content, #detail{
        flex-direction: column;
    }
    #aisc, #drawings {
        margin: 0 auto;
        padding: unset;
    }    
    #detail_desc{
        padding: 30px;
    }
}

@media (max-width: 665px){
    .swiper-slide{
        width: 100%;
    }
    .contact_bar{
        flex-direction: column;
        text-align: center;
    }
    #titlebox{
        grid-row: 2;
        align-self: end;
    }
    #welding_pc{
        display: none;
    }
}
@media (min-width: 665px){
    #welding_mob{
        display: none;
    }
}
@media (max-width: 480px){            
    #titlebox{
        grid-row: 2;
        align-self: end;
        width: 100%;
        padding-bottom: 100px;
    }
    .title{
        grid-template-rows: unset;
        min-height: 630px;
    }
}

@media screen and (max-width: 1100px) {
    .swiper-container {
        display: block;
    }
    body{
        margin: auto;
    }   
    .contact_bar{
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    } 
    .footer{
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }
    .swiper-wrapper {
        display: flex;
    }
    .owview.swiper-slide {
        width: 80%;
        height: auto;
        background-color: rgba(0,0,0,.8);
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ow {
        max-width: 100%;
        height: auto;
    }
    .swiper-button-next, .swiper-button-prev{
        top: var(--swiper-navigation-top-offset, 675px)!important;                
    }
    #oview_cont{
        overflow: hidden;
    }
}
@media (min-width: 1100px) {
    .swiper-button-next, .swiper-button-prev{
        display: none !important;
    }
    .swiper-wrapper, .owview.swiper-slide {
        width: unset !important;
    }
}