﻿body {
    margin: 50px 170px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 1024px;
    height: 1590px;
    font-family: 'Helvetica Neue LT Std';
}

#wrapper {
    width: 100%;
    height: 1300px;
    margin-top: 50px;
    background-color: lightgray;
    align-content: center;
}

#wrapper2 {
    width: 100%;
    height: 150px;
    margin-top: 50px;
    background-color:;
    align-content: center;
}

#details{
    width: 100%;
    text-align: center;
    float: right;


}


#test1{
    width: 50%;
    height: 500px;
    height: 500px;

    float: left;
}

#test2{
    width: 50%;
    height: 150px;
    float: right; 

}

#test3{
    width: 50%;
    height: 150px;
    float: right;

}

#test4 {
    width: 50%;
    height: 100px;
    float: right;
}


label {
    margin-right: 0px;
    padding-top: 10px;
    width: 410px;
    height: 30px;
    display: inline-block;
    float: left;
}


input {
    width: 5%;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}
select {
    width: 5%;
    margin: 5px;
    padding: 5px;
}

p{
    margin: 0px;
    padding: 10px;
    font: 22px bolder;
    text-align: center;
}

.cw{ 
    width: 300px;
    display: flex;
    align-content: space-between;

}

.cw1 {
    width: 310px;
    float: left;
}

.ar{
    text-align: right;
    align-content: center;
    height: 30px;

}

.cw2 {
    margin-top: 15px;
    width: 300px;
    display: flex;
    align-content: space-between;
}

.ar1 {
    margin-top: -5px;
    text-align: right;
    align-content: center;
    height: 30px;
}

.but{
    float: right;
    margin-top: 50px;
    width: 100px;

}

.sm{

    width: 15px;
}

.il{ 
    float: left;

}

.ir{
    float: right;

}


.hw{
    width: 100%;
    height: 50px;
    text-align: center;
}

h1{
    text-align: center;
    font-family: 'Helvetica Neue LT Std';
    font-size: 50px;
    font: bold;
}

.ft{
    font-size: 15px;
    margin-left: -305px;
    margin-top: 200px;

}

.ft {
    margin-left: 5px;
    margin-top: 800px;
    font-size: 20px;
    font-family: 'Helvetica Neue LT Std';
    text-align: center;
}

@media only screen and (min-width: 1910px) {

    body {
        margin: 50px 370px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        width: 1024px;
        height: 1590px;
        font-family: 'Helvetica Neue LT Std';
    }


    #wrapper {
        width: 100%;
        height: 1250px;
        margin-top: 50px;
        background-color: lightgray;
        align-content: center;
    }

    #details {
        width: 100%;
        text-align: center;
        float: right;
    }


    #test1 {
        width: 50%;
        height: 500px;
        height: 500px;
        float: left;
    }

    #test2 {
        width: 50%;
        height: 150px;
        float: right;
    }

    #test3 {
        width: 50%;
        height: 150px;
        float: right;
    }

    #test4 {
        width: 50%;
        height: 100px;
        float: right;
    }


}
