@charset "UTF-8";

@import url("../header.css");

.nav a {
    font-family: 'Microsoft Sans Serif';
    font-size: 12pt;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    color: #727273;
    padding-right: 35px;
}


.main {
    /* width: 950px; */
    /* height: 300px; */
    margin: 20px auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

/* 2019 */
.photo {
    /* 2019 */
    background-image: url('contact.jpg');
    /*background-image: url('contact.png');*/
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: 250px; */
    /* height: 230px; */
    width: 50%;
    margin-right: 15px;
}

.contact {
    margin: 10px 0 10px 15px;
}

.contact-info {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: gray;
}

.contact-info a {
    color: unset;
}


.contact-address,.contact-phone,.contact-email, .contact-appt {
    margin-bottom: 15px;
}


h4 {
    /* 2019 */
    margin-bottom: 1.33em;
    font-family: 'Times New Roman', Times, serif;
    /*font-family: 'Sarabun', sans-serif;*/
    /*font-family: 'Microsoft Sans Serif';*/
    /* 2019 */
    font-size: 18pt;
    font-weight: bold;
    color: gray;
}

.contact h3 {
    color: gray;
    font-family: Roboto;
    font-weight: lighter;
    font-size: x-large;
    margin-bottom: 20px;
}

p {
    /* 2019 */
    /*margin-top: 1em;*/
    margin-bottom: 1em;
    /*font-family: 'Microsoft Sans Serif';*/
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: gray;
    /*letter-spacing: 1px;*/
    /* 2019 */
}

/* .form-entry{
    margin-bottom: 5px;
    margin-right: 20px;
}

.submit_msg{
    font-size: 0.65em; 
    line-height: 0.6;
    vertical-align: top;
}
.form-control {
    display: block;
    width: 100%;
    font-family: Roboto, sans-serif ;
    padding: .375rem 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    caret-color: black;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(33,33,33,.25);
}

.form-control:focus-visible {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    color: white;
    text-decoration: none;
}
.btn-outline-secondary {
    border: 1px solid #6c757d;
}
.btn-outline-secondary:hover {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d;
} */

@media only screen and (max-width: 680px) {
    .main{
        background-image: url(./wineDSC08580.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .contact {
        font-size: 16pt;
        margin: 20px auto;
        width: 80%;
        display: flex;
        flex-direction: column;
        text-align: center;
        background-color: #0000009e;
        border-radius: 5px;
        padding: 20px;
        box-shadow: 0 0 20px white;
    }
    .contact-panel {
        width: 100%;
    }
    .contact h3 {
        color: white;
    }
    .contact-address,.contact-phone,.contact-email, .contact-appt {
        margin-bottom: 15px;
        color: white;
    }

    .photo{
        display: none ;
    }
    .btn {
        color:white;
    }
    .submit_msg {
        color: white;
        font-size: 0.65em;
        line-height: 0.6;
        vertical-align: top;
    }
}