/* CSS generale
 */
body {
  font-family: 'Titillium Web',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: black;
  background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
/* CSS navbar
 */

.navbar{
  background:  rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #001E6C;
  font-size: 1.25em;
}

nav a:hover {
  border-bottom: 2px solid #001E6C;
  padding: 2px 0; 
}

/* CSS prima sezione: index
 */
#index {
  width: 100%;
  background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url("../img/ok/DSC_0003.JPG") top right/cover ;
  position: relative
}

#index h1 {
  font-family: Times, serif;    
  color: rgb(255, 255, 255);
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#index h3{
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

 }

 /* CSS section
 */
.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #001E6C;
  position: relative;
  z-index: 2
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

.color-orange{
  color: #FFAA4C;
}
.color-darkblue{
  color: #001E6C;
}
.color-blue{
  color: #035397;
}
/* CSS elenco
 */
.elenco .elenco-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #001E6C;
}
.elenco .elenco-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #035397;
  position: relative;
  text-align: justify;
}
.elenco .elenco-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFAA4C;
  margin-bottom: 10px
}
.elenco .elenco-item h5 {
  font-size: 16px;
  background: #eef0f2;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px
}
/* .elenco .elenco-item ul {
  padding-left: 20px
}
.elenco .elenco-item ul li {
  padding-bottom: 10px
} */
.elenco .elenco-item:last-child {
  padding-bottom: 0
}
.elenco .elenco-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #035397
}

/* CSS generale
 *//* CSS generale
 */



 .justificato{
   text-align: justify;
 }

.icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
  transition: .3s ease-in-out;
  text-align: center;
  border: 1px solid #fff
}
 .icon {
  margin: 0 auto 20px;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #fff4df
}
.attivita .icon i {
  font-size: 36px;
  line-height: 1;
  color: #ffb727
}
.title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px
}

a .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0
}

/* CSS contatti 
 */
.contact .php-email-form {
  /* box-shadow: 0 0 30px rgba(214,215,216,.6); */
  padding: 27px
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 13px
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px
}
.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #ffb727
}
.contact .php-email-form input {
  padding: 10px 15px
}
.contact .php-email-form textarea {
  padding: 12px 15px
}
.contact .php-email-form button[type=submit] {
  background: #ffb727;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: .4s;
  border-radius: 5px
}
.contact .php-email-form button[type=submit]:hover {
  background: #ffc85a
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.center {
  text-align: center
}