/* NOTE: this is a supplemental style sheet. You should only include orange.css OR green.css OR blue.css on all individual html pages. One of these supplemental style sheets MUST be included in addition to main.css */

/***** General styling *****/
body {
  background-color: #EDFDF4;
}


/***** Nav (in /fragments/nav.html) *****/
nav#mainmenu {
  background-color: #EDFDF4;
}


/***** Header (found in ./index.html) *****/
.navHeader {
  color: #0F773C;
}

.headerGradient {
  background: rgba(15, 118, 59, 0.4);
  background: -webkit-linear-gradient(rgba(15, 118, 59, 0.4), rgba(237, 253, 244, 1));
  background: -o-linear-gradient(rgba(15, 118, 59, 0.4), rgba(237, 253, 244, 1));
  background: -moz-linear-gradient(rgba(15, 118, 59, 0.4), rgba(237, 253, 244, 1));
  background: linear-gradient(rgba(15, 118, 59, 0.4), rgba(237, 253, 244, 1));
}

.headerTitle {
  color: #2E3192;
}

.headerInfoTop {
  color: #2E3192;
}

.headerInfoBottom {
  color: #2E3192;
}


/***** Main Content: general styling *****/
.indPageTitle {
  color: #2E3192;
}


/***** Page-specific (multiple): call for papers, accommodations *****/
.listItems {
  background-color: #F3F3FB;
}
.pcMembers {
    background-color: #ede9d6;
    border:none;
}
