﻿/******************************************************
General tag styling
******************************************************/

html {
  background-color: #ccc;
}

a, a:link, a:visited, a:hover, a:active {
  color: #053a80;
}

h1, .senate, .house {
  color: #fff;
}


/******************************************************
7.31.2020 (JDN): commented out the img element below to properly display LOFT logo on homepage
******************************************************/

/*img {
  background-color: #fff;
    width: 497px;
    height: 368px;
}*/


#container {
  background-color: #aeb8bf;
}

#content {
  background-color: #ebebeb;
}

/*#open {
  background: transparent url(../images/bg_seal.gif) no-repeat fixed center 160px;
}*/

.imgCap {
  background-color: #ddd;
}

.arch {
  color: #777;
}

/******************************************************
Form styling
******************************************************/

.search {
  color: transparent;
}

#siteSearch, #billSearch, #addr, #city, #zip {
  color: #333333;
}

/******************************************************
Main (top) nav styling
******************************************************/

#mainNav, #mainNav li ul {
  background-color: #d6cfa7;
}

/******************************************************
Home page styling
******************************************************/

#billboard {
  background-color: #09336b;
}

.home #content {
  background-color: #d7dde4;
}

.home #content h2 {
  color: #053a80;
}

.home #content p {
  color: #4d5865;
}

#bottompane h2 {
  color: #053a80;
  font-size: 1.6em !important;
}

#bottompane p {
  color: #4d5865;
  font-size: 1.2em !important;
}

#toppane h2 {
 color: #ffffff;
 font-size: 1.6em !important;
}

#toppane p {
  color: #ffffff;
  font-size: 1.2em !important;
}

#billboard #sidebar {
  color: #fff;
}

#billboard #sidebar a, #billboard #sidebar a:link, #billboard #sidebar a:visited,
#billboard #sidebar a:hover, #billboard #sidebar a:active {
  color: #fff;
}

/******************************************************
Footer styling
******************************************************/

#secondaryFooter a, #secondaryFooter a:link {
  color: #002a6d;
}

#secondaryFooter {
  background-color: #ccc;
}

#mainFooter a, #mainFooter a:link {
  color: #e3e8ef;
}

#mainFooter {
  background-color: #0c192a;
}

/******************************************************
Right sidebar styling
******************************************************/

#thisSection {
  background-color: #E0E0E0;
}

/******************************************************
Misc. styling
******************************************************/

body.members-index table img {
  background-color: transparent;
}

.break {
  color: #F7FFFF;
}

#inlineNav li {
  color: #333;
}

.committeeNoteHouse {
  color: #520F11
}

.committeeNoteSenate {
  color: #344D39
}

.committeeNoteJoint {
  color: #10315A
}

.members.house #content {
  background-color: #D7DDE4;
}

.members div.col0 {
  color: white !important; 
}

.members div.col0 a {
  color: #B3D9FD !important;
}

.members div#thisSection {
  background-color: transparent; 
  color:#eee !important; 
}

.members div#thisSection a {
  color:#eee !important;
}


/******************************************************
7.21.2021 (JDN): added the following style for the ARPA (American Rescue Plan Act) button on LSB homepage.
******************************************************/

button.button {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

button.button:hover {
    background-color: rgba(255, 0, 0, 1);
}

button.button:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
