button {
    border: none;
    background-color: teal;
    height: 50px;
    color: white;
    width: 200px
}

.tiles
{
 background: white;  
  font-family:'Graphik Medium', Arial, Helvetica, sans-serif;
}

.textbox
{
    width:90%;
    color:white;    
}

hr {
    height: 1px;
    background-color: #666;
    border: none;
}
html, body {
margin:0;
padding:0;
background-color:#1e2321;
}

h1
{
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.tagline
{
   text-align:center; 
}

.header
{
    color:white;    
    font-family:"NeutraTextAltBold", "proxima-nova", "Futura", "Helvetica Neue", sans-serif;
    height: 500px;
}

.footer
{
     height: 120px;
     background:#1e2321;
     font-family:'Graphik Medium', Arial, Helvetica, sans-serif;
}
a
{
    padding:0.5em;
    color:white;
}

.title
{
padding-top:150px;
 text-align:center;
}

.subTitle
{
    text-align:center;
 
}

.textCell
{
    text-align:center;
    color:#63666A;
    font-size:18;
    padding:10;
}

.contentTable
{
    width:100%;
}

.mainButton
{
    display:inline-block;
    padding:16px 40px;
    border-radius:32px;
    font-family:'Graphik Medium', Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:500;
    letter-spacing:1.4px;
    text-transform:uppercase;
    border-bottom:0;
    background:#228800;
    color:#FFFFFF;
}

.FourStackableSection
{
    font-family:'Graphik Medium', Arial, Helvetica, sans-serif;
    text-align:center;
    color:#63666A;
    float: left;
    width: 49%;
}

@media screen and (max-width: 900px) {
  .FourStackableSection {
    width: 100%;
  }
}

.container
{
    background:white;
    padding-bottom:20px;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.footerSection
{
    text-align:center;
    color:#63666A;
    float: left;
    width: 24%;
}
@media screen and (max-width: 600px) {
  .footerSection {
    width: 100%;
  }
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}

#copyright
{
    padding-top:110px;
    color:#a7a7a7;
}

#headerButton
{
 text-align: right;
}
        
        