@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;

}
h2 {
    font-size: 1.5rem;
}
/*============= NAVIGATION =============*/
.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .1rem;
  background-color: black;
  opacity: .8;
 /* transition: background-color .5s ease 0s;*/
}
.navbar-brand img {
  height: 2.5rem;
}
ul.code {
font-family: 'Source Code Pro', monospace;
  font-size: .9rem;
   color: #222222;
    font-weight: 500;
}
p.code {
font-family: 'Source Code Pro', monospace;
  font-size: .9rem;
   color: #222222;
    font-weight: 500;
    margin-left: 50px;
}
.svg-inline--fa.fa-w-14 {
  color: white !important;
  font-size: 1.6rem;
}
.fas .fabars {
color:white
}
.navbar a {
  color:#EEEEEE !important;
}
.navbar a:hover {
  color:#007aa3!important;
}
.navbar-nav li {
  padding-right: .5rem;
}
.navbar-nav .nav-link {
  color: #EEEEEE;
  padding-top: .8rem;
  text-align: left;
  z-index: 1000;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #007aa3;
}
.nav-link a:hover {
  color: #01DF0C!important;
  }
.navbar.solid {
  background: rgba(0, 0, 0, 0.7)!important;
  transition: background-color 1s ease 0s;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9)!important;
  width: 20rem;
  overflow-y: auto;
}
.dropdown-menu ul {
  list-style-type: none;
  margin-top:1rem;
}
.dropdown-menu.ohm {
  width: .5rem !important;
}
.dropdown-menu.ohm ul {
    width: .5rem !important;
  list-style-type:none!important;
  margin-top:1rem;
}
/*============= FIRST SECTION =============*/
.first-section {
	padding-top: 6rem;
}
.narrow {
  width: 85%;
  margin: 0 auto;
}
.orangeLogo img {
  width:50%;
  max-width: 100px;
margin-right: 10px;
margin-top: 7px;
}
.feature {
  text-align: center;

}
.feature .fa-layers {
  color: #007aa3;
  margin: 0 auto;
  width: 3.9rem;
  height: 6rem;
}
.feature img {
  color: #007aa3;
  margin: 0 auto;
  width: 100%;
  height: 100%;
   /* border-radius: 50%;*/
}
.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}
.feature p {
  font-size: 1.1rem;
}
.feature a:link {
    color: #007aa3;
}
.feature a:visited {
  color: #007aa3;
}
.feature a:hover {
  color: chartreuser;
    text-decoration:underline!important;
}
.feature a:focus {
  color: chartreuser;
    text-decoration:underline!important;
}
.feature a:active {
  color: blue;
}
.feature a {
  text-decoration:underline;
}
.article a:link {
    color: #007aa3;
    text-decoration: none!important;
    background-color: white;
}

.article a:visited {
  color: #007aa3;
}
.article a:hover {
  color: #007aa3;
    text-decoration: underline!important; 
}
.IU_footer_links a {
  color: chartreuser;
    text-decoration: none!important;
    background-color: white;
}
.IU_footer_links a:hover {
  color: chartreuser;
    text-decoration: underline!important; 
}
.IU_footer_links a:focus {
  color: chartreuser;
    text-decoration: underline!important; 
}
.article a:active {
  color: #007aa3;
}
.article a:focus
{
    text-decoration: underline!important; 
}
.IU_footer_links a:focus
{
    text-decoration: underline!important; 
}
.card-section {
  width: 80%;
  padding-top: 5px;
  text-align: center!important;
    margin: 0 auto;
}
.card {
  max-width: 300px;
  padding-top: 0px;
  margin-top: 10px;
}
.card-wide {
  max-width: 506px;
  padding-top: 0px;
  margin-top: 10px;
}
.card-title {
  font-size:1.5rem;
}
.card .feature {
width: 300px;
}
.card-image-top img {
 /* max-width:300px;*/
 max-width:150px;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
}

.card-text {
  font-size:.8vw!important;
    word-wrap: break-word;
    overflow: hidden;
}
.card-text-sm {
  font-size:.7vw!important;  
}

.card-wide {
  max-width: 400px;
  padding-top: 0px;
  margin-top: 10px;
}

.card-wide-image-top img {
 /* max-width:300px;*/
 max-width:400px;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
}
/*PAGINTATION*/
.pagination {
margin-top: 3rem;
}
.pagination a {
 color: #505962;
 }
.pagination a:hover {
 color: #007aa3;
}
.pagination a:active {
 background-color:#007aa3; 
 color: black;
}
.page-item.active .page-link {
  z-index: 1;
  /*color: #007aa3;*/
  background-color: black;
}
/*============= FOOTER-CONTACT SECTION =============*/

footer {
  /*background: url('img/footer/footer.png') no-repeat;*/
  /*background-color: #40474e;*/
 margin-top: 2rem;
  background-size: cover;
  color: white;
}
footer .footer-wide {
  background-color: black;
  opacity: .8;
}
footer .row {
  background-color: black;
  opacity: .8;
 /* background-color: rgba(57, 63, 70, 0.85);*/
  padding: 1rem 2rem 1rem;
}
footer img {
  height: 3rem;
    margin: 1.8rem 0;
 }
footer .cecm a {
  color: white;
  text-decoration: none;
}
footer .cecm a:hover {
  color: #007aa3;
  text-decoration: underline;
}
footer .cecm a:focus {
  color: #007aa3;
  text-decoration: underline;
}
footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #007aa3!important;
}
footer h3 {
  text-transform: uppercase;
  margin-top: 1.5rem;
    margin-bottom: 0rem;
}
footer h4 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
footer .btn.btn-outline-light.btn-sm {
    margin-top: 1rem!important;
}
/*--- Contact Form --*/
.form-group {
  margin-bottom: 1.3rem;
}
.form-group2 {
  margin-bottom: .5rem;   
}
.form-control2 {
  background-color: #FFFFFF;
  border-radius: 0;
  border: .15rem solid #666b71;
  color: black!important;
  font-size: 1.1rem;
}
.form-control2:focus {
  background: #FFFFF0;
  border: none;
    border-bottom: 2px;
    border-bottom-color: black;
}

.form-control {
  background-color: #53595f;
  border-radius: 0;
  border: .15rem solid #666b71;
  color: white!important;
  font-size: 1.1rem;
}
.form-control:focus {
  background: #53595f;
  border: .15rem solid #666b71;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b2b5b8!important;
}
input.btn {
  cursor: pointer;
}

hr.socket {
  border-top: .2rem solid #666b71;
    margin-bottom: 10px;
  width: 100%;
}

offset::before {
  height: 5rem;
  margin-top: -5rem;
 content: "";
display: block;
}
.offset::before {
  height: 5rem;
  margin-top: -5rem;
 content: "";
display: block;
}
pre {
    max-width: 50%;
}
pre, code {
    white-space: pre-wrap;
}
/*============= MEDIA QUERIES =============*/

/* Devices under 1377px (lg) */
@media (max-width: 1377px) {
  .card {
  max-width: 300px;
  padding-top: 0px;
}
    .card-section {
  width: 95%!important;
    }
    
.card-title {
  font-size:1rem;
}
.card-text {
  font-size:0.8rem!important;
    word-wrap: break-word;
    overflow: hidden;
}
.card-image-top img {
 /* max-width:300px;*/
 max-width:250px;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
}
     .card-text-sm {
  font-size:0.7rem!important;
    word-wrap: break-word;
    overflow: hidden;
}
    pre {
        max-width: 100%;
        overflow-x: auto;
    }
    .hljs {
        display: flex;
        overflow-x:auto;
    }
}
/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .caption h1 {
    font-size: 3.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
  }
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
  .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2.1rem;
  }
   .mic_table td {
        font-size: .7rem;
      overflow: auto;
       min-width: 300px;
    }
    .mic_table video {
       min-width: 300px;
    }
}
/*MIDI TABLES*/
.MIDI_table {
    border-collapse: collapse;
}
.MIDI_table tr {
    font-size: .9rem;
}
.MIDI_table tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.MIDI_table tr:hover {
    background-color: #ddd;
}
.MIDI_table td, .MIDI_table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.MIDI_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #000000;
    color: white;
}
.fake_header th {
  color: #505962; 
    font-size: .9 rem;
    font-weight: normal;
        padding-top: 6px;
    padding-bottom: 6px;
     background-color: #f0f0f0; 
    text-align: left;
}
.fake_header th:hover, .fake_header tr:hover {
     background-color: #ddd;
}
.fake_row td {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #000000;
    color: white;
}  
.MIDI_table-left td, .MIDI_table-left th {
    text-align: left;
}
.MIDI_table-GM td {
    text-align: left;
}
.MIDI_table_GM th {
    text-align: center;
}
.mic_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #000000;
    color: white;
}
/*Tooltip*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #505962;
}
.tooltip-inner {
    max-width: 350px;  
}
.tt_wide.tooltip-inner {
    max-width: 600px;
}

/*MEDIA QUERIES*/
/* Devices under 768px (md) */

@media (max-width: 768px) {
    .dropdown-menu{
          height:220px;
          overflow-y:auto;
           margin-top:0rem;
}
}
@media (max-width: 768px) {
    .dropdown-menu ul {
      margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.7rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    padding: .6rem 1.1rem;
    font-size: 1rem;
  }
    .narrow {
        width: 95%;
    }  
  .narrow h1 {
    font-size: 1.8rem;
  }
    
}
.my_bottom {
    margin-bottom: 4px;
  border-bottom: 1px solid #505962;  
}
.hover a {
 border-bottom: 2px dashed #007aa3; 
    text-decoration: none !important;
}
.hover-link a {
 border-bottom: 2px dashed #007aa3; 
   text-decoration-line: underline!important;
}
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
 margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  background-color: rgba(0,0,0,0.9)!important;
  color: #FFFFFF!important;
  font-size:.8rem!important; 
}
.hljs-keyword {
	color: #dc85f7 !important;
}