html,
body {
    height: 100%;
    font-size: 110%;
}
.jumbotron{
    color:white;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.full {
    background: url('../images/street1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 0 0 10em 0.4em #000;
}

.jumbotron{
    background-color: rgba(255, 255, 255, 0.6);
}
.container .text-box, .container-fluid .text-box {
    color: black;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.vcenter{
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 100%;
    border: solid white;
}


.navbar {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}
.navbar li {
    background-color: #222;
}


.img-circle {
    border-radius: 50%;
}


.jumbotron h1{
    font-size: 3em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: 100;
    font-family: Lato,sans-serif;
    font-variant: normal;
    color: #d62728;
}

.logo{
    opacity: 0.7;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}
.logo:hover{
    opacity:0.9;
}
.wrap > .container {
    padding: 95px 15px 20px;
}