
html,body
{
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	font-family: 'Numans', sans-serif;
}

.navbar-inner {
    background-color:white;
 opacity: 0.75; 
    filter:(opacity=50); 	
}

.container
{
    background-color: #FFFDF2;
	color: #36454F;
    padding-top: 5px;
    margin-bottom: 5px;
    border: solid 1px;
    border-color: gray;
	box-shadow: 0 0 30px black;
	
/*
    background-color: gray;
	color: #eff3f7;
    padding-top: 5px;
    margin-bottom: 5px;
    border: solid 1px;
    border-color: white;
*/	
	
}

.row
{
    margin-bottom: 5px;
}

.img-thumbnail_my
{
    margin-top: 10px;
    width: 100%;
	padding: 0.0rem;
 /*   background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;*/
}
/*
.img-thumbnail
{
    margin-top: 10px;
    width: 100%;
}
*/
.card-my
{
    margin-top: 0.8rem;
}

.bg-custom-1
{
    background-color: #953737;
}

.bg-custom-2
{
    background-color:  #3770a5;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #292b2c;
  color: white;
  text-align: center;
}

.jas_copyright
{
	display: inline-block;
	color: silver;
	font-size: 0.8rem;
}

.header-my
{
    padding: 0.5rem 1.2rem;
}

#customer_reviews
{
    text-align: right;
    font-size: 0.9em;
    text-transform: capitalize;
}

.label
{
    font-size: 12px;
    margin-top: 10px;
}

.table
{
    border-color: transparent;
    padding-bottom: 10px;
}

.fa
{
    font-size: 20px;
    letter-spacing: 10px;
    margin-top: 5px;
}

.test
 {
    content: '|';
    padding: 0 0.5em;
}

cardbody a
{
  margin-right: 1em;
}

cardbody a:first-of-type
{
  margin-right: 1em;
}

cardbody a:last-of-type
{
  margin-left: 1em;
}