/* stylelint-disable selector-list-comma-newline-after */
body {
  font-family: 'Merriweather', serif;
}

.form-group {
    margin-bottom: 0.5rem;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: 'Merriweather', serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
    font-size: 16px;
    padding: 10px 0 10px;
    border-bottom: 1px solid #fff;
}

p {
  font-size: 20px;
  line-height:27px;
}

a {
    color: #004672;
    text-decoration: none;
    background-color: transparent;
}

.card-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: underline
}

.card-body {
    font-size: 18px;
    line-height: 27px;
}

.jumbotron {
    margin-bottom: 0rem;
}

.p-md-5 {
    padding: 2rem!important;
}

.testo-sopra {
    width: 50%;
    position: absolute;
    top: 22%;
    right: 2%;
}
.btn {
    background: #20a5b5;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    margin-top: 20px;
}

.btn:hover {
    color: #fff;
}

.display-4 {
    font-size: 2.5rem;
}

.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

@media (min-width: 768px) {
.display-4 {
    font-size: 3rem;
}

}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

.jumbotron {
    background-color: none;
}

/*
 * Footer
 */
.blog-footer {
  padding: 1.5rem 0;
  color: #fff;
  text-align: center;
  background-color: #83ada4;
}
.blog-footer p {
  margin-bottom: 0;
  font-size: 14px;
}

.p0 {
    padding: 0;
}

.top40 {
    margin-top: 40px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bg-grey {
    background: #eeeeee;
}

.bg-green {
    background: #4d897c;
}

.bg-blu {
    background: #008dd2;
}

.bg-green1 {
    background: #009846;
}

.bg-pad {
    padding: 40px 0px 30px;
}

.btn-primary {
    color: #fff;
    background-color: #4d897c;
    border-color: #407e71;
    border-radius: 0px;
    width: 100%;
    margin-top: 6px;
    padding: 7px 0 7px 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4d897c;
    border-color: #407e71;
    border-radius: 0px;
    width: 100%;
    margin-top: 6px;
    padding: 7px 0 7px 0;
}

.text-blu span {
    color: #008dd2;
}

.text-blu {
    color: #004672;
}

.text-white {
    color: #fff;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

@media (max-width: 767px) {

h1 {
  font-size: 30px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}  

h4 {
  font-size: 16px;
  padding: 10px 0 10px;
  border-bottom: 1px solid #fff;
}
    
.card-link {
    font-size: 18px;
}
    
.card-body {
    font-size: 16px;
    line-height: 23px;
}
    
.text-center-mobile {
    text-align: center;
}
    
.bg-pad {
    padding: 40px 25px 30px;
}
    
p {
  font-size: 18px;
  line-height: 25px;
}
    
.testo-sopra {
    width: 80%;
    position: absolute;
    top: 8%;
    left: 10%;
}
    
.btn {
    padding: 10px 40px;
    font-size: 16px;
}
    
.col-md-12 {
    padding: 0;
}
    
.top0-mobile {
    margin-top: 0;
}
  
.plr15-mobile {
    padding-left: 15px;
    padding-right: 15px;
}
    
.p-md-5 {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
    
.blog-footer {
    padding: 2.5rem 1rem;
}    
    
.pt2-mobile {
    padding-top: 2rem!important;
}
    
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    
h2 {
    font-size: 30px;
}
    
}


footer a{
    color: #fff!important;
}