h1{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 30px;
    color: #4c2c48;
}

h2{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 22px;
    color: #ad71a5;
}

h3{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 25px;
    color: #4c2c48;
}

h4{
    font-family: 'Rokkitt', serif;
    font-size: 25px;
    font-weight:500;
    color: #4c2c48;
}

h5{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 20px;
    color: #4c2c48;
}

p, input, textarea{
    font-family: 'Rokkitt', serif;
    font-size: 18px;
    color:#2d3339;
}

p a {
    color: #ad71a5;
}

a:hover{
    color: #4c2c48;
}

/*cerchietto decorativo*/
.decoration {
    height: 25px;
    width: 25px;
    border:6px solid #4c2c48;
    border-radius: 50%;
    display: inline-block;
    margin-right:20px;
    margin-top: 5px;;
    padding-left: 13px;
}

.decoration-wrapper{
    display:flex;
}

.navbar-brand img {
    width: 300px;
    margin: 20px 0 20px;
}

@media only screen and (max-width: 396px) {
    .navbar-brand img {
        width: 200px;
        margin: 10px 10px 10px;
    }
}

.menu-item {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;

    text-decoration: none;
    font-family: 'Rokkitt', serif;
    color: #4c2c48;
    display: inline-block;
    text-align: center;
    opacity: .6;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    width: 75px;
}

.menu-item:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: #4c2c48;
    opacity: 1;
}

.nav-active {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    opacity: 1;
    font-weight: 700;
}

/*icona hamburger modificata*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2876, 44, 72, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
  } 

.navbar-toggler:focus {
    box-shadow: 0px 0px 1px 1px #4c2c48;
}

.scheda {
    min-height: 50px;
    padding:10px;
}

.scheda .grigino {
    padding:10px;
    background-color: #e2e2e2;
    border-radius: 20px;;
}

.scheda .divisorio {
    margin-top:15px;
    margin-bottom:15px;
    height:1px;
    background-color: #2d3339;
    z-index: 5;
}

.inverted-strip {
    height:100%;
    background-color: #4c2c48;
}

.inverted-strip img{
    display: float;
    height:250px;
    margin-top:-50px;
    max-width: 100%;
}

.inverted-strip h1, .inverted-strip p {
    color: white;;
}

.inverted-strip a:hover {
    color:#f49505
}

.inverted-strip .decoration {
    border: 6px solid white;
}


.inverted-strip .decoration-wrapper {
    margin-top:20px;
}

@media only screen and (min-width: 768px) {
    .inverted-strip .decoration-wrapper {
        margin-top:-160px;
    }
}

.slick-slider img{
    padding: 0px 30px 0px 30px;
    height:150px;
    max-height:80px;
    max-width: 350px;
}

footer {
    background-image: url("./img/footer-bkg.svg");
    background-color: #4c2c48;
    background-repeat: no-repeat;
    background-size: cover;
}

footer p{
    color: white;
    line-height: 16px;
}

footer a:hover {
    color: #f49505;
}

footer h5{
    color: white;
}

.logo-footer{
    height: 120px;
    margin-top: 60px;
}

.logo-footer img{
    height:100%;
}

.testofooter {
    margin-top: 40px;
}

.mancante{
    color:red !important;
}

/*--------Mk3--------*/
.social {
    margin-bottom: 16px;
}

.social a {
    font-size: .6rem;
    color:white;
    text-decoration: none;
}

.socialdark a{
    color:#4c2c48;
}

.socialdark a:hover{
    color:#ad71a5;
}

.socialdark i {
    margin-top:0px;
}
/*--------Mk3--------*/

/*--------Mk5--------*/
#deskoala img{
    max-width: 160px;
    height:auto;
    margin:0px;
}

#deskoala .btn:hover{
    background-color: white;
    color: #4c2c48;
}
/*--------Mk5--------*/



/*------------ANIMAZIONI------------*/
.anim-one {
    width:80%;
    transition: 1s;
}

.anim-one:hover {
    width:100%;
    transition: 1s;
}

.anim-one-go {
    width:90%;
    transition: 1s;
}

.anim-tre {
    width:90%;
    margin-bottom: 25px;
    transition: 1s;
}

.anim-tre-go {
    width:100%;
    margin-bottom: 0px;
    transition: 1s;
}

@media only screen and (max-width: 768px) {
    .anim-one {
        width:50%;
        transition: 1s;
    }
    .anim-one-go {
        width:100%;
        transition: 1s;
    }
    .anim-tre {
        width:100%;
        margin-bottom: 0px;
        transition: 1s;
    }
}

/*------------ALTRE PAGINE------------*/



.header img {
    object-position: 0px 0px;
    width:100%;
    height:400px;
    object-fit: cover;

    /*opacity:.5;*/
    
}

.header .testo {
    display: flex;
    width: 85%;
    height:150px;
    margin:auto;
    align-items:center;
    justify-content: baseline;
    /*border:5px red solid;*/
    margin-top:-166px;
    /*text-align: center;*/
    
}

.header h1 {
    color:white;
    text-transform: uppercase;
    font-size: 40px;
}

.gray-strip {
    background-color: #e2e2e2;
}
.strip .row{
    padding:25px 0px 25px 0px;
}

.strip .decoration-wrapper {
    margin-top:20px;
}

.form-mail {
    text-align: center;
    
}

.form-mail * {
    /* tutti i child*/
    margin-top: 10px;
    
}

.form-control {
    border: 1px solid #2d3339;
}

.form-mail p{
    vertical-align:middle; 
    margin-bottom: 0px;
}

.form-mail .btn, .btn {
    color:#2d3339;
    background-color:#f49505;
    border-color: #f49505;
}

.form-mail .btn:hover, .btn:hover {
    color:white;
    background-color:#4c2c48;
    border-color: #4c2c48;
}

#due-uno img {
    height:350px;
    width:100%;
    object-fit:cover;
}

.due-ico {
    height:150px;
    width:100%;
    object-fit:fill;    
}

#due-schedaobiettivi {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tre-ico {
    height:75px;
    width:100%;
    object-fit:fill;    
}

.tre-img{
    /*height:350px;*/
    /*width:100%;*/
    object-fit:cover;
}

@media only screen and (max-width: 768px) {
    .due-ico {
        height:125px;
        width:100%;
        object-fit:fill;    
    }

}

.divisore {
    height:1px;
    background-color: #2d3339;
}

.quattro-logo-div {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quattro-logo-div div{
    padding-left:20px;
    padding-right:20px;
}

.quattro-logo-div a {
    justify-content: center;
    align-items: center;
    width:100%;
}

.quattro-logo {
    width:100%;
    margin: 20px auto 20px auto;
    
}

.quattro-cataloghi-testo {
    color: #4c2c48;
    text-decoration: underline;

}

.quattro-cataloghi-img {
    width:100%; 

}

#cinque-dati{
    line-height: 16px;
}


