﻿#book {
    background-image: url("/images/RequesttailorBackground.jpg?image=web");
    /*margin-top: calc(100% - 90%);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
   /* height: 614px;*/
}
.bookForm {
    float: right;
    width: 400px;
    margin-top: calc(100% - 88%);
}
.center {
    text-align:center;
}
::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    text-align: center;
}

#Pic {
    width: calc(100% - 520px);
    max-width: 616px;
    display: inline-block
}

label {
    line-height:3;
}

form {
    width: 220px;
    display: inline-block;
}

input, input[type=text],
input[type=number],
input[type=email],
input[type=datetime-local]
select {
    border-radius: 10px;
    border: 2px solid #000;
    background-color: transparent !important;
    padding: 5px 10px 5px 10px;
    font-family: "Founders Grotesk", sans-serif, -apple-system !important;
    color: black !important;
}
    input, input[type=submit] {
        background-color: black !important;
        color: white !important;
        border-radius: 20px !important;
        margin-top: 15px !important;
       
        font-family: "Founders Grotesk", sans-serif, -apple-system !important;
    }
h1 {
    color: #122717;
    font-family: Miller Banner !important;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

  

.wrap {
    vertical-align: bottom
}
.dateTimeField {
    width: 215px !important;
    color: black !important;
    background-color:transparent !important;
}
.css-zegyvr {
    min-height:0px !important;
}





@media (max-width: 760px) {
    #book {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    #Pic {
        display: none
    }

    form {
        width: 100%;
        display: block
    }
}
@media(max-width:480px) {
    .dateTimeField {
        width: 290px !important;
    }

    #book {
        background-image: url("/images/mob-RequesttailorBackground.jpg?image=mobile");
    }
}
@media (min-width: 1800px) {
    #book {
        height:805px !important;
    }
}
@media (min-width: 1300px) and (max-width: 1800px) {
    #book {
        height: 650px !important;
    }
}
@media (max-width: 1024px) {
    #book {
        height: 412px !important;
    }
}
@media (max-width: 768px) {
    #book {
        height: 309px !important;
    }
}
@media (max-width: 448px) {
    #book {
        height: 180px !important;
    }
}

