body {
    color: rgb(31, 52, 79) !important;
    background: url("../img/drop-blue-box.png") fixed no-repeat rgb(228, 233, 239);
    background-position: center 52px;
    text-shadow: 0px 0px 2px white;
}
.head {
    font-size: 5em;
    text-align: center;
    background: url("../img/drop-white-box.png") fixed no-repeat rgb(31, 52, 79);
    background-position: center 52px;
    color: rgb(228, 233, 239);
    padding: 0.75em 0 0.5em;
    line-height: 0.75em;
    text-shadow: none;
}
.head span {
    margin-left: 2.6em;
}

.banner {
    font-size: 3em;
    text-align: center;
    margin: .5em 0;
}

.span6, .span4 {
    margin-bottom: 35px !important;
}

.brag h2{
    font-size: 2.5em;
    font-weight: 100 !important;
}
.brag span {
    font-weight: 900;
}

.contact {
    font-size: 2em;
    line-height: 1.2em;
}
.contact span {
    font-size: 1.25em;
    font-weight: 900;
}

.tabNavigation p {
    color: rgb(31, 52, 79);
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
}
.tabNavigation a {
    color: rgb(31, 52, 79);
}

a span {
    display: none;
    /*float: right;*/
}

.selected span {
    display: inline;
}

.portfolio img {
	width: 100%;
	max-width: 500px;
	max-height: 450px;
}

.nivoSlider {
    height: 450px !important;
}