﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'PlataSansRegular';
    font-weight: normal;
    font-style: normal;
    background: no-repeat 0 90px fixed url('../Images/Gsal06NJ7sLight.jpg');
    background-size: cover;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bgstrip {
    background-image: url('../images/bghome2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
   display:flex;
   flex-grow:1 
}

#LogoCropped {
    height: auto ;
    width: 756.75px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.breadcrumb {
    padding: 2px 15px; /*!important*/
}
.navbar {
    min-height: 90px;
}

.header {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    height: calc(100vh - 0x);
}

section {
    font-family: 'PlataSansLight';
}

#bg {
    z-index: -1;
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
}

.span4 img {
    margin-right: 10px;
}

.span4 .img-left {
    float: left;
}

.span4 .img-right {
    float: right;
}

.copyright p {
    border-top: 1px solid rgba(255,255,255,.1);
} 

a.footer-link {
    color: #f1f1f1;
}/* !important */

    a.footer-link:hover {
        color: #fff;
        text-decoration: none;
    } /*!important*/

#laMappaDiCapo {
    width: 90%;
    height: 300px;
    box-shadow: 1px 1px 1px 1px #999
}

#carGallery .carousel-inner img {
    width: 100%;
    height: 100%;
}

#carGallery .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#carGallery .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

    #carGallery .carousel-indicators > li {
        width: initial;
        height: initial;
        text-indent: initial;
    }

#myCarousel .carousel-indicators > li {
    width: 100px;
    height: 100px;
}

#carGallery .carousel-indicators > li.active img {
    opacity: 0.7;
}

img.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}