

 .logo{ max-height: 150%; max-width:none; }

.nav-bar {
  height: 100px;
  max-height: 100px;
  line-height: 100px;
/*  border-bottom: 1px solid #ccc;*/
}

.tab-content ul li{

margin-bottom: 7px;
margin-left: 25px;
list-style-type: square;

}


.up{margin-top: -150px;}

.cover h1, .cover h2, .cover h3, .cover h4, .cover h6 {
    color: #000;
}

.cover h5{color: #F2511B;}

h1.uppercase {
    letter-spacing: 3px;
    margin-right: -3px;
}



@media all and (max-width: 767px) {

.up{margin-top: 50px;}

.logo{ max-height: 100%; max-width:none; }

}


.feature ol, .feature ul {
  padding-left: 20px;
  padding-right: 10px;
  /*border:1px solid red;*/
  margin-bottom: 0;
  padding-bottom: 20px;


}




.feature ul{

list-style-type: disc;
padding-left: 20px;
padding-right: 10px;
/*border:1px solid red;*/
margin-bottom: 0;

}

.feature ul li, .feature ol li{

padding-bottom: 10px;

}


.feature h6{margin-bottom:0;}

.feature h5{color: #E95D0F;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.bg-light a {
    color: #E95D0F;
}

.bg-light a:hover {
    color: #000;
}


a {

    color: #E95D0F;

  }

  a:hover {
    color: #000;
    text-decoration: none;
}
