body {
    background-color: #343a40;
}

.navbar {
    opacity: .8;
    border-bottom: 5px solid #ffc107;
}

/* SEZIONE HERO */

#sezione-hero {
    background: url(../img/Programming.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    background-position:center;
}

/*
#sezione-hero .hero-overlay {
    background-color: #2c435d80;
    position: absolute;
    top:0;
    left: 0;
    min-height: 700px;
    width: 100%
}
*/

#sezione-hero .hero-interno {
    text-shadow: 0px 10px 20px black;
    min-height: 700px;
    padding-top: 300px;
}

#sezione-hero a {
    text-shadow: none;
    box-shadow:  0px 10px 10px rgba(0,0,0,.5);
    transition: .2s ease;
}

#sezione-hero a:hover {
    transform: scale(1.1);
}

#sezione-hero a {

}

.skill {
  width:70px;
}

/* FORM */

#iscrizione {
    background-color: rgba(255,255,255,0.9);
    border-radius: 15px;
}

#citazione {
  width: 50%;
}

/* Footer */

.footer {
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width:768px) {
    .footer {
        border:0;
    }
}

@media screen and (max-width:1000px) {
    #rc-imageselect, .g-recaptcha {
      transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}
