
*
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

        -ms-box-sizing: border-box;
}
body
{
    color: #000;
    background-color: #fff;
}
.bluebasalt
{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;

    padding-top: 80px;
}

h1
{
    font-size: 60px;

    margin-bottom: 40px;

    text-align: center;
}

.logo
{
    width: 200px;
    margin: 0 auto 50px auto;
}

.logo img {
  display: block;
  width: 100%;
  display: block;
  margin-left: -10px;
}

h2
{
    font-size: 20px;
    font-weight: 400;

    margin-bottom: 30px;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.wrapper
{
    max-width: 480px;
    margin: 0 auto;
}
.wrapper:before,
.wrapper:after
{
    display: table;

    content: '';
}
.wrapper:after
{
    clear: both;
}
.wrapper
{
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.left,
.right
{
    float: left;

    width: 50%;
}

.left
{
    padding-right: 40px;

    text-align: right;
}
.right
{
    padding-left: 40px;

    text-align: left;

    /* border-left: 1px solid #444; */
}

p
{
    margin-top: 0;
    margin-bottom: 20px;
}

.right p:nth-child(2), .right p:nth-child(3){
  margin-bottom: 8px;
}

a
{
    text-decoration: none;

    color: #000;
}
a:hover,
a:active,
a:focus
{
    text-decoration: underline;
}
