


#nav-background {
	position: absolute;
	max-width: 1920px;
	width: 100%;
	background-image: url(../images/Litchfield_Header_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 256px;
    z-index: 5;

}

#navbar {
	/*
    display: block;    
    position: absolute;
    z-index: 1030;
    */
    position: relative;

    top: 0;
    right: 0;
    left: 0;
    

    padding: 0;

    
    max-width: 1920px;
    width: 100%;
    
  	height: 256px;

	/*
    background-image: url(../images/Litchfield_Header_Background.jpg);
    background-repeat: no-repeat;
    */
    
    /*background-color: rgba(132,197,255,0.5);
    background-color: rgba(138,194,223,.65);
    box-shadow: 0px 5px 15px 0px rgba(71,107,123,1);
    */
    
}

#navbar-content {
	display: grid;
	grid-template-columns: 561px auto;


	/* FLEX worked:
	justify-content: flex-start;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	align-items: normal;

	*/
}


#header-logo-area {
	display: flex;
	align-items: center;
	/* border: 1px solid yellow;  */
    position: relative;
    height: 100%;
    max-height: 253px;
    max-width: 561px;
    width: 100%;
    z-index: 5;

    grid-row: 1/3;
	grid-column: 1/2;
}

#header-logo {
	/* height: 100%; */
    max-height: 250px;
    width: auto;
    display: block;
    
	margin-top: 0;

	/*
	position: absolute;
	*/

	
}

nav {
	/* border: 1px solid red; */
    
    min-width: 413px;
    min-width: 274px;
    margin: 0 auto;
    padding-right: 10px;
	
	height: 205px;


	position: relative;
	z-index: 52;

	/* flex  stuff

	width: 50%;
	flex-grow: 1;

	*/


}

.nav {
	position: relative;
	z-index: 99;
	/* padding-top: 126px;
	/* letter-spacing: 14px; */
	font-family: 'Annie Use Your Telescope', cursive;
	height: 100%;
	align-items: flex-end;
	align-content: flex-end;
	margin-top: 0px;

}

.nav-link {
	padding: .3rem 1rem;
	/*
    font-size: 1.3em;
    font-weight: 400;
    z-index: 99;
    */
}

.nav-item {
	line-height: 60px;
}

.nav-item a, .nav-item a:link, .nav-item a:visited {
	color:#FFFFF3;
	
    text-transform: uppercase;
    font-weight:400;
    font-size:35pt;

    -webkit-text-stroke-width: 19px;
	-webkit-text-stroke-color: rgba(193,31,20,.88);
	paint-order: stroke;
	letter-spacing: .15vw;
	
}
.nav-item a:active {
	/* color: #ffc535; /* yellow */
	color: #2B5362; /* dark blue/greenish */

}
.nav-item a:hover {
    /* color:#ffc535; /* yellow */
    color: #2B5362; /* dark blue/greenish */
    text-decoration: none;
} 

.nav-item .active {
	/* we aren't using this, but coul. */
    border: 3px solid #2B5362;
    color: #2B5362;
}
/* don't think this is in use */
/*
#nav-content {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    justify-content: space-between;
    margin: 0 auto;

    max-width: 1500px;
      

}
*/

.dropdown-menu {
	background-color: #8AC2DF;
	margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	/* this is here just to cancel the defautl BS settings. */
    color: #2B5362;
    text-decoration: none;
    background-color: #8AC2DF;
    
}

.dropdown-toggle::after {
	/* Thsi is the stuff that adds the "down arrow"  */
    /* display: inline-block; */
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#About-menu {
	/* left: -348px; */
}
#addition-nav {
	/* border: 1px solid black;  */
	grid-row: 2/3;
	grid-column: 2/3;
	display: flex;

	position: relative;
	z-index: 7;
	height: 49px;
}



#soc-media{
	display: block;
	z-index: 5;
	flex-grow: 5;
}

.addition-nav-right {
	flex-grow: 1;
	/* padding-right: 40px; */

}

#cart-image {
    width: 44px;
    height: 44px;
    position: absolute;
    
    margin-top: 3px;
}
#cart-num{
	color: #b6322e;
	background-color: #f8f9fa;
	position: absolute;
	z-index: 5;
	margin-left: 26px;
	margin-top: 3px;
	font-size: 65%;

}



#ham-container {
	display: block;
	flex-grow: 0;
	
	/*
	padding-top: 206px;
	*/
}

#ham-menu {
    padding-right: .2em;
    display: none;
    position: relative;
	z-index: 99;
	font-size: 3rem;
	color: rgba(193,31,20,.88);
	
	float: right;
}

#mobile-nav-container {
	/* margin-top: -300px;	*/
	display: none;
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	position: absolute;
	z-index: 150;
	background-color: #8AC2DF;

}

.mobile-nav {
	font-family: 'Annie Use Your Telescope', cursive;
	list-style: none;
	padding-left: 0;
	/*
	display: flex;
	flex-direction: row;
	*/
	
}

.nav-item-mobile {
	width: 100%;
	/* border: 1px solid red; */

	display: flex;
	flex-wrap: wrap;
	
}

.nav-link-mobile {
	/* border: 1px solid black; */
	width: 80%;
	flex-shrink: 0;
}

.dropdown-menu-mobile {
	display: none;
	padding-left: 25px;
}

.dropdown-menu-mobile a {
	display: block;
}

.dropdown-mobile {
	margin: 0 auto;
	flex-shrink: 0;	
	width: 20%;
	text-align: center;

}

.dropdown-mobile i {
	font-size: 60px;
	color: rgba(193,31,20,.88);
	
}
