:root
{
	--lhmBlue: #1361af;
}
iframe
{
	width: 100%;
    border: 0px !important;
	height: 9em;
}

[hidden]
{
    display: none !important;
}

body
{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

.roundCorners
{
	border-radius: 20px;
}

h2
{
	width: 80vw;
}

.headerContents
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: calc(10vw + 700px);
	font-size: 1.2em;
	line-height: 0.4;
	text-align: center;
}

.header
{
	display: flex;
	background-color: black;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/*height: 8em;*/
}

.header div
{
	color: white;
}

#headerLogo
{
	height: 3.5em;
}

#navBar
{
	display: flex;
	background-color: #444;
	flex-direction: row;
	height: 3em;
	align-items: center;
	justify-content: center;
}

#navContent
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 95%;
	max-width: 1500px;
	color: white;
	font-size: 1.2em;
}

#navContent a, #navMenu a, #navContent span
{
	text-decoration: none;
	color: #CCC;
	transition: all .1s ease-in;
}

#navContent a:hover, #navMenu a:hover
{
	color: white;
}

#content
{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

#navMenuSpan
{
	font-size: 2em;
	color: white;
	display: flex;
	align-items: center;
	user-select: none;
}

#navHamburger
{
	height: 1em;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #444;
	z-index: 1;
}

#otherProductsDropdownContent
{
	flex-direction: column;
}

.indent
{
	margin-left: 1em;
}

#otherProductsDropdownContent *
{
	padding: 0.8em;
}

.dropdown:hover .dropdown-content
{
	display: flex;
}

[hidden]
{
    display: none !important;
}

#navMenu
{
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -100vw;
	background-color: #222;
	overflow-x: hidden;
	transition: 0.4s;
	transition-timing-function: ease-in-out;
	padding: 2em;
	color: white;
	display: flex;
	flex-direction: column;
	font-size: 1.2em;

}

#navBar .menuShow
{
	left: 0;
}

#navMenu .navItem
{
	padding-bottom: 1em;
}

button
{
	text-decoration: none;
	padding: 0.8em;
	background-color: black;
	color: white;
	border-radius: 20px;
	font-size: 1.2em;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	white-space: nowrap;
	overflow:hidden;
}

.buttonLink
{
	text-decoration: none;
	padding: 1em;
	background-color: black;
	color: white;
	border-radius: 20px;
	font-size: 1.2em;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	height: 1em;
	white-space: nowrap;
	overflow:hidden;
}

.buttonLink:hover
{
	background-color: #333;
	transition: all 200ms;
	color: white;
}

a
{
	text-decoration: none;
	color: inherit;
}

.flexRow
{
	display: flex;
	flex-direction: row;
}

.flexColumn
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.center
{
	align-items: center;
}

.flexWrap
{
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	justify-content: space-around;
}

.left
{
	order: 1;
	text-align: left;
	flex-basis: 50%;
	margin-left: 2em;
}

.right
{
	order: 2;
	flex-basis: 50%;
}

[data-pickeractive="1"]
{
	border-style: solid;
	border-color: var(--lhmBlue);
	border-width: 9px;
}

.photoPickerMain
{
	width: 100%;
	box-shadow: 5px 5px 20px #CCC;
}

.landingPageUpper
{
	display: flex;
	flex-direction: row;
	width: 95vw;
	padding-bottom: 2em;
}

.containerOne
{
	background-color: white;
	padding-top: 2em;
	padding-bottom: 2em;
	align-items: center;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.subcontainer
{
	max-width: 1200px;
	justify-content: space-between;
}

.landingPageContainer
{
	background-color: white;
	padding-top: 2em;
	padding-bottom: 2em;
	align-items: center;
	width: 100%;
}

.photoPicker
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pickerPhoto
{
	width: 100px;
	aspect-ratio : 1 / 1;
	object-fit: cover;
	cursor: pointer;
	margin: 5px;
	box-shadow: 5px 5px 20px #CCC;
	box-sizing: border-box;
}

.showClickable:hover
{
	transform: scale(105%);
	transition: all 30ms ease-in;
}

.autoWidth
{
	width: auto;
}

.centerText
{
	text-align: center;
}

.quoteContainer *
{
	margin-left: 1em;
	margin-right: 1em;
}

.quoteContainer
{
	margin-top: 2em;
	margin-bottom: 2em;
	display: flex;
	flex-direction: row;
}

.colorBlock
{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	text-align: center;
	padding: 0.5em;
	background-color: black;
	color: white;
	font-size: 1.2em;
	border-radius: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: var(--lhmBlue);
}

table
{
	empty-cells: show;
	caption-side: top;
	border-collapse: separate;
	border-spacing: 10px 5px;
}

table td,
table th
{
	font-size: inherit;
	margin: 20px;
	overflow: visible;
	padding: 0px;
	margin: 1em;
}

tr:nth-child(odd)
{
}

tr:nth-child(even)
{
	background-color: white;
}

caption
{
	border-radius: 0px 0px 4px 4px;
	font-size: 1.5em;
	padding: 0.3em;
	white-space: nowrap;
	/*background-color: var(--lhmBlue);*/
	color: black;
	text-align: left;
}

.typeBlock
{
	text-align: left;
	padding: 0em 2em 0em 2em;
}

.bubble
{
	aspect-ratio : 1 / 1;
	border-radius: 20px;
	box-shadow: 5px 5px 20px #CCC;
	padding: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	display: flex;
	text-align: left;
	justify-content: start;
	flex-direction: column;
	background-color: white;
	width: 200px;
	margin: 1em;
	font-weight: lighter;
}

.bubbleTitle
{
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}

.unselectable
{
    user-select: none;
}

.linkIcon
{
	height: 1em;
}

.dark
{
	background-color: #F3F3F3;
}

@media screen and (min-width: 1200px)
{
	.header
	{
		height: 6em;
	}

	#navMenuSpan
	{
		display: none;
	}

	#navContent
	{
		display: flex;
	}

	.subcontainer
	{
		display: flex;
		flex-direction: row;
	}

}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: rgb(0,0,0);*/
    background-color: rgba(0,0,0,0.6)
}

.modal-content
{
    margin: 10% auto;
    padding: 0.2em 1em 1em 1em;
    border-radius: 5px;
    display: block;
    width: fit-content;
    overflow: auto;
    background-color: white;
	max-width: 80vw;
}

.modalClose
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    display:inline-block;
    width: fit-content;
}

.modalClose:hover, .modalClose:focus
{
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.1,1.1);
}

.modalCloseContainer
{
    display: flex;
    justify-content: right;
}

.close
{
    color: #333;
}

.close:hover, .close:focus
{
    color: black;
}

.photoModal
{
	align-items: center;
}

.photoModal img
{
	max-width: 80vw;
	max-height: 90vh;
	margin-bottom: 1em;
}

.linkIcon:hover
{
    cursor: pointer;
}

.textContainer
{
	margin: 2em;
	text-align: left;
}

.bubbleContainer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	max-width: 1200px;
	margin: 1em;
} 

.tablePhoto
{
	width: 200px;
}

#photoPickerDiv
{
	width: 80%;
	max-width: 1000px;
	align-items: center;
	margin-top: 2em;
}

#tables
{
	display: block;
	flex-direction: column;
	margin: auto;
	justify-content: left;
	flex-basis: fit-content;
}

.optionGroupTitle
{
	text-align: left;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.5em;
}

.optionGroup
{
	display: flex;
	flex-direction: column;
	margin: 2em;
}

.options
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 1em;
}

.option
{
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	margin: 1em;
	box-shadow: 5px 5px 20px #AAA;
	box-sizing: border-box;
}

.option > img
{
	border-radius: 10px 10px 0px 0px;
	margin: 0px;
	aspect-ratio: 2.5/2;
	object-fit: cover;
}

.optionLabel
{
	text-align: left;
	margin: 0.5em;
	display: flex;
	justify-content: space-between;
	font-weight: lighter;
}

[data-optionactive="1"]
{
    outline: 10px solid var(--lhmBlue);
    outline-offset: -2px;
}

#photoPickerActive
{
	/*aspect-ratio : 1 / 1;*/
	width: 90%;
	max-width: 500px;
	max-height: 400px;
	object-fit: cover;
	cursor: pointer;
	margin: 5px;
	box-shadow: 5px 5px 20px #AAA;
	box-sizing: border-box;
}

#requestAQuoteRow
{
	display: none;
}

#quoteModal
{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #444;
	color: white;
	border-radius: 20px;
	box-shadow: 5px 5px 20px #AAA;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

#quoteModal .modalClose
{
	margin-right: 1em;
	margin-top: 0.5em;
}

#quoteModal input
{
	border-radius: 5px;
}

#quoteModal textarea
{
	border-radius: 10px;
}

#quoteModal caption
{
	color: white;
}

#quoteModal button
{
	background-color: white;
	color: black;
	width: 80%;
}

#quoteModal tr
{
	background-color: #444;
}

.tableLabel
{
	text-align: right;
}

.tableInputCell *
{
	width: 96%;
}

.tableInputCell
{
	text-align: left;
}

#quoteInputMessage
{
	height: 9em;
}

#quoteInputBuildOptions
{
	height: 9em;
}

.subcontainer
{
	display: flex;
	flex-direction: row;
}

#otherBuildOptions
{
	box-shadow: 5px 5px 20px #AAA;
	height: 10em;
	border-radius: 10px;
	margin: 1em;
}

.centerContainer *
{
	margin: 0em 0.2em 1em 0.2em;
}

.centerContainer
{
	margin: 2em;
	margin-bottom: 0px;
}


@media screen and (max-width: 1200px)
{
	.headerContents
	{
		flex-direction: column;
	}

	#navMenuSpan
	{
		display: flex;
	}

	#navContent
	{
		display: none;
	}

	.subcontainer
	{
		display: flex;
		flex-direction: column;
	}

	.left
	{
		justify-content: center;
		flex-basis: 50%;
		margin-left: 0em;
		text-align: center;
	}

	.quoteContainer *
	{
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.quoteContainer
	{
		flex-direction: column;
	}

	.landingPageUpper
	{
		width: 85vw;
		flex-direction: column;
	}
}
