body {
    background-color: #202020;
    color: white;
    /* font-family: 'Courier New'; */
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    margin: 0;
}

a {
    color: white;
    text-decoration: none
}

form,
td,
th,
h2,
p,
input,
textarea {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.head-div {
    display: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0D0D0D;
    margin: none;
    border: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.head-div>table {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
}

.main-div {
    /* display: flex; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.side-td {
    width: calc(50vw - 450px);
}

.first-third-td {
    width: 300px;
    vertical-align: middle;
}

.second-third-td {
    width: 300px;
    vertical-align: middle;
}

.third-third-td {
    width: 300px;
    vertical-align: middle;
}

.first-half-td {
    width: 450px;
    vertical-align: middle;
}

.second-half-td {
    width: 450px;
    vertical-align: middle;
}

.full-td {
    width: 900px;
    vertical-align: middle;
}


ul {
    list-style-type: square;
}

li {
    color: #F95912;
    font-size: 32px;
}

li>h3 {
    color: white;
    font-size: 16px;
}

input,
textarea {
    width: 100%;
}

button {
    border: #F95912 1px solid;
    color: #F95912;
    background-color: #0D0D0D;
    height: 40px;
    width: 80px;
    cursor: pointer;
}

button:hover {
    background-color: #F95912;
    color: #0D0D0D;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.contact-table {
    width: 100%;
    border: #F95912 1px solid;
    padding: 20px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
}

.wz2-div {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.w2z-image {
   width: 26px;
   height: 18px;
   margin-bottom: 10px;
   margin-top: 10px;
}

.small-font {
    font-size: 12px;
}

.td-margin {
    margin-left: 10px;
}

.td-margin-large {
    margin-left: 40px;
}

.color-orange {
    color: #F95912;
}

.color-dark {
    background-color: #0D0D0D;
}

.td-margin-top {
    margin-top: 20px;
}

.paint-img {
    position: absolute;
    height: 473px;
    top: 126px;
    right: 0;
}

.logo-img {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.align-right {
    text-align: right;
}


/* Small screen */
@media all and (max-width: 900px) {
    .first-third-td {
        width: 300px;
    }

    .second-third-td {
        width: 0px;
    }

    .third-third-td {
        width: 600px;
    }

    .paint-img {
        display: none;
    }

    .first-half-td {
        width: 900px;
        vertical-align: middle;
    }

    .second-half-td {
        width: 0px;
        display: none;
    }

}

/* Cellphone */
@media (pointer:none),
(pointer:coarse) {

    /* @media all and (max-width: 900px) { */
    .head-div>table {
        font-size: 32px;
    }

    .small-font {
        font-size: 32px;
    }

    .wz2-div {
        font-size: 32px;
    }

    .w2z-image {
        height: 26px;
        width: 40px;
	padding-right:140px;
    }

    .first-third-td {
        width: 300px;
    }

    .second-third-td {
        width: 0px;
    }

    .third-third-td {
        width: 600px;
    }

    .first-half-td {
        width: 900px;
    }

    .second-half-td {
        width: 0px;
        display: none;
    }

    .paint-img {
        display: none;
    }

    .contact-table {
        font-size: 32px;
    }

    input {
        min-height: 40px;
    }

    textarea {
        min-height: 120px;
    }

    button {
        height: 80px;
        width: 150px;
        font-size: 32px;
    }

    .float {
        width: 120px;
        height: 120px;
        border-radius: 100px;
        font-size: 60px;
        box-shadow: 4px 4px 6px #999;
        right: 40px;
    }

    .my-float {
        margin-top: 32px;
    }
}

