*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  height: 100%; /* makes sure our HTML takes up 100% of the browser window */
  font-size: 100%;
}

body {
  font-family: 'Open Sans', sans-serif; /* sets our font to the "Open Sans" typeface */
  color: #000;             /* sets the text color to white */
  min-height: 100%;         /* says the height of the body must be, at minimum, 100% of the window */
}

body.secondary {
  background-color: #DCDCDC;
}

body.third {
  background-color: #D2B48C;
}

.clear-div {clear:both;}

.navbar-brand {
    font-size: 1rem;
}
.nav-container {
  margin-right: 30px;

}
.divider{
  width:100%;
  background-color: darkgray;
  padding: 5px;
  font-size: 1.8rem;
  color:black;
  margin-top:50px;
}
.divider h3{
  font-size: 1.8rem;
  padding-left:50px;
  padding-bottom: 10px;
  color:Black;
}

.footer {
  background-color: black;
  width:100%;
  height: auto;
  color:darkgray;
  padding-bottom:10px;


}

.footer .container{
  width:100%;
  padding:0px, 15px, 5px, 0px;
  font-size: 1rem;
}

.footer h3 {
  font-size: 1.8rem;
  color:white;

}

.footer h4 {
  font-size: 1.2rem;
  padding-top:16px;
  color:white;
/*  text-transform: uppercase;*/
}

.footer .menu_items {
  padding-top:27px;
  color:darkgray;
}
.footer ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li a{
  text-decoration: none;
  color:darkgrey;
  font-size: .9rem;
  line-height: .5rem;
}
.footer .bottom-signature p {
  text-align: center;
  color:darkgray;
  font-size: .4rem;
  padding:10px 5px;
}

.footer-group{
  width:100%;
  bottom:0;
  position:relative;
}

.contact{
  padding-left: 52px;
}
.pageBody {
  margin-top: 70px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 50px;
}

.pageBody h1 {
  padding-top:50px;
  font-size: 3rem;
  font-weight: 600;
}

.pageBody p {
  padding-top:10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.pageBody h2 {
  padding-top:30px;
  font-size: 2rem;
  font-weight: 600;
}

.pageBody h3 {
  padding-top:30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.pageBody h4 {
  padding-top:30px;
  font-size: 1.2rem;
  font-weight: 600;
}
.pageBody .tips {
  padding-top:10px;
  padding-right:10px;
  font-size: 1rem;
  list-style: none;
  font-style: italic;
}
.pageBody .tips li {
  padding-bottom:20px;
}

.figure {
  float:right;
  padding-top:20px;
  padding-bottom:20px;
  margin-left:30px;
}
.figure-caption{
  background-color:#F5F5F5;
  padding:5px 5px 5px 2px;
}
.pageBody .docTitle{
  font-size: 2rem;
  font-weight: 600;
  padding-top:20px;
  padding-bottom:0px;
  padding-left:20px;
}
.pageBody .docIntro{
  padding-bottom: 10px;
  padding-left:20px;
}
.pageBody .docIntro a {
  color:#990000;
  text-decoration: none;
  font-weight: 500;
  font-size: .9rem;
}

.pageBody .docIntro a::before{
  padding-left:5px;
  content: ">> ";
}

.pageBody .no-bullets{
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5rem;
  padding-bottom:20px;
}
.pageBody .no-bullets li{
  padding-bottom:10px;
}

@media (max-width: 768px) {

  .figure, .fig-caption{
    float:none;
    display:block;
    margin:auto;
  }
}

@media (min-width: 1200px) {
.pageBody {
  padding-top:50px;
  margin: 20px auto;
  max-width: 1200px;
  }

}
