 /* Theme: MAW 2015
  * Version: 1.0  
  * Template: Bootstrap v3.3.5 (http://getbootstrap.com); copyright 2011-2015 Twitter, Inc.; Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 
  * Author: Melissa A. Weigand
 */
 
/* color ref:  CHANGE THIS.
* 395952 = dark grey teal; (body text color) [used] 
* 395952 = dark turquoise; (navbar and footer color) 
* 00B88F = lighter/bright shade of the dark turquoise; (body links) [used]
* FFCEBD = light grey peach pink;  [used - menu nav hover footer background]
* D19986 = body link hover (darker greyer shade of the pink) [used]
*/
 

/* for sticky footer */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 70px; /* used for footer height */
  font-family: Georgia, serif; /* font family fix */
  color: #395952;
}  

.page-header h2 small {
  color: #00B88F;!important
  font-size: 60%;!important
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px; /* fixed height of the footer - should be same value as margin-bottom in body */
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* basic color changes */
body a {
  color: #00B88F;  
}

body a:hover {
  color: #D19986;
}

p.lead {
 color: #00B88F;!important
 }

/* navbar update */
 /* navbar styling;; changed navbar-default to navbar-maw */
.navbar-maw .navbar-brand {
	color: #000;
}

.navbar-maw {
  background-color: #fff;
  border-color: #395952;
  padding-bottom: 5px;
  padding-top: 5px;
}

.navbar-maw .navbar-brand:hover,
.navbar-maw .navbar-brand:focus {
  color: #395952;
  background-color: transparent;
}

.navbar-maw .navbar-text, 
.navbar-maw a {
  color: #000;
}
.navbar-maw .navbar-nav > li > a {
  color: #000;
}
.navbar-maw .navbar-nav > li > a:hover,
.navbar-maw .navbar-nav > li > a:focus {
  color: #395952;
  background-color: transparent;
}
.navbar-maw .navbar-nav > .active > a,
.navbar-maw .navbar-nav > .active > a:hover,
.navbar-maw .navbar-nav > .active > a:focus {
  color: #395952;
  background-color: #fff;
}
.navbar-maw .navbar-nav > .disabled > a,
.navbar-maw .navbar-nav > .disabled > a:hover,
.navbar-maw .navbar-nav > .disabled > a:focus {
  color: #395952;
  background-color: transparent;
}
.navbar-maw .navbar-toggle {
  border-color: #395952;
}

.navbar-maw .navbar-toggle:hover,
.navbar-maw .navbar-toggle:focus {
  background-color: #FFCEBD; 
}

.navbar-maw .navbar-toggle .icon-bar {
  background-color: #395952; 
}

.navbar-maw .navbar-toggle:hover .icon-bar,
.navbar-maw .navbar-toggle:focus .icon-bar {
  background-color: #395952;
}

.navbar-maw .navbar-collapse,
.navbar-maw .navbar-form {
  border-color: #395952;
}
.navbar-maw .navbar-nav > .open > a,
.navbar-maw .navbar-nav > .open > a:hover,
.navbar-maw .navbar-nav > .open > a:focus {
  color: #395952;
  background-color: #FFCEBD;
} 
 
/* pill fix */
.navbar-maw .nav-pills > li > a:hover,
.navbar-maw .nav-pills > li > a:focus,
.navbar-maw .nav-pills > li > a:active,
.navbar-maw .nav-pills>li.active>a, 
.navbar-maw .nav-pills>li.active>a:hover, 
.navbar-maw .nav-pills>li.active>a:focus{
  color: #D19986;
  background-color: #fff;
  font-weight: bold;
}

.contact {
  font-weight: bold;
}


.img-index {
  padding: 0 0 25px 25px; /* top right bottom left */
}

/* larger margin for horizontal description list [conference page] */
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 140px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .dl-horizontal dd {
    margin-left: 180px;
  }
  
  .contact {
  	text-align: right;
  }  
  
  body {
    text-align: justify;
    }