@media (max-width:500px) {
    main p {
        margin:auto;
        margin-top:70px;
        color:white;
        width: 80%;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 300;
        font-size: 2em;
    }
    form input#client-name, form input#client-name-last {
        margin:auto;
        margin-top:20px;
        width:20%;
        height:1.2em;
        padding:1em;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 500;
        color:white;
        background-color: rgb(45, 54, 61);
        border-style:none;
    }
}
@media (min-width:501px) and (max-width:1000px) {
    main p {
        margin-top:70px;
        color:white;
        width: 100%;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 300;
        font-size: 2em;
    }
    form input#client-name, form input#client-name-last {
        margin-top:20px;
        width:10%;
        height:1.2em;
        padding:1em;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 500;
        color:white;
        background-color: rgb(45, 54, 61);
        border-style:none;
    }
}
@media (min-width:1001px) {
    main p {
        margin-top:70px;
        color:white;
        width: 100%;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 300;
        font-size: 2em;
    }
    form input#client-name, form input#client-name-last {
        margin-top:20px;
        width:10%;
        height:1.2em;
        padding:1em;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 500;
        color:white;
        background-color: rgb(45, 54, 61);
        border-style:none;
    }
}
header h1 {
    width: 100%;
    margin-top:200px;
    height: auto;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    font-size: 3em;
    color:white;
}
hr {
    width: 50%;
    color:white;
    margin-left:25%;
    margin-top:30px;
}
form{
    margin-top:100px;
}
form label {
    display:block;
    color:white;
    width:400px;
    margin-top:50px;
    margin-left:30%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    text-align: left;

}

form input#client-name {
    margin-left:30% !important;
}
form label.location {
    display:inline;
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    text-align: left;
}
form input#location, form input#location2 {
    margin-top:20px;
    margin-right:0;
    color:white;
    margin-left:0;
}
form select {
    margin-top:20px;
    margin-left:30%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color:white;
    background-color: rgb(45, 54, 61);
    border-style:none;
    padding:1em;
}

form select option {
    color:white;
    background-color: rgb(45, 54, 61);
    border-style:none;
    padding:1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    border-color:rgb(45, 54, 61);
    width:2em;
}
form textarea#address {
    margin-left:30%;
    margin-top:20px;
    width:30%;
    height:4em;
    padding:1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    color:white;
    background-color: rgb(45, 54, 61);
    border-style:none;
}
form a {
    width:100%;
    height:50px;
    display:block;
    text-decoration: none;
    margin-bottom: 200px;
}
form input#submit{
    width:100px;
    height:40px;
    display:block;
    margin-left:30%;
    margin-top:20px;
    border-style:dashed;
    color:rgb(45, 54, 61);
    border-color:white;
    border-width:3px;
    border-radius: 2px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    font-size:1.2em;
}