/* ==== Audio Tech Page ==== */ 

#athead{
    padding: 15px 0 0 15px;
    color:#fff;
    font-size: 2em;
}


@media only screen and (max-width: 600px) {
    .embed-responsive {
  margin-bottom: 15px;
}
}
/* ==== MIC Alumni Page ==== */ 
.card-footer{
        margin: 1px -1px 0px 0px ;
        padding:0;
    }

.card-body {
    margin-bottom: 3.0825em;
}

#vidicon {
    color:white;
}
#vidicon:hover {
    color:#d9d9d9;
    text-decoration:underline;
}

a#borderbtn:hover {
  color: #ffffff;
}

#athead{
    padding: 15px 0 0 15px;
    color:#fff;
    font-size: 2em;
}
@media only screen and (max-width: 600px) {
    .embed-responsive {
  margin-bottom: 15px;
}
}
/* ==== MIC Scholarship Page ==== */ 

/* ADA Button */ 
.ada-btn{
   display: flex;
   justify-content: center;
}
.ada-button { 
    background-color:#003366; 
    border: none; 
    color: white; 
    border-radius: 6px; 
    text-align: center;
    text-decoration: none !important;
    display: inline-block; 
    font-size: 16px; margin: 4px 2px;
    font-weight: bold !important;
    transition-duration: 0.4s; 
    cursor: pointer; 
    width:auto;
    padding-left: 20px;
    padding-right: 20px;
/* ADA Recommended height for buttons = 44X44px */ }

.ada-button a{ 
    color: white;  word-wrap: break-word; }
    
.ada-button:hover { 
    background-color:#ff6600; color: #000000; font-weight: bold;
    text-decoration: underline !important; }
    
.ada-button-link:hover{ 
    color: white; font-weight: bold; text-decoration: underline; } 
    
.ada-button:focus { 
    outline: none; box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
    text-decoration: underline;
    
}
