.backgroundSteel {
    background-image: url('images/steel-background-1024x803.jpg');
    text-shadow: 0px 0px 6px #fff;
}
.backgroundBoard {
    background-image: url('images/wall-cork-board-800x1174.jpg');
    text-shadow: 0px 0px 6px #fff;
}
.backgroundWood {
    background-image: url('images/wood-fibre-boards-backgroung-769x1200.jpg');
    text-shadow: 0px 0px 6px #fff;
}
.backgroundPhoto1 {
    background-image: url('images/old-school-house-background-art.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0px 0px 6px #fff;
}
.backgroundPhoto2 {
    background-image: url('images/american-flag-background-art.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0px 0px 6px #fff;
}
.logo {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    text-align: center; 
    display: flex;
}
.headerbox {
    display: table;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #999999;
    box-shadow: 0px 3px 9px 0px #999999;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
}
.left1 {
/*    position: relative;*/
/*    float: left;*/
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}
.left2 {
/*    position: relative;*/
/*    float: left;*/
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: center;
}
.left3 {
/*    position: relative;*/
/*    float: left;*/
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: center;
}
.aLink {
    text-decoration: none;
}
.accessButton {
    display: table-caption;
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    font-size: 20pt;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
}
.accessButton:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
input {
    cursor: pointer;
    font-size: 20pt;
    font-weight: bold;
}