body {

color:#ccc;
background-color: #333;

}




.testfont {
    
    font-family: 'Montserrat', sans-serif;

}


.headx {
    
     padding: 0 0px;
     box-sizing: border-box; 
    
}


.widecontainer {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

a:link {
    color: #eef;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #eef;
}
a:hover {
    text-decoration: none;
    color: #eef;
}
a:active {
    text-decoration: none;
    color: #eef;
}

td, th {
    color: #A0522D;
}



.nav_pad{
  padding-top:40px;
}
.section{
  padding-top: 30px;
  padding-bottom:40px;

}

.mid-section{
  padding-top: 120px;
  padding-bottom:40px;

}

.key {
  font-weight:bold;


}
.stripe {
 background-color: #DADADA;
}


ul.disc{
  list-style: disc;
  margin-left: 15px
}


.navbar ul li{
    list-style: none;
    display: inline-block;
    padding-right:10px;
}


.statement_text {

    background-color: #6b8965;
    color:#ccc;
    padding: 8px;
    margin-top: 20px;
    border: 1px dashed black;
}
