@charset "UTF-8";

@import url("../header.css");
/* body {
	max-width: 1024px;
}

*{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
} */
 
/* 2019 */
/*
.wrapper {
    max-width: 980px;
    margin: 0 auto;
    height: 600px;
}
*/
/* .wrapper {
    max-width: 980px;
    margin: 0 auto;
    height: 600px;
} */

/*
header {
    max-width: 980px;
    height: 150px;
}
*/
/* header {
    max-width: 980px;
    height: 140px;
} */

/* .logo {
    width: 450px;
    height: 89px;
    background-image: url("logo.png");
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-top: 15px;
    margin-right: -8px;
} */


/* .nav {
    width: 700px;
    padding-right: -35px;
} */

/* .top-line {
    margin-top: 100px;
    width: 980px;
    border: 1px solid gray;
    position: absolute;
} */

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

/* .bottom-line {
    border: 1px solid gray;
} */

.main {
    /* width: 950px; */
    /* height: 300px; */
    margin: 0 auto;
    padding: 10px;
    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: 20px;
}
/* sample from about.html
.photo {
    width: 200px;
    height: 200px;
    background-image: url('images/about.jpg');
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 220px;
    margin-top: -50px;
}
*/

.contact {
    font-family: Roboto;
    font-size: 16pt;
    margin: 20px auto;
    width: 50%;
}
/* sample from about.html
.blurb {
    width: 500px;
    float: right;
    margin-top: -160px;
}
*/
/* 2019 */

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: xx-large;
}

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 ;
    /* height: calc(1.5em + .75rem + 2px); */
    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;
        /* border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: 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: #02020263;;
        border-radius: 5px;
        padding: 20px;
        box-shadow: 0 0 20px white;
    }
    .contact-panel {
        width: 100%;
    }
    .contact h3 {
        color: white;
    }
    .photo{
        display: none ;
    }
    .btn {
        color:white;
    }
    .submit_msg {
        color: white;
        font-size: 0.65em;
        line-height: 0.6;
        vertical-align: top;
    }
}