body {
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.4em; 
    font-size: 0.9em;
}



.logogramContainer {
    margin: 0 auto; 
    display: inline-block;
}

.logogramContainer img {
    content: url(/images/lavaqua-logogram-white.png);
    height: 45px;
    width: 162.74px;
}

.logogramContainer {
    margin-top: 2em
}

.logogramContainer div {
    text-align: center; 
    width : 100%;
    color: #dfdfdf
}



@media screen {
    .article {
        font-weight: 300;
        letter-spacing: 0.4em; 
        font-size: 1em;
    }
    
    .silverText {
        color: #dddddd
    }
    
    .white {
        color: white;
    }
}
 



.footer {
    font-size: 0.9em;
}


.silver {
    color: #444444
}



.column {
  float: left;
}

                                                        /* Clear .column.float */
.row:after {
  content: "";
  display: table;
  clear: both;
}



a {
    color: #888888;
    
    
    font-family: inherit;
    letter-spacing: 0.4em;
    text-decoration-line: none;
    text-decoration: none;                                          /* Safari */
    
    
}

a:hover {
    color: white;
}



a.white {
    font-size: inherit;
    color: white;
    
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-color: #AAAAAA;
    text-decoration-style: solid;
    
}

a.white:hover {
    color: cyan
}

a.none {
    font-size: inherit;
    color: inherit;
    text-decoration-line: none;
}

a.none:hover {
    color: inherit
}



a.cyan {
    font-size: inherit;
}

a.cyan:hover {
    color: #50FAFB;
    /*color: white*/
}



a.majenta {
    font-size: inherit;
}

a.majenta:hover {
    color: #CC30A1
}



td.description {
    text-align: left !important;
}
    
.data-table td {
    text-align: right;    
}


.footerLinks {
    color: #444444;
    background-color: transparent; width: 40%; font-size: 0.8em; 
    text-align: right
}

.header-one {
    letter-spacing: 0.4em
}

pre {
    font-size: 1.05em;
    font-family: 'courier new';
    color: #BBBBBB;
}