
body {
  font-family: 'Roboto', sans-serif;
}


.hero-section {
  background: url('../img/header.jpg') center center / cover no-repeat;
  height: 250px;
  position: relative;
}

h1.display-5   {
     font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    text-transform: none;
}

.bg-primary {
    background-color: #3b8ced !important;
}



h6.footer-title  {
    color: #3b8ced !important;
	padding-bottom: 25px;
}



ul.nobullet {
     list-style: none;
	padding-left: 0px;
}

div.copyrights  {
	border-top: 1px solid rgba(51, 51, 51, 0.12);
}

p.copyrights  {
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8B;
    text-transform: none;
	padding-top: 40px

}

i.fas.fa-envelope {
margin-left: 40px;
}


a.no-underline {
  color: #454545;
  text-decoration: none;
  transition: color 0.3s ease;
}

a.no-underline:hover,
a.no-underline:focus {
  color: #1e73be;
  text-decoration: none;
}

li.padding-bottom {
  padding-bottom: 10px;
}



@media (min-width: 992px) {

/* Stato normale */
.navbar-nav .nav-link {
 text-transform: uppercase;
  font-weight: 800;
  color: #585858;
  padding: 6px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-right:  30px
}

/* Hover: mostra solo il bordo blu stondato */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  border: 2px solid #1e73be;
  color: #1e73be;
  background-color: transparent;

}
	
	
.navbar-expand-lg {
padding: 25px 0px;
}
	
	
}


@media (max-width: 768px) {
div.topheader-right {
    display: none !important;
  }
.justify-content-between {
    justify-content: center !important;
}
i.fas.fa-envelope {
margin-left: 5px !important;
}
	
}






