/* CSS Document */
@font-face {
	font-family: berlinRegular;
	src:url(../images/fonts/BRLNSR.TTF);
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  background-image:url("../images/header.jpg");
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-header a {
	font-family:Impact;
	font-size:30px;
	text-shadow: 3px 2px 2px black;
	color: white !important;
}

#cart {
	color:white !important;
}

#cart:hover{
	text-shadow: 3px 2px 2px black;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
	height: 450px;
}

.row.content h4{
	font-family:berlinRegular;
	/*font-weight: bold;*/
}

.row.content h6{
	font-weight: bold;
}

.row.content a {
	color: black;
	font-weight: bold;
}

.row.content a:hover {
	color:blue;
	transition: 0.2s;
}

.img-thumbnail img {
	width:400;
	height:auto;
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.img-thumbnail img:hover {
	width: 500;
	height: auto;	
}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
}
    
/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}
    
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;} 
}

.Price{
	font-weight: bold;
	font-size: 20px;
}

.theprice{color:red;}

.quan{
	font-weight: bold;
	font-size: 20px;
}

.btn:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.Ccnum{
	color:blue;
	font-size: 12px;
}

.CardType{
	color:blue;
	font-size: 12px;
}

.OrderTotal{
	color: blue;
	font-size: 12px;
}

.ItemName{
	color:blue;
	font-size:12px;
}

.billing{
	color:blue;
	font-size: 12px;
}

#privacy {
	color: red !important;
	font-size: 10px;
}

.img-responsive{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#orderB{
	width:147px;
	height:auto;
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#orderB:hover{
	width:146px;
	height:auto;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#social img {
	width:40px;
	height:40px;
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#social img:hover{
	width:35px;
	height:35px;
	-webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#heading {
	font-family: Impact;
	font-weight: normal;
	font-size: 20px;
	color:black;
	text-decoration: underline;
}

#hsmall {
	font-family: Impact;
	font-weight: normal;
	font-size: 24px;
	color:black;
	text-decoration: underline;
}

#orderC {
	width:auto;
	height: 36px;
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#orderC:hover{
	width: auto;
	height: auto;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#orderD {
	width:auto;
	height:auto;
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#orderD:hover{
	width: auto;
	height: auto;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}


