/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
	background-color: #d4d4d4;
	font-family: source-han-sans-traditional, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ys-toplogo {
    width: 100%;
}
.img75 {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.reading {
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.box {
    padding-top: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
}
.box .inner {
    background-color: #fff;
}
.marketing h2 {
  font-weight: normal;
}
.cover {
    padding-top: 1rem;

}
.lead {
    font-weight: 300;
    font-size: 0.9em;
}
.whiteback {
	background-color: hsla(0,0%,100%,0.65);
	padding: 1rem;
	border-radius: 10px;
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.btn-circle.btn-xl {
    width: 90px;
    height: 90px;
    padding-top: 20px;
    padding-right: 21px;
    padding-left: 21px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 45px;
}

.text-blue {
	color: #448aca;
}
.text-purple {
	color: #8957a1;
}
.underline{
    border-bottom: 1px dotted hsla(0,0%,100%,1.00);
    padding-bottom: 1rem;
	
}
.bg-blue{
	background-color:#448aca;
}
.bg-purple{
	background-color:#8957a1;
}
.text-name{
    font-family: "source-han-serif-tc", Cambria, "Hoefler Text", "Times New Roman";
    font-weight: 900;
    font-size: 1.3em;
    color: #005B5C;

}
.text-small{
    font-size: 0.9em;
    color: #585858;
}
.pline p{
    border-bottom: 1px dotted #3A89BB;
    padding-bottom: 1rem;
	
}
section {
	background-repeat: repeat-y;
	background-position: center 0%;
	clear: both;
	background-image: url(../images/star01.png);
}
header {
	margin: 0;
	background-image: url(../images/back_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#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 */
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding-top: 1.5rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

    max-width: 100%;
    height: auto;
}


[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.ys_rounded {
	border-radius: 1rem;
	padding-top: 0.5rem;
	border: 1px groove #FFFFFF;
}
.pricearea {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
}
.img250 {
	width: 250px;
}

.productsdec {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	text-align: left;
}







@media (min-width:576px){
.lead{
    font-size: 0.7em;
    font-weight: 300
}



}
@media (min-width:768px){
.lead{
    font-size: 1.05em;
    font-weight: 300
}

}
@media (min-width:992px){
.lead{
    font-size: 1.05em;
    font-weight: 300
}
}

@media (min-width:1200px){
.lead{
    font-size: 1.05em;
    font-weight: 300
}
}
@media (max-width:576px){
.pricearea{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	white-space: nowrap;
	text-align: center;

}
.productsdec {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	text-align: left;
}
.img250 {
	width: 270px;
}


}
