/*
This code file was developed by Delenn Chin between 2014 and 2016 at Stanford University.  The copyright to this document is held by Stanford University.  This file is licensed under the creative Commons License CC BY-NC-ND 4.0. For more information and the complete text of the license please go to https://creativecommons.org/licenses/by-nc-nd/4.0/
Please contact Stanford University Press if you have any questions regarding the reproduction of material included in this document and/or for all requests that don't meet the Creative Commons License CC BY-NC-ND 4.0 requirements.
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
  background-color: #D4D4D2;
  margin:0;
}
a {
  color:#7f1418;
  text-decoration:none;
}
ul li a {
  color:black;
}
ul li a:hover {
  color:#7f1418;
  text-decoration: none;
}

h3 {
  color:#7f1418;
  font-weight: normal;
  margin-bottom: 20px;
}
ul {
  margin-top:0;
  margin-bottom:10px;
}
#wrapper {
  height:calc(100% - 25px);

}
#page-text {
  margin:0 auto;
  width: 900px;
  background-color:#f0f0f0;
  padding:30px;
}
#footer_wrapper {
  width:100%;
}
footer.navbar-default.navbar-fixed-bottom {
  background-color:#d4d4d2;
}
footer.navbar-default.navbar-fixed-bottom {
  margin:0;
}
#header_menu {
  display:inline-block;
  width:100%;
  height:40px;
  background-image:url("http://enchantingthedesert.com/images/misc/Banner_photo_BG_2-24-16.png");
  background-repeat:no-repeat;
  background-size:cover;
}
#header_menu nav {
  font-family: arial;
  font-size:0.9em;
}
#header_topics {
  height:4%;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: white;
}
#title {
  color:#7f1418;
  float: left;
  margin: 0;
  padding-left: 50px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size:36px;
  padding-left:10%;
}
#title a{
  font-family: 'Georgia', serif;
}
#title a:hover {
  color:#7f1418;
  text-decoration:none;
}
nav {
  float: right;
  text-align: right;
  padding-right: 10px;
  padding-top:7px;
}

nav ul {
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 10px;
}
footer {
  padding: 0px 10px;
  height: 22px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer img {
  max-height: 18px;
  margin-right:2px;
}
footer span {
  line-height:21px;
  font-size:.8em;
}
span.sup {
  float: right;
  font-family: Helvetica, Arial, serif;
  display: inline-block;
  margin: 0;
}
#sup-text {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height:21px;
}
span.sup ul {
  list-style: none;
  margin: 0;
  height:21px;
}

span.sup li {
  display: inline-block;
  height:21px;
  float:left;
}