.parallax {
    /* The image used */
    background-image: url('/userImage/bg-home.jpg');
    /* Full height */
    height:300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-text{
  margin-top: 220px;
  word-spacing: 2px;
  letter-spacing: 1px;


  font-weight: 400;
}
.text-label{
color:#fff;
padding-bottom: 5px;
border-bottom: 3px solid  #951a1d;
}
.small-text{
  font-size: 12px;
  color:#ccc;
}
.card{
  padding: 10px;
  margin: 10px;
}
.card-texts{
  font-size: 16pt;
  font-weight: 500;
  padding: 0 0 20px 0;
}

/* detailed view */
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.fill img {
    flex-shrink: 0;
    width:20%;
    min-height: 100%;
}
.gray-div{
  background-color: #efefef;
  width:100%;
  padding:10px;
  font-family:monospace;
  letter-spacing: 1px;
  font-weight: 550;
  font-size: 14px;
  color:#232323;
}
.gray-div label{
  font-weight:normal;
  font-size: 13px;
}
.order-div{
  border:1px solid  #951a1d;
  padding: 10px;
}
.orderTest{
  font-size: 13px;
  color:#000;
}
a {
	color: #0254EB
}
a:visited {
	color: #0254EB
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}
.comment {
	width: 100%;
	margin-left: 15px;
  padding:10px;
  white-space: pre-wrap;
  text-align: left;
}
.showMoreDiv{
  padding-left: 30px;
  margin-top: 35px;
}
.borderBottom{
  border-bottom: 1px solid #eee;
}
.divOuther{
  width: 100%;
	margin-left: 15px;
  padding:10px;
  white-space: pre-wrap;
  text-align: left;
}
.modals {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modals-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #951a1d;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.column {
  float: left;
  width: 18%;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.addColorButton{
  color:#fff !important;
  /* background-color: #951a1d; */
  background-color: #ea5e42;
  letter-spacing: 2px;
}
.m-t-35{
  margin-top: 35px;
}
.m-t-10{
  margin-top: 10px;
}
.m-t--10{
  margin-top: -10px;
}
.m-t-style{
  margin-top:10px;
}
.b-d-style{
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  padding-bottom: 10px;
}
.typed{
  white-space: pre-wrap;
}
.box-3d-red{
  -webkit-box-shadow: 0 4px 8px rgba(149, 26, 29, .4);
    box-shadow: 0 4px 8px rgba(149, 26, 29, .4);

}
