﻿@charset "UTF-8";
/* CSS Document */
body {
    padding-top: 49px;
}

.display-3 {
    color: #ffda00;
}

a {
    color: #6c4897;
}

a:hover {
    color: #815CA0;
}

.spazioTraElementi {
    min-height: 60px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffda00;
}

/* 
CAROSELLO
*/
.carousel-item {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}

.carousel-caption {
    color: #6c4897;
    background: rgba(255, 218, 0, 0.6);
}

.bianco {
    color: white;
    min-height: 90px;
    line-height: 120px;
}

.navbar-brand {
}

.bckbiola {
    background-color: #d1b2d1
}

.testobiola {
    color: #cc48cc
}

/* 
FOOTER
*/
footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #fed136;
}

/*********************
slide carosello
**********************/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}


/*bottoni*/
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #6c4897;
    background-color: #ffda00;
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.1);
}
.btn-primary, .btn-primary:active, .btn-primary:link, .btn-primary:visited {
    color: #6c4897;
    background-color: #ffda00;
    border-color: transparent;
}

.btn-primary:hover {
    color: #6c4897;
    background-color: #CCBD67;
    border-color: transparent;
}

.sottoTitoloPagina {
    color: #6c4897;
}

.titoloPagina {
    color: #ffda00;
}

.card {
margin-bottom: 15px;
}

.gallery{
    width:120px;
    height:120px;
}