html {
    width: 100%;
    height: 100%;
    font-size: 100.01%;
}

body {
    font: 20px/1.41 Verdana, Arial, sans-serif;
    width: 100%;
    height: 100%;
    background: url(../img/background.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: black;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    min-width: 100%;
    overflow: hidden;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.container h1 {
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 3px 3px rgba(0, 217, 0, 0.5);
    box-shadow: 0 3px 3px 3px rgba(0, 217, 0, 0.5);
    background-color: rgba(136, 137, 158, 0.5);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

footer {
    position: relative;
    margin-top: -110px;
    height: 110px;
    width: 100%;
}

.red:before {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: red;
    content: "";
    display: inline-block;
}

.green:before {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: green;
    content: "";
    display: inline-block;
}

.column {
    float: left;
    width: 20%;
    padding: 5px;
    margin: 50px 2% 0px;
    -webkit-box-shadow: 0 3px 3px 3px rgba(0, 217, 0, 0.5);
    box-shadow: 0 3px 3px 3px rgba(0, 217, 0, 0.5);
    background-color: rgba(136, 137, 158, 0.5);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.column p {
    text-align: center;
    font: bold 20px serif;
}

.column lable {
    font: bold 20px serif;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.img_wrap {
    max-width: 250px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.column h2 {
    text-align:  center;
    font-style: italic;
}


@media screen and (max-width: 1340px) {
    .column {
        width: 46%;
        margin: 50px 1% 0px;
    }
}

@media screen and (max-width: 767px) {
    .column {
        width: 40%;
        margin: 50px 4% 0px;
    }
}

@media screen and (max-width: 570px) {
    .column {
        width: 40%;
        margin: 50px 3% 0px;
    }
}

@media screen and (max-width: 479px) {
    .column {
        width: 90%;
    }
}

[type="checkbox"] {
    margin: auto 10px;
}

.lable {
    text-align: center;
}

.text {
    font-weight:  bold;
    padding: 10px;
    -webkit-box-shadow: 0 3px 3px 3px rgba(0, 217, 0, 0.5);
    box-shadow: 0 3px 3px 3px rgba(0, 217, 0, 0.5);
    background-color: rgba(136, 137, 158, 0.5);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.text p {
    margin: 0;
}