*{
	box-sizing: border-box;
	font-family: Microsoft Tai Le;
}

.container{
	width:100%;
}
.row{
	display:block ruby;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
	float:left;
}

html{
	scroll-behavior: smooth; 
}

a{
	text-decoration: none;
}

em{
	text-align: center;
	color: red;
}

.logo{
	height: 63px;
	padding: 0px;
}

.topnav {
  overflow: hidden;
  background-color: #002366;
  color: #333;
}

.topnav a:nth-child(1){
  padding: 0px;
}


.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  color: white;
}

.topnav a:nth-child(2){
	float: right;
}

.topnav a:nth-child(3){
	float: right;
}

.topnav a:nth-child(4){
	float: right;
}

.topnav a:nth-child(5){
	float: right;
}

.topnav a:hover {
   text-decoration: none;
   color: #333;
}

#cust-info{
  border-top: 2px solid white;
}

#cust-info .topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  border: 1px solid grey;
}


.topnav a.active {
  background-color: #00cffb;
  color: #333;
}

.topnav a:hover {
  color: #ffcc00;
}

.topnav .icon {
  display: none;
}


.index .navbar{
	margin-bottom: 8px;
	border-radius: 0px;
	position: fixed;
	width: 100%;
	z-index: 1;
	padding: 0px;
}

.navbar-right{
	float: right;
}

.nav-bg{
	background-color: #00cffb;
}

.navbar-right a{
	margin-left: 20px;
	font-size:1.2em;
}

.index .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #262c33;
}


a:hover{
	text-decoration: none;
	color: #ffd526;
}

li{
	list-style: none;
}

#store-name{
	color: #262c33;
	text-transform: uppercase;
}

#myCarousel{
	/* position: relative; */
	/* top: 62px; */
	padding:0px;
}

#footer{
	padding: 24px;
	background-color:#000;
	display:flex;
	font-size:17px;
	color: white;
}

#footer a {
	color: #f2f2f2;
	text-decoration: none;
}

#footer a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #ff8800;
	transition: all .5s;
}

#quick-links-head{
	display: none;
}

#user-head{
	display: none;
}

#quick-links li{
	margin-bottom: 14px;
}

#user-links li{
	margin-bottom: 14px;
}
.copyrights{
	text-align:center;
	top:27px;
	background-color: #4d4d4d;
	color:white;
	padding:3px;
}

@media only screen and (max-width: 993px){
	nav .topnav a:not(:first-child) {
		display: none;
	}
	nav .topnav a.icon {
		float: right;
		display: block;
	}
	
	nav .topnav.responsive {
		position: relative;
	}
	
	nav .topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	nav .topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	
}

@media only screen and (max-width: 646px){
	em{
		font-size: 0.9em;
	}
}


@media only screen and (max-width: 600px){
	#footer .col-lg-12{
		width: 100%;
	}
	
	#footer #store-name{
		text-align: center;
	}
	
	#footer{
		 text-align: center;
	}
}
