﻿
/* Add styles to the board titles */


h1.board__title {
  
text-align: center; 
vertical-align: middle; 
background-color: #dcdc70; 
height: auto; 
width: auto; 
color: #353535;
text-transform: uppercase;  
line-height: normal; 
clear: both;
  
}



.btn--yellow,.btn--yellow:link,.btn--yellow:visited {
  
background-color:#ffff00;
color:#605270;
  border-color:#FFF
}

.btn--yellow:hover,.btn--yellow:link:hover,.btn--yellow:visited:hover {
  background-color:#f2f2f2;border-color:#f2f2f2
}



p.identifier {
    display: inline-block;
    font-family: Arial,Helvetica,Verdana,Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans","Verdana Ref",sans-serif;
    /* font-weight: bold; */
    font-size: 14px;
    font-size: .875rem;
    padding: .5em 2em;
    margin-bottom: 1.5em;
    color: #FFF;
    text-decoration: none;
    background-color: #3386a8;
    background-color: rgba(0,104,146,0.8);
    /* letter-spacing: .25em; */
    /* text-transform: uppercase; */
    transition: background-color .25s linear;
} 
