body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0e1014;
}

#collage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.imageBox { 
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}

.imageWrapper { 
    width: 100%; 
    height: 100%; 

}

.imageWrapper img {
    width:100%;
    height: auto;
    vertical-align: top;
}

.imageWrapper:after, .imageWrapper:before {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.imageWrapper:after {
    content: '\A';
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(16,24,30,.8);
}

.imageWrapper:before {
    content: attr(data-content);
    width: 100%;
    height: 60%;
    color:#fefefe;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    bottom: 0;
}

.imageWrapper:hover:after, .imageWrapper:hover:before {
    opacity:1;
}

.tape {
    height: 24px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    background: url('../img/tape.png');
}

.table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.outer_box {
    background: #ffff00;
    border: 0px;
    border-radius: 10px;
    padding: 12px;
    margin-top: 20px;
}

.inner_box {
    background: #ffff00;
    border: 10px solid black;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 5% 0 5% 0;
}

p {color: #0e1014;}

.heading {
    font-weight: 700;
    font-size: 4.5vw;
    margin-bottom: 0;
}

.subheading {
    font-weight: 400;
    font-size: 3.5vw;
    margin-bottom: 0;
}

.phone {
    display: inline;
    font-weight: 700;
    font-size: 1.7vw;
    margin-left: 35px;
}







