body {
	font-family: "source-han-sans-traditional", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 2em;
	background-image: url(../images/background.jpg);
}
.navbar {
	margin-bottom: 0px;
}
.navbar-nav {
	font-size: 1.5em;
}
.navbar-brand {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	height: 45px;
	font-size: 18px;
	line-height: 20px;
}
.lag-logo {
	width: 70px;
	height: auto;
	margin-top: 0.8rem;
}
.jumbotron {
	background-image: url(../images/headercover.jpg);
	background-size: cover;
	margin: 0px;
	background-position: center center;
}
.img-responsive {
	margin-left: auto;
	margin-right: auto;
}
.name {
	font-family: "source-han-serif-tc", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: bold;
}
.border-green {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	height: 47px;
}
.border-blue {
	background-image: url(../images/border1.png);
	background-repeat: repeat-x;
	height: 47px;
}
.border-blue2 {
	background-image: url(../images/border2.png);
	background-repeat: repeat-x;
	height: 47px;
}
.row.back-blue.text-white .container {
}
.back-white {
	background-color: hsla(0,0%,100%,0.80);
	padding: 10px;
}
.back-blue {
	background-color: #0070bf;
}
.back-green {
	background-color: #C2E469;
}
.text-bold {
	font-weight: 600;
}
.text-white {
	color: #FFFFFF;
}
.text-yellow {
	color: #FFDD00;
}
.text-big {
	font-size: 1.6 .6em .6em;
	font-size: 1.6em;
}
.text-price {
	color: #FFED00;
	font-size: 1.8em;
	line-height: 2.2em;
}
.book-dec {
	font-size: 1.5em;
	line-height: 1.8em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.book-name {
	line-height: 1.4em;
	color: hsla(4,100%,30%,1.00);
}
.book-dec ul {
	margin-left: -1.5rem;
}
.col-8 {
}
.box {
	padding-left: 1rem;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	border: 1px solid #B5B5B5;
	border-radius: 8px;
	background-color: #FFFFFF;
}
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: red; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
}
#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}
.navbar-center {
	float: none;
	font-size: 1.2em;
}
.navbar-center ul {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	text-align: center;
	width: 670px;
}
.text-green {
	color: #315600;
}
.nav.navbar-nav.text-danger li a {
	color: #a94442;
}
footer {
	width: 100%;
	text-align: center;
	padding: 1%;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #DCDCDC;
}
#DOWN{ 
margin:0 auto;
display:inline-block;
clear:both;
width:100%;
background-color:#dcdcdc;
padding:10px 0px; 
}

#DOWN p{ 
font-size:13px;
text-align:center;
line-height:30px;
color:#333333;
}

#DOWN p a{ 
color:#333333; 
text-decoration:none; 
}

#DOWN p img{ 
vertical-align:bottom;
}

.footer_logo{ 
margin:0 auto; 
width:100%; 
text-align:center;
}
@media (max-width:768px) {
.navbar-center {
	display: none;
}
}
