.jumbotron{
    margin-bottom: 0px;
    
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}
div#contentTd {
    font-size: 0.8rem;
}
.jumbotron-homebg{
    background-image: url(../img/gt-homesplash.png);
    background-position: 50% 100%;
}

.jumbotron-aboutbg{
    background-image: url(../img/gt-banner5.jpg);
    background-size: cover;
    height: 250px !important;
    background-position: 25% 25%;
}
.jumbotron-projectsbg{
    background-image: url(../img/gt-homesplash.png);
    background-position: 50% 100%;
}
.jumbotron-servicesbg{
    background-image: url(../img/gt-homesplash.png);
    background-position: 50% 100%;
}
.jumbotron-contactbg {
    background-image: url(../img/gt-banner3.jpg);
    background-size: cover;
    height: 250px !important;
    background-position: 25% 25%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.piling{
    height: 206px;
    background-image: url(../img/piling.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.soiltesting{
    height: 206px;
    background-image: url(../img/soil-testing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.maintainance{
    height: 206px;
    background-image: url(../img/maintenance-constr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.grey-text{
    color: grey;
}
.picasagallery_header{
	text-decoration:none !important;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000 !important;
	}
.style3 {color: #999999; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

.large-text{
    font-size: 1.5rem;
}
.medium-text{
    font-size: 1.2rem;
}

.spacer{
    height: 10px;
}
.addPadding{
    padding: 15px;
}

footer{
    height: 100px;
}

.currentLi{
    color:white;
    background-color:#433F50;
}
.listStyl{
    list-style:none;
    padding-left: 0;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px
}
.listStyl li:hover{
    color:#FFFFFF;
    background-color:#433F50;
    cursor:pointer;
    cursor:hand;
}
.listStyl li{
    padding:5px;
}