@charset "UTF-8";


/* Slide Show */

.serviceImg {
    float: right;
    width: 40%;
    height: 225px;
    display: inline-block;
    object-fit: cover;

}

.servicesSlideShowContainer {
    float: right;
    max-width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
    display: inline-block;

}

.slides {

    display: none;

}

.prevBtn,
.nextBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;


}

.nextBtn {

    right: 0;
    border-radius: 3px 0 0 3px;

}


.prevBtn:hover,
.nextBtn:hover {}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* Slide Show */

#repairimg {
    background-image: url(../Images/repairshop/repair2.jpeg);
    width: 12%;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.3em;
}


#millwright {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    display: inline-block;
}

#millimg {
    background-image: url(../Images/millwrightinglink.png);
    width: 12%;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.3em;
}

#millservices {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: -1.1em;
}

#millpic1 {
    background-image: url(../Images/DSCN0565-1024x768.jpg);
    width: 25%;
    height: 260px;
    float: left;
    background-size: cover;
    background-position: center;
}

#millpic2 {
    background-image: url(../Images/millwrighting.png);
    width: 15%;
    height: 260px;
    float: right;
    background-size: cover;
    background-position: center;
}

#rigging {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    display: inline-block;
}

#rigimg {
    background-image: url(../Images/rigginglink.png);
    width: 12%;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.3em;
}

#rigservices {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: -1.1em;
}

#rigpic1 {
    background-image: url(../Images/rigging.jpg);
    width: 25%;
    height: 260px;
    float: left;
    background-size: cover;
    background-position: center;
}

#rigpic2 {
    background-image: url(../Images/Rigging3.jpg);
    width: 15%;
    height: 260px;
    float: right;
    background-size: cover;
    background-position: center;
}

#planning {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    display: inline-block;
}

#planimg {
    background-image: url(../Images/proj_management_link.jpg);
    width: 12%;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.3em;
}

#planservices {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: -1.1em;
}

#planpic1 {
    background-image: url(../Images/IMG_2007.JPG);
    width: 43.5%;
    height: 260px;
    float: right;
    background-size: cover;
    background-position: center;
}

#stransport {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    display: inline-block;
}

#stransimg {
    background-image: url(../Images/transportlink.png);
    width: 12%;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.3em;
}

#stransservices {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: -1.1em;
}

#stranspic1 {
    background-image: url(../Images/Specialized-Transportation-625x448.jpg);
    width: 43.5%;
    height: 260px;
    float: right;
    background-size: cover;
    background-position: center;
}

#equip {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    display: inline-block;
}

#equipimg {
    background-image: url(../Images/equipmentlink.png);
    width: 12%;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.3em;
}

#equipservices {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: -1.1em;
}

#equippic1 {
    background-image: url(../Images/IMG_0054.jpg);
    width: 43.5%;
    height: 260px;
    float: right;
    background-size: cover;
    background-position: center;
}


@media all and (max-width : 750px) {


    .serviceImg {
        float: right;
        width: 15%;
        height: 225px;
        display: none;
        object-fit: cover;

    }

    #millimg {
        width: 17%;
        height: 125px;
    }

    #millpic2 {
        display: none;
    }

    #millservices {
        width: 45%;
    }

    #rigimg {
        width: 17%;
        height: 125px;
    }

    #rigservices {
        width: 45%;
    }

    #rigpic2 {
        display: none;
    }

    #planimg {
        width: 17%;
        height: 125px;
    }

    #planservices {
        width: 45%;
    }

    #planpic1 {
        width: 25%;
    }

    #stransimg {
        width: 17%;
        height: 125px;
    }

    #stransservices {
        width: 45%;
    }

    #stranspic1 {
        width: 25%;
    }

    #equipimg {
        width: 17%;
        height: 125px;
    }

    #equipservices {
        width: 45%;
    }

    #equippic1 {
        width: 25%;
    }
}

@media all and (max-width : 550px) {


    .serviceImg {
        float: right;
        width: 40%;
        height: 225px;
        display: none;
        object-fit: cover;

    }

    #millimg {
        width: 21%;
    }

    #millpic1 {
        display: none;
    }

    #millservices {
        width: 65%;
    }

    #rigimg {
        width: 21%;
    }

    #rigpic1 {
        display: none;
    }

    #rigservices {
        width: 65%;
    }

    #planimg {
        width: 21%;
    }

    #planpic1 {
        display: none;
    }

    #planservices {
        width: 65%;
    }

    #stransimg {
        width: 21%;
    }

    #stranspic1 {
        display: none;
    }

    #stransservices {
        width: 65%;
    }

    #equipimg {
        width: 21%;
    }

    #equippic1 {
        display: none;
    }

    #equipservices {
        width: 65%;
    }
}

@media all and (max-width : 330px) {

    .serviceImg {
        float: right;
        width: 40%;
        height: 225px;
        display: none;
        object-fit: cover;

    }

    #millservices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #millimg {
        width: 100%;
        height: 115px;
        padding-left: 0;
        background-position: center;
        margin-bottom: 1em;
    }

    #rigservices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #rigimg {
        width: 100%;
        height: 115px;
        background-position: center;
        margin-bottom: 1em;
    }

    #planservices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #planimg {
        width: 100%;
        height: 115px;
        background-position: center;
        margin-bottom: 1em;
    }

    #stransservices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #stransimg {
        width: 100%;
        height: 115px;
        background-position: center;
        margin-bottom: 1em;
    }

    #equipservices {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #equipimg {
        width: 100%;
        height: 115px;
        background-position: center;
        margin-bottom: 1em;
    }

}
