
  .rd-navbar {
    /*display: none;*/
    background: #050505;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
@media (min-width: 1200px) {
	.rd-navbar {
		background: #3e3c3ca8;
	}
}

.rd-navbar--is-stuck.rd-navbar {
	background: #050505;
	padding-top: 20px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #006eff;
}


.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
	color: #ffffff;
 /*text-decoration: underline;*/
}

a:hover {
  text-decoration: underline !important;
  color:006eff !important;
}

.testo-slide{
  color: #ffffff !important;
   background-color:#7d7f8252; 
  font-weight:600;
}

body {
  color: #616161;
  background-color: #ffffff;
  }

.jumbotron .button-default {
	border-color: #000000; 
}

.jumbotron .button-default:hover {
	border: 2px solid #000000;
}

.jumbotron .button-primary:hover {
	border: 2px solid #000000;
}

.button-default:hover, .button-default:active {
	color: #ffffff;
	background-color: #99b4ff;
	border-color: #fff;
}


