/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: Bauer Bodoni;
    src: url(Bauer-Bodoni-Regular.otf) format("opentype"), url(Bauer-Bodoni-Regular.otf) format("opentype")
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */
body {
    overflow: hidden;
}

.container { 
    display: flex;
    overflow: hidden;
    flex-direction: row;
    background-color: #FFFFFF;
	min-height: 700px;
}

/* Start Row One */
.rowOne {
    flex: .35;
    height: 100vh;
    overflow: hidden;
    background: url("../assets/Wine-BG.png") no-repeat center center;
    background-size: cover;
}
/* End Row One */

/* Start Row Two */
.rowTwo {
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

/* Start Form */
.rowTwo form {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Open Sans',"Helvetica","sans-serif";
}

.rowTwo form .userInput {
    display: flex;
    font-size: 2.25vh;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.rowTwo form .userInput .tagNumberLabel {
    width: 100%;
    display: none;
    max-width: 235px;
    color: #EEEDE4;
    user-select: none;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3A4355;
    background-color: #3A4355;
}

.rowTwo form .userInput #tagNumberInput {
    width: 100%;
    height: 3.25vh;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;    
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 404px;
}

.rowTwo form .userInput #tagNumberInput:focus {
    outline: transparent;
    font-family: 'Open Sans',"Helvetica","sans-serif";
}

.rowTwo form .userInput #tagNumberInput::placeholder {
    color: #8C8C8E;
    font-family: 'Open Sans',"Helvetica","sans-serif";
}

.rowTwo form .userInput .tagNumberError {
    color: red;
    font-size: 1rem;
    user-select: none;
    font-style: normal;
    width: 100%;
    padding: 6px;
    border-radius: 3px;
}

.rowTwo form .userInput .tagNumberSuccess {
    color: #267039;
    font-size: 1rem;
    user-select: none;
    font-style: normal;
    width: 100%;
    padding: 6px;
    border-radius: 3px;
}

.rowTwo form .userInput .tagNumberMessage {
    color: #040000;
    font-size: 0.8rem;
    user-select: none;
    font-style: normal;
    width: 100%;
    padding: 6px;
    border-radius: 0px;
	margin-top: 10px;
	
}

.rowTwo form .userInput .tagNumberMessage b{
	font-weight: 600;
}

.submit_button{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    align-items: center;
    width: 100%;
    background-color: #a1030d;
    color: #fff;
    font-size: 0.9rem;
    max-width: 410px;
    border: 1px;
    margin: 1em;
}


.button_wrapper{
    text-align: center;
    margin: 10px;
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}
th, td {
    padding:2px;
    text-align:left;
    color:#737373
}

table{width:100%}

h3{
	color: #4d0111;
    font-weight: 500;
    font-size: 1.3rem;
    font-family: "Bauer Bodoni";
    margin: 1rem;
    letter-spacing: 0.5px;
	margin-top:2rem;
}

.desc_box{
	box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    --tw-shadow: 6px 6px 18px 0 rgba(0,0,0,0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 10px;
    overflow-wrap: break-word;
    font-family: "Open Sans","Helvetica","sans-serif";
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.desc_box strong{
	font-weight:600;
}

.desc_box p{
	margin: 8px 3px;
	text-align:left;
}

.desc_box ul{
	list-style-type: disc;
    list-style-position: inside;
    text-align: left;
}

.slider {
	width: 100%;
    margin: 21px auto;
    padding: 10px 0px;
	--tw-shadow: 6px 6px 18px 0 rgba(0,0,0,0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.final_message{
	color: #620921;
    font-size: 1.2vh;
    margin: 5px;
}

img.ctr_bubble {
    padding: 3px;
    margin: 5px;
    border: 3px solid #ffffff;
}

img.ctr_bubble:hover {
    border: 3px solid #a1030d;
}

img.ctr_bubble.active {
    border: 3px solid #a1030d;
}

.inst_div{
	padding: 8px;
    text-align: center;
}

.ctr_input{
    height: 3.25vh;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 404px;
	}
	
@media all and (min-width:321px) and (max-width: 480px) {
  .ctr_input{ margin-left:-3px;}
}


/* End Form */

/* End Row Two */

