@charset "utf-8";

@font-face {

    font-family: 'BlackJack';

    src: url('/assets/fonts/blackjack-webfont.eot');

    src: url('../assets/fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'),

         url('../assets/fonts/blackjack-webfont.woff') format('woff'),

         url('../assets/fonts/blackjack-webfont.ttf') format('truetype'),

         url('../assets/fonts/blackjack-webfont.svg#BlackJackRegular') format('svg');

    font-weight: normal;

    font-style: normal;



}

#domestic {visibility: hidden} */


html {
	height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {

    background-color: #fff;
        color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
article {
    margin: 5px;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: purple;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}
a:active {
	text-decoration: underline;
	color: red;
}

h1 {
	font-size: 24px;
        margin: 5px;
        
}
h2 {
	font-size: 24px;
        margin: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF4000;
	text-align: left;
}
p {
	
	line-height: 1.2em;
	
	
}

td {
    border-color: #F2FA97;
    text-align: center;
    vertical-align: top;
}
tr {
    text-align: center;
    vertical-align: top;
}
/*form {
    float:left;
   // clear:both;
    width: 70%;
    
}*/
#testimonials {
    clear: both;
    float: left;
    font-size: 12pt;
    width: 18%;
    border: yellow solid 1px;
    min-height: 20em;
    max-height: 20em;
    overflow: auto;
    min-width: 10em;
    margin: 5px;
    padding: 3px 5px;
    background-color: lightgrey;
}
#cartItems {
    visibility: hidden;
}
/*#contact {
	width: auto; margin: 20px auto; padding: 5px 10px;
	
}*/
#contact {
    float:left;
    width: 100%;
    margin: 20px auto;
    padding: 5px 10px;
}
#thankyou {
    font-size: 14pt;
    color: lightcoral;
}
label {
    float: left; clear: left; margin: 5px 20px 0 0; width: 95px;
	text-align: right; 
	
}
input[type="number"] {
    width: 3em;
    
}
textArea {
    float:left;
    clear:both;
    width: 50%;
    min-width: 15em;
}
footer {
    float:left;
    clear:both;
    text-align: center;

}
footer article {
    font-size:10pt;
    text-align: left;
    margin: 3px 25px;
}
.notice {
    font-size: 10pt;
    font-family: arial, sans-serif;
    color: red;
}
#divfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #000000;
}
#header1 {
    
    padding: 5px;
    float:left;
    width:35%;
}
#header1 img {
    
    width:80%;
    padding-left: 5px;
}
#header2 {
    float:left;
    width:60%;
}
#header2 img {
    vertical-align: middle;
   
}

nav {
    float:left;
    width: 25%;
    clear: both;
    height: 1.5em;
    
    
}
nav ul {
   
    list-style-type: none;
}
nav li {
    display: inline;
}
#article1 {
    float: left;
    
    width: 70%;
}
#bullets {
    /*clear: both;*/
    float:left;
    width:30%;
    padding:5px;
    border-right: 1px solid black;
}
#bullets img {
    height:118px;
    width:auto;
}
#pins {
    float:left;
    width:30%;
    padding:5px;
    
    
}
#pins img {
    height:118px;
    width:auto;
}
#bulletText {
    
    font-family: "Comic Sans";
    font-size: 24pt;
    width:auto;
    text-align: center;
}
#confirm {
    float:left;
    clear:both;
}
#orderForm {
    float: left;
    width:  100px;
    visibility: hidden;
}

#shipping {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.pins1 {
    visibility:  hidden;
}
.pins2 {
    visibility:  hidden;
}
.pins3 {
    visibility:  hidden;
}
.style6 {color: #FF01FF}

.container {
    background-color: rgb(180, 190, 190);
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.container img {
    height: 6rem;
    margin: 0 auto;
}

#graph {
    height: 15rem;
    display: block;
    visibility: hidden;
}

.navcontainer {
    max-width: auto;
    margin: auto;
}

nav {
    position:fixed;
    top: 0;
    width: 100%;
    background-color: #c74a73;
    z-index: 9999
}

nav .container {
    background-color: darkorange;
    padding: 0 10px;
}

nav ul {
    grid-template-columns: repeat(auto-fit, minmax(91px, 1fr));
    display: grid;
    align-content: center;
    /* grid-column-gap: .9rem; */
    /* grid-row-gap: .1rem; */
    /* justify-items: center; */
}

nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    /*padding: 1rem; */
    transition: 0.4s ease-in;
    font-family: 'Roboto', sans-serif;
}

nav ul li a:hover,
nav ul li a:focus {
    background: #832846;
}

nav ul li a:hover span,
nav ul li a:focus span {
    border-bottom: 2rem solid #eed009;
}

nav ul li a:active {
    border: 2px solid #0B6623;
}

nav ul li a[aria-current='page'] span {
    border-bottom:  2rem solid #eed009;
}

.myVideo {
    height: 17rem;

    grid-column-start: last;
    padding: 0;
    width: auto;  
    /* z-index: -1 ; */
}

nav {
    margin: 0;
    background-color: darkorange;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
    background-color: darkorange;
}

nav a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

nav a:hover {
    background-color: #000;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 20px;
}

nav ul li:hover > ul {
    display: inherit;
}

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

li > a:after { content:  ' + ';}
li > a:only-child:after { content:  '';}




