@charset "UTF-8"; body { font-family: "Century Gothic", Questrial, "Apple Gothic", AppleGothic, "URW Gothic L", Verdana, Geneva, sans-serif; font-size: 1.2em; line-height: 125%; margin: 0px; padding: 0px; height: 100%; max-height: calc(100% - 40px); overflow-x: hidden; background-attachment: fixed; } h1 { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #F60; /* height: 90px; border-bottom: 5px solid #F60; */ line-height: 225%; font-size: 200%; font-weight: bold; color: #005; } h2 { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #005; line-height: 150%; font-size: 140%; font-weight: bold; color: #F60; margin-bottom: -10px; } #WC_global_header { background-color: #000055; width: 100%; position: relative; padding: 0px; background-image: url("/Images/Banner.02c.svg"); background-repeat: no-repeat; background-position: center bottom; background-size: clamp(500px, 100%, 1400px);/*auto 350px; */ } #WC_global_header_nav, #WC_global_footer_nav { height: 50px; width: 100%; max-width: 1000px; margin: 0 auto 0; padding: 10px 0 0; display: flex; } #WC_global_footer_nav { border-top: dashed 3px #F60; padding-top: 60px; margin-top: 80px; } #WC_nav_logo { background-image: url("/Images/WhiskyCapital.Logo.White.svg"); background-repeat: no-repeat; background-position: left center; height: 50px; width: 100px; display: inline-block; } #WC_nav_nav { display: inline-flex; justify-content: flex-end; align-items: center; align-content: flex-end; column-gap: 40px; width: calc(100% - 100px); height: 50px; } #WC_global_footer_nav > #WC_nav_nav { width: 300px; margin: 0 auto; padding: 50px auto; justify-content: center; align-content: center; } #WC_nav_nav > a { text-decoration: none; color: #FFF; font-weight: bold; line-height: 50px; font-size: 20px; } #WC_nav_nav > a > img { height: 25px; } #WC_global_header_content { height: min(500px, 85vw); width: 100%; padding: 0px; } #WC_global_header_widgets { z-index: 100; position: relative; height: 500px; width: 100%; max-width: 1000px; margin: 0 auto; padding: 0px; } #WC_widgets_countdown { position: absolute; margin-left: 0px; margin-top: min(60px,10vw); height: 90px; text-decoration: underline; text-decoration-color: currentcolor; text-underline-offset: 3px; text-decoration-color: #F60; line-height: 125px; text-align: center; font-size: min(12vw, 70px); font-weight: bold; color: #FF0; } #WC_widgets_countdown:before, #WC_widgets_countdown:after { content: "\00a0"; } #WC_global_body { width: 100%; max-width: 1000px; margin: 0 auto; padding: 10px 0 0; } #WC_global_body > div { padding-left: 5px !important; padding-right: 5px !important; } .WC_body_section:not(:first-child) { padding: 30px 0 0; } .WC_body_section > div { padding: 0 0 30px; } .WC_sectionbreak { border-bottom: dashed 3px #F60; padding-bottom: 60px; margin-bottom: 80px; } #WC_footer { margin: 30px auto; text-align: center; } .WC_priceDisplayWithDiscount { text-decoration: line-through; text-decoration-color: #F60; text-decoration-thickness: 3px; } .WC_priceDisplayDiscountedPrice { color: #F60; } #WC_distillers_grid { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: stretch; row-gap: 50px; margin-bottom: 100px; } #WC_distillers_grid > span { width: 180px; max-width: 35%; margin: 0 20px; } #WC_distillers_grid > span > img { height: 180px; max-width: min(100%, 180px); } #simpletixButtonMobile { display: none; } /* ============================================================================================ ============================================================================================ Mobile and Tablet elements ============================================================================================ ============================================================================================ */ @media only screen and (max-device-width: 525px){ #WC_nav_logo { background-image: url("/Images/WhiskyCapital.Logo.White.svg"); background-repeat: no-repeat; background-position: center center; background-size: auto 100px; width: 100%; height: 100px; display: block; } #WC_global_header_nav > #WC_nav_nav { display: none; } #simpletixButtonMobile { display: block; } #simpletixButtonContainer { display: none !important; } }