body {
    font-size: 14px;
    padding-top: 50px;
    font-family: 'Droid Sans', sans-serif;
}

img {
    max-width: 100%;
}

.big-img {
    background:url("../img/cervino.jpg");
}


.navbar {
    margin-bottom: 0;
    background-color: rgba(2,10,71, 0.8);
    border: none;
}

.navbar-default .navbar-brand{
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #ccc;
}


.btn {
    margin: 20px 0;
}



.business-header {
    background-color: #19467d;
    color: #fff;
}

.intro {
    background-color: #f8f8f8;
    color: #555;
    text-align: center;
}


h1 {
    background-color: #e10729;
    color: #fff;
    font-size: 27px;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.section {
    padding: 15px 0;
}

.section.stripe {
    background-color: #f8f8f8;
}

.section.intro h2 {
    color: #fff;
    text-align: center;
}

.section.intro a {
    color: #e10729;
    font-size: 18px;
    text-decoration: none;
}


.section.link .item {
    background-color: #fff;
    padding: 20px;
}

.section h2 {
    margin-top: 0;
    color: #19467d;
}

.section h3 {
    background-color: #e10729;
    color: #fff;
    margin:0;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 10px solid #333;
}

.section a {
    text-decoration: none;
}

.section a:hover h3{
    text-decoration: none;
    color: #ccc;
}

.img-responsive {
    max-width: 100%;
}

ul li {
    text-align: left;
    font-weight: bold;

}

ul li a {
    color: #ea1300;
    text-decoration: none;
}

footer {
    padding: 15px;
    text-align: center;
}

.full-section {
    margin-bottom: 20px;
    text-align: center;
}

.full-section .title {
    bottom: 20px;
    color: #fff;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #19467d;
    width: 100%;
}

.big-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    margin: 0;
    padding-bottom: 50%;
    position: relative;
}



@media (min-width:1400px) { 

    .big-img {
        padding-bottom: 40%;
    }
}

@media (max-width: 920px) { 
    
    .section {
        text-align: center;
    }

    .section h3 {
        margin-top: 20px;
    }
}


@media (max-width: 480px) { 

    .big-img {
        padding-bottom: 85%;
    }
}
