
/* 
    Created on : Dec 28, 2024, 5:34:49 PM
    Author     : Yonas W.
*/

#home-header{
    clear: both;
    background-color: #e98f3e;
    background-image: url('../images/industry-banner.jpg');
    padding: 20px;
    margin-bottom:  20px;
    background-size: cover;
    background-repeat: no-repeat;
}
p#title{
    font-size: 62px;
    font-family: 'Kaushan Script' , Lato;
    font-weight: 900;
    padding-left: 50px;
    color: white;
    text-transform:uppercase;
}
p#subtitle{
    font-size: 30px;
    font-family: 'Kaushan Script' , Lato;
    padding-left: 50px;
    color: grey;
}
#items-qoute{
    width: 100%;
    margin: auto;
    background-color: #d4e6f1;
    padding: 40px;
}
div.industry-card-menu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
div.industry-card-menu a:hover {
    background-color: #f9f9f9;
}
/*INDUSTRY CARD STYLING*/

div.industry-card-menu{
    /*background-color:#ccffcc; */
    width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center;
    display: block;
}
#industry-page-text{
    text-align: center;
    padding: 100px;
}
#industry-page-text p{
    width: 60%;
    margin: 0 auto;
}
div.industry-card{
    padding-top: 20px;
    width: 300px;
}
div.ind-spec-card:hover {
    /*margin-left: 100px;*/
    transform: scale(1.75);  /*(175% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
div.ind-spec {
    width: 100%;
    margin: 0 auto;
}
div.ind-spec-card{
    /*background-color:#ccffcc; */
    margin: 20px;
    margin-left: 50px;
    float: left;
    text-align: center;
    display: block;
    padding: 20px;
}

/*QUOTATION/CONTACT FORM STYLING*/
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    background-color: #e98f3e;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    opacity: 0.8;
}
input[type=text]:focus, input[type=select]:focus, input[type=textarea]:focus {
    outline: none;
    border: 1px solid #e98f3e;
}
.in-row, #colors, #depth, #length, #width{
    width: 30%;
    margin-right: 3%;
}
#colors{
    display: none;
}
.column {
    float: left;
    margin: auto;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 100px;
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 200px;
    background-color: whitesmoke; /*background-color: #fad7a0;*/
    border-radius: 8px;
}
.card-column{
    width: 60%;
    padding-top: 40px;
    background-color: #fad7a0;
}
.qoute-column{
    float: right;
    width:38%;
    padding: 40px;
}
/*CONTACT FORM STYLING END*/

#footer{
    clear: both;
}

@media only screen and (max-width: 1045px) {

    #home-header {
        padding: 0;
        height: 200px;
    }
    #heading-banner-text{
        display:inline;
    }
    p#title{
        font-size: 30px;
    }
    p#subtitle{
        font-size: 20px;
        margin-top: 0;
        padding-right: 30px;
        float: right;
        background-color: white;
        opacity: 0.7;
    }
    #quote-button{
        margin-top: -20px;
        margin-left: 30px;
    }
    #browse-button{
        margin-top: 10px;
        margin-left: 50px;
    }
    #industry-page-text{
        padding: 10px;
    }
    #industry-page-text p{
        width: 80%;
        margin: 0 auto;
    }
    .card-column {
        margin: auto;
        padding-top: 0;
        background-color: #fad7a0;
    }
    .column {
        width: auto;
    }
    .qoute-column {
        margin: auto;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 650px) {

    .column {
        width: 100%;
        margin-bottom: 40px;
    }
    div.ind-spec-card {
        padding-top: 20px;
        margin-left: 20px;
        width: 80%;
    }
    #items-qoute {
        padding: 10px;
    }
    
}

@media only screen and (max-width: 400px) {
    
    div.ind-spec-card {     
        height: 280px;
    }
    div.ind-spec-card img{
        height: 200px;
    }
}