html {
    background-color: #FFFFFF;

}

body {margin: 0;

}

header {  
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
    background-image: url(images/rubyvalley_6.png);
    width: auto;
    height: 500px;
    padding: 20px;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
   
}



/*header*/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-weight:bold;
    
  }

.page-title {
   text-align: center;
   top: 0;
   width: 100%;
    font-size: 20px;
     /* 16 * 0.0625 = 3px */
    letter-spacing: 0.0625em;
    padding: 1px 1px;
    margin: 1px 1px;
    
    }

    
/*nav*/

a {
    text-decoration: none;
    color: BLACK; 
    padding: 5px;
 }

 .home {text-decoration: none;
    color: BLACK; 


 }
.navigation {
    text-align: center;
    padding: 2px;
}

.navigation li, .navigation a {
    display: inline-block;
    width: auto;
    background-image: url(images/bohovi900x625lighten2.png);
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)

}

.navigation-side li {
    display: inline-block;
    padding: 10px;
    column-gap: 5px;
    width: 100px;
    background-color:#DEB887;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
      
}


/*body*/

.welcome{
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 

}

.location{
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 

}

.ul.alist{
        list-style-position: outside;
}

.ul.blist{
    list-style-position: inside;
}

/*main*/
.table 
{
    display: table;
    width:100%;
}

.row 
{
    display: table-row;
    width:100%;
    
}

.cellSideColumn
{
    display: table-cell;
    padding: 10pt;
    width: 15%;
    height:auto;
    color:;
}

.cell
{
    display: table-cell;
    padding: 10pt;
}

.cellHeader
{
    display: table-cell;
    width: 100%;
}

.cellFooter
{
    display: table-cell;
    width: 100%;
    text-align:center;
    font-weight:bold;
    padding: 10pt;
   
}

.nav_meetings_agendas li, .nav_meetings_agendas a{
    text-decoration: none;
    color:  black; 

}


.map {
    height: 132px;  /* The height is 400 pixels */
    width: 200px;  /* The width is the width of the web page */
    background-color: grey;
   }

.page-subtitle {
    font-size: 15px;
    
}

.column-text {
    text-decoration: none;
    color: black;
    
}

.ulno-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
