/****** PLACE YOUR CUSTOM STYLES HERE ******/
	.logo{ max-height: 80%; }

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.image-bg .social-list a {  color: #fff;  opacity: 1 }

.social-list {  font-size: 30px;}


nav.bg-dark .menu > li > a, nav.bg-dark .module.widget-handle i, nav.bg-dark .nav-utility {    color: #fff;    opacity: 1;}

.bg-red {
    background: #da291c;
}

.bg-dark .social-list a, .image-bg .social-list a {
    color: #fff;
    opacity: 1;
}

p.lead {    font-size: 24px;    font-weight: 400;    line-height: 28px;}

h3 {    font-size: 30px;     line-height: 40px; }

body {
    font-family:'Roboto Light','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;

}

a {
    color: #da291c;
    text-decoration: none;
}


.menu2 {
  width: 100%;
  height: 55px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu2.inline-block {
  width: auto;
}
.menu2 li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #da291c;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}

.menu2 li a:hover {
  opacity: 1 !important;
}
.menu2 > li {
  margin-right: 5px;
  float: left;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}

  h6,
  .h6 {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
  }