.container
{
    width: 40vw;
    height: 12vw;
}

.viewport-1
{
    float: left;
    background-size: contain;
    background-image:url('../images/BrandLogo.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.viewport-1 h1
{
    text-align: center;
    text-shadow: 3px 2px rgb(143, 25, 25);
    color: #999999;
    font-style: italic; 
    margin-top: 0px; 
    margin-bottom: 1px; 
}

#footer-row1 a{ 
    font-family: "Fjalla One", Verdana, Geneva, sans-serif;
    font-size: 0.95em;
    text-transform: uppercase;
    color: #3399FF; 
}

#footer-previousRow{
    display: block;
    width: 100%;
    height: 260px;
}

#footer-previousRow ul.listItem{
    list-style: none;
    list-style-type: none;
    min-height: 36px;
    margin: 0;
    overflow: hidden;
    display: block;
    float: right;
}

ul.listItem li{
   color: #CCCCCC;
}

table {
    border-collapse: collapse;   
}

.beta table, .beta th, .beta td {
    border: 1px solid black;
    height: 5px;
    text-align: left;
    padding: 1px;
    color: black;
   
}

/* .maintable table, .maintable th, .maintable td {
    text-align: left;
    color: black;
    padding-top: 3px;
    padding-bottom: 3px;
} */



.beta td.container {
    height: 5px;
}

.beta th {
    background-color: #4CAF50;
    color: white;
}

.beta tr:nth-child(even) {background-color: #f2f2f2;}