/* ============================================
LOUISVILLE UK LTD - RESPONSIVE CSS
Viewports: Mobile (320px+), Tablet (600px+),
Desktop (900px+), Large (1200px+)
============================================ */
	
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

/* ---- RESET ---- */
html, body {
margin: 0;
padding: 0;
border: 0;
background: transparent;
font-size: 10px;
font-family: "Roboto Slab", serif;
box-sizing: border-box;
}

*, *::before, *::after {
box-sizing: border-box;
}

body {
background-image: url("../bg/tan-bg.jpg");
background-repeat: repeat;
font-family: Helvetica, Arial, "sans-serif";
overflow-x: hidden;
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p, li, td, th, a {
font-family: "Roboto Slab", serif;
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: 1.5rem;
text-indent: 0;
text-decoration: none;
text-align: left;
color: #000;
text-transform: inherit;
}

h1::first-letter { color: red; }

h1 { font-size: 20px; }
h2 { font-size: 17px; color: #CE6314; }
h3 { font-size: 14px; color: #CE6314; }
h4, h5, h6 { font-size: 13px; }

p { font-size: 1rem; font-weight: 400; font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"; }

/* ---- WRAPPER: full width on mobile ---- */
#wrapper {
width: 100%;
max-width: 900px;
margin: 1rem auto;
background-color: #fff;
padding: 0 1rem;
}

/* ---- TOP HEADER ---- */
#top {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 1rem 0;
}

#logo {
float: none;
margin: 1rem 0;
text-align: center;
}

#logo img {
max-width: 180px;
height: auto;
}

#social-media {
float: none;
margin: 1rem 0;
text-align: center;
}

#social-media p {
text-align: center;
font-size: 12px;
line-height: 1.6;
}

#social-media ul {
padding: 0;
margin: 0.5rem 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
}

#social-media ul li {
display: inline-block;
list-style-type: none;
}

#social-media ul li img {
width: 32px;
height: 32px;
object-fit: cover;
}

/* ---- NAVIGATION ---- */
#topnav {
clear: both;
width: 100%;
	padding-left: 12rem;
	margin-bottom: 4rem;
}

#topnav ul {
padding: 10px 0;
margin: 0;
border-top: 1px #000 dotted;
list-style: none;
display: flex;
flex-direction: column;
gap: 0;
}

#topnav ul li {
display: block;
list-style-type: none;
margin: 0;
border-bottom: 1px #eee solid;
position: relative;
}

#topnav ul li a {
display: block;
padding:  40px 20px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #000;
font-size: 13px;
}

#topnav a:link, #topnav a:visited, #topnav a:active { font-weight: bold; text-decoration: none; text-transform: uppercase; color: #000; }
#topnav a:hover, #topnav a:focus { font-weight: bold; text-decoration: none; text-transform: uppercase; color: #A85400; }

#topnav ul li ul {
display: none;
position: static;
background: #f9f9f9;
border: none;
padding: 0;
margin: 0;
flex-direction: column;
border-top: none;
list-style: none;
}

#topnav ul li:hover > ul,
#topnav ul li:focus-within > ul {
display: flex;
}

#topnav ul li  {
border-bottom: 5px #ddd solid;
	display: inline;
	                   list-style-type:none;
	                          margin: 0 40px 0 0;

}

#topnav ul li ul li a {
padding: 8px 24px;
font-size: 12px;
text-transform: none;
font-weight:bold; 
margin: auto; 
line-height: inherit;	
}

/* ---- BANNER / SLIDER ---- */
#banner { width: 100%; overflow: hidden; padding-left:8rem;}

#slider {
max-width: 100%;
height: 180px;
position: relative;
overflow: hidden;
text-align: left;
}

#sliderContent {
max-width: 100%;
position: absolute;
top: 0;
margin: 0;
padding: 0;
}

.sliderImage { float: left; position: relative; display: none; }

.sliderImage img { width: 100%; height: auto; display: block; }

.sliderImage span {
position: absolute;
padding: 8px;
width: 60%;
height: auto;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 140%;
color: #fff;
display: none;
}

.sliderImage span strong { color: #FF9428; font-size: 16px; line-height: 250%; }

.top { top: 0; left: 0; }
.bottom { bottom: 0; left: 0; }
.clear { clear: both; }

/* ---- CONTENT ---- */
#content { width: 100%; padding: 1rem 0; }
#content p { font-size: 12px; line-height: 140%; background-color: #fff; }

#box1, #box2 {
float: none;
width: 100%;
max-width: 100%;
padding: 0 0 1rem 0;
}

#box1 img, #box2 img {
width: 100%;
height: auto;
display: block;
margin-bottom: 1rem;
}

.productivity { padding-bottom: 10px; width: 100%; }
.productivity img { width: 100%; height: auto; display: block; }

/* ---- FOOTER ---- */
#footer {
clear: both;
padding: 10px 0;
margin: 10px 0 0 0;
border-top: 1px #000 dotted;
}
#footer::before {content:"";
                  clear: both;
	display: table;}

#social-media2 {
padding: 1em;
margin: 1em;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
}

#social-media2 img { width: 32px; height: 32px; object-fit: contain; }

#footer p { text-align: center; font-size: 12px; font-weight: bold; }

audio { width: 100%; margin: 1rem 0; }

br { list-style-type: none; text-decoration: none; }

/* ---- GALLERY ---- */
.container .heading {
font-size: 2rem;
margin: 1.5rem 0;
text-transform: capitalize;
color: purple;
font-family: Verdana, Geneva, Tahoma, sans-serif;
letter-spacing: .1rem;
text-align: center;
text-shadow: 0 .3rem .5rem rgba(0,0,0,.5);
}
.container .heading::after {content:"";
                           clear: both;
	                     display: table;}
.video-containder { display: flex; justify-content: center; flex-wrap: wrap;

                  
}
.video-containder.video::after {content:"";
                           clear: both;
	                       display: table;
                          
}

.video-containder .video {
height: 12rem;
width: 100%;
max-width: 320px;
margin: 1rem;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
overflow: hidden;
border-radius: 1rem;
}

.video-containder .video video { height: 100%; width: 100%; object-fit: cover; outline: none; border: none; cursor: pointer; }
.video-containder .video video:hover { transition: .2s linear; transform: scale(1.3); }
.video-containder .video .active { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; width: 80%; box-shadow: 0 0 0 100vh rgba(0,0,0,.7); z-index: 1; }
.video-containder .video .active:hover { transition: none; transform: translate(-50%, -50%) scale(1); }

/* ---- CONTACT FORM ---- */
.contact_us { text-align: center; }
#contact-form ol li { list-style-type: none; }
input, textarea { display: block; width: 100%; border: 1px #000 solid; padding: 0.5%; }
textarea { height: 15em; }
input:hover, textarea:hover, input:focus, textarea:focus { background-color: #FFD9B3; }
label { display: block; margin-top: 1em; }
.submit { width: 40%; margin-top: 1.5em; }

/* ---- FAQ ---- */
.header { border-radius: 20px 20px 0px 0px; background: purple; color: #fff; width: 100%; display: flex; align-items: center; justify-content: center; }
.faq-item { margin-bottom: 30px; margin-top: 30px; }
.faq-body { display: none; margin-top: 40px; }
.faq-wrapper { width: 95%; margin: 0 auto; }
.faq-inner { padding: 20px; background: aliceblue; }
.faq-plus { float: right; font-size: 2em; line-height: 2em; cursor: pointer; }

/* ---- MISC ---- */
.louis2 { text-align: center; }
.louis3 { text-align: center; }

img[loading="lazy"] { opacity: 0; transition: opacity 0.4s ease-in-out; }
img[loading="lazy"].loaded { opacity: 1; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 2rem; letter-spacing: 5rem; }

/* ============================================
TABLET (600px and up)
============================================ */
@media screen and (min-width: 600px) {

#wrapper { padding: 0 1.5rem; margin: 1.5rem auto; }

#top { flex-direction: row; justify-content: space-between; align-items: flex-start; text-align: left; }
#logo { float: left; text-align: left; }
#logo img { max-width: 220px; }
#social-media { float: right; text-align: right; }
#social-media p { text-align: right; }

#topnav ul { flex-direction: row; flex-wrap: wrap; }
#topnav ul li { display: inline-block; border-bottom: none; margin: 0 20px 0 0; position: relative; }
#topnav ul li a { display: inline-block; padding: 8px 4px; }

#topnav ul li ul { position: absolute; top: 100%; left: 0; background: #fff; border: 1px #ddd solid; min-width: 160px; z-index: 100; flex-direction: column; }
#topnav ul li ul li { display: block; margin: 0; }
#topnav ul li ul li a { display: block; padding: 8px 16px; white-space: nowrap; }

#slider { height: 220px; }

#box1 { float: right; max-width: 48%; padding: 0 10px 0 0; }
#box2 { float: left; max-width: 48%; padding: 0 10px 0 0; }

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }

.faq-wrapper { width: 90%; }
.faq-inner { padding: 35px; }

input, textarea { width: 60%; }
.submit { width: 20%; }

.video-containder .video { height: 13rem; width: 22rem; }
}

/* ============================================
DESKTOP (900px and up)
============================================ */
@media screen and (min-width: 900px) {

#wrapper { width: 900px; padding: 0 2rem; margin: 2rem auto; }
#logo img { max-width: 100%; }

#topnav ul { padding: 15px 0; }
#topnav ul li { margin: 0 40px 0 0; }

#slider { max-width: 900px; height: 300px; }
#sliderContent { max-width: 900px; }

.sliderImage span { width: 300px; height: 300px; font-size: 12px; line-height: 150%; }
.sliderImage span strong { font-size: 22px; line-height: 300%; }
.top { top: 0; left: 600px; }

#box1 { float: right; max-width: 450px; padding: 0 20px 0 0; }
#box2 { float: left; max-width: 400px; padding: 0 20px 0 0; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4, h5, h6 { font-size: 14px; }

.container .heading { font-size: 3rem; letter-spacing: .2rem; }
.video-containder .video { height: 15rem; width: 25rem; margin: 2rem; }

input, textarea { width: 35%; }
.submit { width: 10%; }

.faq-wrapper { width: 85%; }
.faq-inner { padding: 50px; }
.faq-body { margin-top: 80px; }
}

/* ============================================
LARGE SCREENS (1200px and up)
============================================ */
@media screen and (min-width: 1200px) {

#wrapper { max-width: 1100px; width: 100%; }

	#slider {
    max-width:   900px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:left;

}
#sliderContent {
    max-width:  900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0; padding: 0;
}
	.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
    padding: 10px;
    width: 300px;  /* This is the width of the caption box  */
	height:300px; /* This is the height of the caption box  */
    background-color: #000;  /* This sets the background color of the semi transparent box */
    /* If you do not want the transparent content field to appear, change all opacity values to 0 */
	filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
    color: #fff; /* This is the color of the text in the caption box */
    display: none;
}

.sliderImage span strong { 
	color:#FF9428;  /* This is the color of the title text in the caption box */
	font-size: 22px; /* This is the font size of the title text in the caption box */
	line-height:300%;
	}

.clear { clear: both; }


.top { top: 0; left: 600px; }  /* This sets the upper left corner of the caption box */

.bottom { bottom: 0; left: 0; } /* This sets the lower left corner of the caption box */

#slider ul 		{ list-style-type: none;}
#slider ul li 	{ margin-left:0px; }




#box1 { max-width: 520px; }
#box2 { max-width: 480px; }
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
}
