@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Abel);

body {
  font-size: 16px;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Abel', helvetica, Calibri, Arial, sans-serif;
  
}


hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid rgb(48, 75, 152);
border-top: 1px solid rgb(217, 217, 217);
}

 h3 {
 
  color: #304b98;
}

h3, .h3 {
font-size: 23px;
}

h4, .h4 {
font-size: 20px;
}

.container {
  max-width: 960px;
}
.btn {
  border-radius: 3em;
}
.navbar {
  background: #000000;
  border: none;
  padding: 0.5em 0;
  margin-bottom: 0;
  font-family: 'Abel', helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
text-transform: uppercase;
text-shadow: none;
  
  
}
.navbar .navbar-brand {
  color: #ffffff;
   font-family: 'Abel', helvetica, Calibri, Arial, sans-serif;
  
  font-weight: bold;
 
}
.navbar ul.nav li a {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5em;
  list-style: outside none none;
}

header.navbar .nav>li.login>a {
border-left: 1px solid rgb(229, 229, 229);
}

/* ---------------------------------------------------------------------------------------------------------- 
NAVBAR PSEUDOCLASSI-----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



.navbar ul.nav li a:visited {
  /*color: #96d6f2; celeste chiaro */
    color: #ffffff;
     background-color:  #000000;
}

.navbar .navbar-brand:visited {
    color: #ffffff;
     background-color:  #000000;
}

.navbar ul.nav li a:hover {
  color: #0075b8; /* azzurro */
  background-color:  #000000;
}

.navbar .navbar-brand:hover {
  color: #0075b8;
   background-color:  #000000;
}

.navbar ul.nav li a:active {
  color: #304b98; /* blu scuro */
  background-color:  #000000;
}

.navbar .navbar-brand:active{
  color: #304b98;
   background-color:  #000000;
}

.dropdown-menu {
    font-size: 14px;
    list-style: outside none none;
  color: #ffffff; /* blu scuro */
  background-color:  #000000;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #000000;
    color: #ffffff;
}

.navbar ul.nav li button {
  margin: 0.7em 0 0 1em;
}




.feature-photo {
  width: 15%;
}
.feature-text h3 {
  margin: 0;
  font-size: 2em;
  font-weight: bold;
}
.feature-text p {
  line-height: 1.5em;
  /*margin: 1em 0;*/
}
.spacer {
  /*margin: 3em 0;*/
}
.jumbotron {
  background: #f0f0f0;
  background-image: url(../../img/twebmusic6.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #333;
  padding-top: 2em;
  height: 550px;
  text-align: left;
  margin: 0;
}
.jumbotron h1 {
  background: #fff;
  display: inline-block;
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 0.5em;
  text-transform: uppercase;
}
.jumbotron h2 {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.75em 1.1em;
  line-height: 1.4em;
  max-width: 66%;
}
footer {
  background: #111;
  color: #fff;
  padding: 1.2em 0 0.6em;
  margin-top: 3em;
}

/* ---------------------------------------------------------------------------------------------------------- 
ALLINEAMENTO CENTRATO-----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.center {
  text-align: center;
  margin-top: 5%;
    margin-bottom: 2%;
}


.center h2 {
 
    margin-bottom: 5%;
}

.center h3 {
 
    padding-bottom: 5%;
}


/* ---------------------------------------------------------------------------------------------------------- 
ICONE -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.icon-lg {
  font-size: 40px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(48, 75, 152, 1.0);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 34px;
  height: 64px;
  width: 64px;
  line-height: 64px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(48, 75, 152, 1.0);
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

/* ---------------------------------------------------------------------------------------------------------- 
RESPONSIVE -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1200px) {
  .jumbotron {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron {
    height: 300px;
    padding-top: 1em;
  }
  .feature-photo {
    margin: 0.1em 0;
  }
  .jumbotron h2 {
    max-width: 100%;
  }
  .navbar ul.nav li {
    text-align: center;
  }
  .navbar ul.nav li button {
    margin: 1em 0;
  }
  .media-benefit {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .jumbotron {
    font-size: 12px;
    height: 150px;
    padding-top: 0.1em;
  }
  footer .pull-right {
    display: none;
  }
  
  
  .feature-photo {
  width: 30%;
}

.icon-lg {
  font-size: 30px;
  height: 70px;
  width: 70px;
  line-height: 108px;
  color: #fff;
  margin: 25px;
  background-color: rgba(48, 75, 152, 1.0);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
h4, .h4 {
font-size: 18px;
}

h1, .h1 {
font-size: 30px;
}

h3, .h3 {
font-size: 20px;
}

h2, .h2 {
font-size: 22px;
}



}
