﻿.index_heading {
    position: absolute;
    left: 250px;
    text-align: center;
    color: lightgrey;
    font-family: Helvetica, sans-serif;
    font-size: 17px;
}

.index_devstage {
    position: absolute;
    left: 300px;
    text-align: center;
    color: lightgray;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}


.index_about {
    position: absolute;
    background-color: black;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: lightgray;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}



.index_warning {
    position: absolute;
    background-color: red;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 28px;
    padding-right: 28px;
    color: lightgray;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}




.index_instructions {
    position: absolute;
    background-color: darkblue;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 28px;
    padding-right: 28px;
    color: lightgray;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}


.index_notes {
    position: absolute;
    background-color: black;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: lightgray;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}



.button {
    position: absolute;
    top: 300px;
    width: 160px;
    height: 55px;
    left: 20px;
    right: 20px;
    color: white;
    font-size: 15px;
    border-color: limegreen;
    background-color: forestgreen;
    border-radius: 3px;
    color: white;
    padding: 7px 16px;
    text-align: center;
}

/*
.button_installer {
    position: absolute;
    top: 300px;
    width: 160px;
    height: 50px;
    left: 20px;
    color: white;
    font-size: 15px;
    border-color: limegreen;
    background-color: forestgreen;
    border-radius: 3px;
    color: white;
    padding: 7px 16px;
    text-align: center;
}

.button_zip {
    position: absolute;
    top: 300px;
    width: 160px;
    height: 50px;
    left: 235px;
    right: 20px;
    color: white;
    font-size: 15px;
    border-color: limegreen;
    background-color: forestgreen;
    border-radius: 6px;
    color: white;
    padding: 7px 16px;
    text-align: center;
}
*/

    .button:hover {
        background-color: limegreen;
    }

.background {
    background-image: url('backgrounds/cargo_door.jpg');
    background-repeat: no-repeat;
    background-size:cover;
}
