h2
{
 font-weight: 300;
 font-size: 30px;
}

.earth
{
 table-layout: fixed; 
 width: 100%;
 height: 100%;
}

.spacer_top_top
{
 height: 140px;
}

@media (max-height: 630px)
{
 .spacer_top_top
 {
  height: 90px;
 }
}

.logo a
{
 color: #000000;
}

.logo_section
{
 text-transform: uppercase;
}

.logo_claim
{
 padding-left: 50px;
}

@media (max-width: 550px)
{
 a.logo_claim
 {
  display: none;
 }
 .logo
 {
  width: 100%;
  text-align: center;
  padding-left: 0px;
 }
}

.knick_line
{
 top: 80px;
}

.footer a
{
 color: #000000;
}

.info
{
 max-width: 800px;
 margin: auto;
 padding-left: 40px;
 padding-right: 40px;
}

.info a
{
 border-bottom: 1px solid #808080;
}

.info a:hover
{
 text-decoration: none;
 border-bottom: 1px solid #000000;
}
