
body {
    background-image: linear-gradient(#3899BB, #D3F5FE);
}

#page-footer-orange-background {
    padding-top: 8%;
    background-color: #FFD87E;
}


.fnd-headline h1 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 96px;
    font-weight: formal;
    text-align: left;
    line-height: normal;
}


@media screen and (max-width:800px) {
    .fnd-headline h1 {
        font-size: 64px;
    }
}

.fnd-smallwidth {
    width: 1250px;
    max-width: 100%;
    margin: auto;

}

.fnd-min-height {
    min-height: 1460px;
}

.fnd-form-table {
    width: calc( calc( 0.6 * 1250px ) + 242.5px);
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fnd-form-table div{
    width: 242.5px;/*(1735-1250) / 2 */
    text-align: right;
    color: black;
    margin-top: 10px;
    box-sizing: border-box;
    height: 65px;
    line-height: 65px;
    padding-right: 26px;
}
.fnd-form-table div span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.fnd-form-table input{
    width: calc( 100%  - 242.5px );*//*(1735-1250) / 2 */
    text-align: left;
    color: black;
    margin-top: 10px;
    height: 65px;
    padding: 10px;
}

.fnd-form-table select{
    width: calc( 100%  - 242.5px );*//*(1735-1250) / 2 */
    text-align: left;
    color: black;
    margin-top: 10px;
    height: 65px;
    padding: 10px;

    padding-right: 40px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;



    background-position: right 10px center;
    background-image: url("../images/check-select.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.fnd-form-table button{
    width: calc( 40%  - 97px );*//*(1735-1250) / 2 */

    margin-top: 10px;
    cursor: pointer;


    border: 2px solid #C4CBDB;
    background-color: #FFD87E;
    color: black;
    border-radius: 15px;
    padding: 7px 3px 7px 3px;
    line-height: normal;
    height: auto;
}

.fnd-form-table .fnd-error {
    padding-left: 10px;
    color: #B60C06;
    width: calc( 100%  - 242.5px );*//*(1735-1250) / 2 */
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: normal;
}

.fnd-headline-100 {
    width: 100%;
}

.fnd-text-100 {
    color: black;
    width: 100%;
}

.fnd-headline {
    width: 63%;
}

.fnd-text {
    color: black;
    width: 50%;
}
.fnd-button-box{
    display: flex;
    justify-content: space-between;
    width: 50%
}
.fnd-half-width{
    width: 48%;
}

.fnd-input {
    border: 2px solid black;
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.talktous-orange-background {
    background-color: #FFD87E;
}

.input-name {
    color: #147294;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 2px;
}

.fnd-button.normal {
    width: 22%;
    min-height: 65px;
    border: 2px solid #C4CBDB;
    background-color: white;
    color: black;
    border-radius: 15px;
    padding: 7px 3px 7px 3px;
}


.fnd-button.gray {
    width: 22%;
    min-height: 65px;
    border: 2px solid #C4CBDB;
    background-color: darkgray;
    color: gray;
    border-radius: 15px;
    padding: 7px 3px 7px 3px;
}

.fnd-button.fnd-button-active {
    background-color: #FFD87E;
}

.fnd-img-wrap {
    float: right;
    width: 40%;
    overflow: visible;
    position: relative;
}

.fnd-img {
    background-image: url('../images/fnd-gitgui.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 1290px;
    height: 1560px;
    position: absolute;
}

.fnd-graph {
    height: 10px;
    width: 50%;
    background-color: #A2E4E1;
    border-radius: 5px;
}

.fnd-scale {
    height: 10px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
}

@media screen and (max-width:800px) {
    .fnd-headline{
        width: 100%;
    }
    .fnd-text {
        width: 100%;
    }
    .fnd-button-box{
        width: 100%
    }
    .fnd-img-wrap {
        display: none;
    }
    .fnd-form-table div{
        width: 100%;
    }

    .fnd-form-table input{
        width: 100%;
    }

}
