﻿/*Contains styles for the careers page (jobs.aspx)*/

.overlay {
/*    position: absolute;
    bottom: 20px;*/
    height: 300px;
    width: 100%;
}

.overlay-title {
    position: absolute;
    bottom: 10px;
    padding: 20px 10px 20px 30px; /*If this changes, the width needs to get adjusted too since it's hard-coded to fit over the image*/
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    color: white;
    font-size: 20px;
    width: 95.75%;
}

.overlay-container {
    position: relative;
    width: 100%;
    background: url(..\\Company\\images\\ATI_jobs_building.jpg);
    background-position: 50% 65%;
}

.icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

td.icons {
    padding: 10px;
}