/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.back-grey{
    background-color: #EEEEEE;
}

.cph{
    margin-top: 3rem;
    margin-bottom: 2rem;
    align-content: center;
}
.black{
    color: #212121;
    text-decoration: none;
}

.back-black{
    background-color: #37474F;
}

.grey{
    color: #FFFFFF;
}

.contatti{
    color: #37474F;
    padding-bottom: 20px;
    padding-top: 20px;
}

.bio{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.bio-title{
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0.7rem;
}

.inp{
    margin-bottom: 0.5rem;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.card-image{
    padding: 10px;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: 0.3s;
    max-height: 18rem;
}

.card-image:hover {opacity: 0.7;}

.card-content{
    padding: 20px;
}

#img2{
    padding-top: 45px;
    padding-bottom: 45px;
}

#invia{
    margin-top: 15px;
}

#info{
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: bold;

}

.continua{
    font-size: 20px;
    text-decoration: none;
}

.foo-icon:hover{
    color: #37474F;
    transition: 0.3s;
    
}

.foo-icon{
    color: #212121;
}

.navbar .navbar-toggler-icon {
    color: black;
}

#name, #email, #text{
   margin-bottom: 0.2rem;
}


#footer-mobile{
    display:none;
}

.green{
    color: #00796B;
    text-decoration: none;
}

@media only screen and (max-width: 900px) {
    #footer-desk{
        display: none;
    }
    #footer-mobile{
        display: inline-block;
    }
}

.expo-item{
    color: black;
}

.expo-item:hover{
    color: darkgrey;
}



