html,
body {
    height: 100%;   
    background: url(../img/blanco.jpg) no-repeat center center;
    background-size: cover;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px; 
}

div#index-placement{
	margin-top: 10%;
}

div#index-placement > a{
	margin-top: 5%;
}

div#what-we-do{
	margin-top: 1%;
}

div#what-we-do > a {
	margin-top: 5%;
}

div#who-we-are{
	margin-top: 1%;
}
div#who-we-are > a {
	margin-top: 5%;
}

div#dl-contact-info{
	margin-top: 8%;	
}

div#contact-correspondence{
	margin-top: 5%;
}

div#contact-contact-form{
	margin-top: 5%;
}

.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;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

/* ============================================
   Component Styling - Contact & Portfolio
   ============================================ */

/* Address styling */
address.address-display {
    font-style: normal;
}

/* Section heading styling */
.section-heading {
    color: #0d6efd;
}

/* Portfolio and pricing card images */
.portfolio-image-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    aspect-ratio: 4/3;
    border-radius: 8px 8px 0 0;
}

.portfolio-image-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    aspect-ratio: 4/3;
    border-radius: 8px 8px 0 0;
}

.portfolio-image-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    aspect-ratio: 4/3;
    border-radius: 8px 8px 0 0;
}

.portfolio-image-4 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    aspect-ratio: 4/3;
    border-radius: 8px 8px 0 0;
}

.portfolio-image-5 {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    aspect-ratio: 4/3;
    border-radius: 8px 8px 0 0;
}

.portfolio-image-6 {
    background: linear-gradient(135deg, #ff9a56 0%, #ff6a88 100%);
    aspect-ratio: 4/3;
    border-radius: 8px 8px 0 0;
}

/* Portfolio card bottom styling */
.portfolio-card-bottom {
    border-radius: 0 0 8px 8px;
}

/* Login page styling */
.login-info {
    color: #999;
}