﻿body 
{
    background: url(../images/industry1920x1080.jpg) left top fixed no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #2e2e2e;
	-webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
	transition: all 0.50s ease-in-out;
      
}

.overview
{
    color: White;
    background-color: Black;
    filter: alpha(opacity : 60);
	opacity: 0.6;
}
.overview:hover
{
    background-color: Black;
    filter: alpha(opacity : 60);
	opacity: 0.6;
}
.metroOverview
{
     background-color: Black;
    filter: alpha(opacity : 60);
	opacity: 0.6;
	-moz-box-shadow: 5px 5px 5px Black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px Black;
    border-radius: 5px;
}
.metro1x1
{
    color: white;
    /* background-color: #2e2e2e !Important; */
    background-color: #64793e !Important;
}
.metro2x1
{
    /* background-color: #888e6b !Important; */
    background-color: #677454 !Important;
}
.metro2x2
{
    /* background-color: #485a77 !Important; */
    background-color: #676664 !Important;
}
.metro3x1
{
    background-color: #343c29;
}
