﻿body {
    font-family: "Verdana";
}

table {
    border: none;
    width: 100%;
    table-layout: fixed;
}

table * td {
    padding-top: 16px;
    padding-bottom: 16px;
    
}

.v-pad {
    height: 100px;
    min-height: 100px;
}


.ds-logo-container {
    background-color: white;
    border-radius: 50%;
    text-align: center;
    height: 64px;
    cursor: pointer;
}
.ds-logo {
    height: auto;
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -2px;
}

input {
    font-size: 1.2em;
    padding: 8px;
    border: 2px solid grey;
    border-radius: 8px;
}

.button {
    border-radius: 6px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    min-width: 100px;
    cursor: pointer;
    border: 4px solid #dd0000;
    transition: border 0.5s;
    max-width: 60%;
    margin: auto;
    font-size:1.5em;
}

    .button > span, .button > img {
        vertical-align: middle;
        margin-top: -4px;
        width: 24px;
        max-width: 24px;
        overflow: hidden;
    }

    .button:hover {
        border-bottom: 4px solid #880000;
    }



.greenbutton {
    border-radius: 6px;
    background-color: #00aa00;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    min-width: 100px;
    cursor: pointer;
    border: 4px solid #009900;
    transition: border 0.5s;
    max-width: 60%;
    margin: auto;
    font-size: 1.5em;
}

    .greenbutton > span, .greenbutton > img {
        vertical-align: middle;
        margin-top: -4px;
        width: 24px;
        max-width: 24px;
        overflow: hidden;
    }

    .greenbutton:hover {
        border-bottom: 4px solid #004400;
    }


.header-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
.header {
    padding: 25px 40px 25px;
    background-color: #111;
    color: #fff;
    display: flex;
}

.background-pic {
    background-image: url('img/MobileFormsBackground.jpg');
    height: 200px;
    min-height: 200px;
    background-position: 42% 0;
    min-height: 45vh;
    max-height: 420px;
    background-attachment: scroll;
}

.background-phone {
    background-image: url('img/phone.jpg');
    height: 282px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1092px;
}
.background-typing {
    background-image: url('img/typing.jpg');
    height: 282px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1092px;
}
.section {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 1092px;
    margin:auto;

}
.title {
    color: #4d4d4d;
    line-height: 1.5;
    font-weight: 400;
    font-size: 32pt;
    text-align: center;
    padding: 16px;
}

.headline {
    color: #4d4d4d;
    line-height: 1.5;
    font-weight: 600;
    font-size: 20pt;
    text-align: left;
    padding: 16px;
}
.general {
    color: #4d4d4d;
    line-height: 1.5;
    font-size: 16pt;
    text-align: left;
    padding: 16px;
}