/* CSS Document */

body{
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-size:16px;
	color:#666;
}

.listnostyle{
	list-style:none;
}

.mainheader{
  padding: 30px 0;
  padding-top:90px;
  padding-bottom:50px;
  color: #cdbfe3;
  text-align: left;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background:url(../img/headbg.jpg) no-repeat;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center 20%;
  -webkit-background-size: cover;
  background-size: cover;
}

.mainheader h1{
	color:#FFF;
	font-size:40px
}
.mainheader h3{
	line-height: 1.6;
}

.mainheader .logo{
	padding-bottom:15px;
}

.bc-social-buttons{
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.bc-social {
    padding: 15px 0;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.bc-social-buttons li a {
    color: #555;
}

.footer a{
	color: #777;
}

.bc-social-buttons li{
	display: inline-block;
    line-height: 1;
    color: #555;
	margin-right: 6px;
}


.bc-social-buttons li .fa {
    font-size: 18px;
    margin-right: 3px;
}

.iconliststype{
	list-style:none;
}

.littleiconcolor{
	color:#36C;
	font-size:20px;
}

.littleiconyellowcolor{
	color:#FF0;
	font-size:20px;
}

.footer {
    color: #777;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 70px;
	background:#333;
}

.footer-bottom{
	border-top: 1px solid #666;
	margin-top:20px;
	padding-top:10px
}