html, body {
  /*font-family: museo-slab,serif;*/
  /*font-weight: 800;*/
  /*font-style: normal;*/
  font-family: serif;
  /*    font-family: Arial;*/
  /*font-family: LatoHelvetica;*/
}

body {
  background: #eee;
  padding-top: 60px;
}

.content {
  background: white;
  padding-bottom: 25px;
}

a {
  color: gray;
  text-decoration: none;
  transition: color 0.75s;
}
a:hover {
  color: black;
  text-decoration: none;
}

.navbar {
  border-bottom: 1px solid #bababa;
  min-height: 60px;
}

.navbar-nav li a {
  font-size: 11px;
  padding-top: 20px;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .navbar-nav li a {
    font-size: 14px;
  }
}

.navbar-brand {
  padding-top: 5px;
  /*padding-top: 20px;*/
  height: 60px;
  /*font-family: Cinzel;*/
}
.navbar-brand .brand-title {
  font-size: 14px;
  margin-left: 10px;
  font-family: "EB Garamond", "serif";
}
@media screen and (min-width: 992px) {
  .navbar-brand .brand-title {
    font-size: 20px;
  }
}
.navbar-brand .brand-title strong {
  color: crimson;
}
.navbar-brand img {
  display: inline-block;
  width: 180px;
}

.navbar-toggle {
  margin-top: 13px;
}

.cognome {
  font-weight: bold;
  color: #b2143c;
}
.cognome .b {
  font-family: Times New Roman;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .cognome .b {
    font-size: 18px;
  }
}

/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/
#masthead {
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  /* Standard syntax; must be last */
  min-height: 150px;
}
#masthead h2 {
  /*font-size: 20px;*/
  line-height: 1;
  padding-top: 40px;
  /*        @media screen and (min-width: 768px) {
              font-size: 35px;
          }*/
}
#masthead h4 {
  line-height: 1;
  padding-top: 20px;
}
#masthead .well {
  margin-top: 8%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #masthead .well {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #masthead .well img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #masthead .well h4 {
    margin-top: 0;
    padding-top: 0;
  }
}
#masthead .lead {
  font-size: 16px;
  margin-top: 25px;
}

.container.main {
  padding-bottom: 50px;
}

.navbar-bright {
  background-color: #111155;
  color: #fff;
}

.affix-top, .affix {
  position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    /*margin-top:30px;*/
    width: 228px;
  }

  #sidebar.affix {
    position: fixed;
    top: 70px;
    width: 228px;
  }
}
#sidebar li.active > a {
  border: 0 #bababa solid;
  border-right-width: 3px;
}

#sidebar li.inner {
  font-size: 12px;
  padding-left: 15px;
}

blockquote {
  text-align: justify;
}

/* Spaziatori */
.top25 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .top25-xs {
    margin-top: 25px;
  }
}

.top50 {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .top100-sm {
    margin-top: 100px;
  }
}

.bottom25 {
  margin-bottom: 25px;
}

.bottom50 {
  margin-bottom: 50px;
}

/* Elementi vari */
/* pulsante ab */
.btn-ab {
  border-color: #b2143c;
  color: #b2143c;
}

/* Articoli */
.articoli article {
  padding-left: 25px;
}
.articoli article blockquote {
  font-size: 12px;
}

.docs h4 {
  margin-top: 0;
  margin-bottom: 25px;
}
.docs .links.indented p {
  margin-left: 10px;
  margin-bottom: 2px;
}
.docs .links a {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.docs i.fa.fa-file-pdf-o {
  color: #b2143c;
}

.index h4 {
  margin-top: 0;
}
.index li.inner {
  font-size: 12px;
  padding-left: 20px;
}
.index li.inner a {
  padding-bottom: 0;
  padding-top: 5px;
}

/* Contatti */
table.phones td:first-child {
  padding-right: 5px;
  text-align: center;
}

/* FOOTER */
body > footer {
  background: #eee;
  border-top: 1px solid #ddd;
  color: gray;
  font-size: 10px;
  min-height: 250px;
}
body > footer .phones td:first-child {
  padding-right: 5px;
  text-align: center;
}
body > footer .social {
  font-size: 20px;
}
body > footer .social .credits {
  font-size: 10px;
  margin-top: 15px;
}
body > footer .social .credits a:not(.privacy) {
  color: #bababa;
}
body > footer .col-sm-4 {
  margin-bottom: 25px;
}
body > footer #disclaimer {
  font-size: 9px;
  font-style: italic;
  margin-top: 50px;
}

/* NEW HOME */
.newhome .jumbotron {
  margin-top: 35px;
  padding: 15px;
  padding-top: 5px;
}
.newhome .jumbotron h1 {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .newhome .jumbotron h1 {
    font-size: 4rem;
  }
}
.newhome .jumbotron h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .newhome .jumbotron h3 {
    font-size: 2rem;
  }
}
.newhome .home-text {
  font-size: 14px;
}
.newhome .home-text-padded {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .newhome .home-text-padded {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newhome h3.boxes {
  font-size: 20px;
  margin-top: 0;
}

.btn-default.btn-secondary {
  background-color: #bababa;
}

.btn-default.btn-secondary:hover {
  background-color: #e6e6e6;
}

/* TERZO SETTORE */
.terzo-settore p {
  margin-bottom: 50px;
}
.terzo-settore a {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.terzo-settore .button {
  margin-bottom: 25px;
}

/*# sourceMappingURL=studiobugamelli.css.map */
