	.container {
         width: 100%;
         height: 100vh;
         min-height: 600px;
         font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
        /* background: url("images/brandymelville_com_background.jpg") no-repeat center center fixed; */
	  background-color: #ffffff;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         /*background-position: top center;*/
         display: flex;
         justify-content: center;
         }
         .logo-container {
         /*margin: 0 auto 35px auto;
         width: 100%;
         max-width: 600px;*/
         }
         .cont {
         width: 100%;
	 max-width: 600px;
	 padding: 0;
	 margin: auto;
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 height: auto;
	 max-height: 200px;
         }
         .main-box {
        width: 100%;
    	/* padding: 50px 20px 0px 20px; */
    	min-height: 130px;
    	height: auto;
    	display: flex;
    	justify-content: center;
    	align-items: center; 
	}
         .logo-container img {
         max-width: 90%;
         }
         h1,
         h2,
         p {
         text-align: center
         }
         p {
         font-size: .9em;
         color:#333333;
         }
         .footer {
         height: auto;
         position: absolute;
         bottom: 0;
         left: 25%;
         right: 25%;
         text-align: center;
         padding: 20px;
         font-size: .7em;
         }
         a {
         color: #333333;
         text-decoration: none;
         }
		 a:hover {
		 color: #333333;
		 }
         hr {
         width: 90%;
         border: 0;
    	 height: 0;
   		 border-top: 1px solid rgba(0, 0, 0, 0.1);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
         }
         .regions {
         width: 100%;
         float: left;
         height: auto;
		 display: flex;
    	 align-items: center;
    	 justify-content: center;
         }
         .region {
         width: 25%;
         text-align: center;
		 min-height: 60px;
         }
         .region a {
         font-size: 13px
         }
         p {
         font-size: 13px;
         }
         h1 {
         font-size: 16px;
         font-weight: normal;
         }
         body { margin:0}
         @media screen and (max-width: 767px) {
         .main-box {
         padding: 0 0 120px 0;
         }
         /*.container {
         background-image: url("images/brandymelville_com_background_mobile.jpg");
	 min-height: 100%;
  	 width: 100%;
  	 height: auto;
  	 position: fixed;
  	 top: 0;
  	 left: 0;
         }*/
         select {
         background-position-x: 95%;
         }
         }
		 @media screen and (max-width: 640px) {
         .container {
	/*	max-height:1000px; */
		 }
		 }
        html {
        font-family: Georgia;
        color: black;
        text-align: center;
        height:100%;
        }
        h1 {
        color:#333333;
        font-size:21px;
        }
        select {
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
	  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="%23333333"><path d="M7 10l5 5 5-5z"/></svg>');
	background-color: #ffffff;
    	background-repeat: no-repeat;
    	background-position-x: 97%;
    	background-position-y: 6px;
    	background-size: 30px;
    	border: 1px solid #333333;
    	padding: .8rem 1.8rem .8rem .8rem;
    	font-size: 16px;
    	font-family: Georgia;
    	color: #333333;
	width: auto;
  	box-sizing: border-box;
	}
        input[type=button], input[type=submit], input[type=reset] {
        background-image: none;
        background: #ffffff;
        display: inline-block;
        padding: .5rem 1rem;
        border: 1px solid #000;
        border-radius: 5px;
        color: #333333;
        font-family: Georgia,Times New Roman,Times,serif;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        vertical-align: middle;
        box-sizing: border-box;
        cursor: pointer;
        width: auto;
        height: 45px;
        font-size: 16px;
        margin-left: 5px;
        border: 1px solid #000;  
        }
	label {
	color:#333333;
	font-weight:bold;
	}
	.store-locator-link {
	height: fit-content;
 	border: 1px solid #333333;
    	padding: .8rem;
    	font-size: 16px;
    	font-family: Georgia;
    	color: #fff;
    	width: 140px;
	}
	.store-locator-link a, .store-locator-link a:hover, .store-locator-link a:visited {
	color:#333333 !important;
	}
	.buttons-container {
	display: flex;
    	gap: 16px;
	}	

