/*#about {
    overflow-x: hidden;
    color: #ffffff;
    background-color: rgba(44, 62, 80,1);
}*/

/* Typhography */
body, a, h1, h2, h3, h4, h5, h6, p, div {
    font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,'Lato',sans-serif;
}
a{
    text-decoration: none;
    background-color: none;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ff3366;
}
p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
h1{
    font-size: 60px;
    line-height: 68px;
}
h2{
    font-size: 42px;
    line-height: 48px;
}
h3{
    font-size: 34px;
    line-height: 40px;
}
h4{
    font-size: 20px;
    line-height: 26px;
}
h5{
    font-size: 18px;
    line-height: 22px;
}
h6{
    font-size: 12px;
    line-height: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.text-muted {
    color: #777;
}


/* About Section */
#about{
    background: rgba(255, 255, 255, 0.05);
	/*overflow-x: hidden;
    color: #ffffff;
    background-color: rgba(44, 62, 80,1);
	 */
}
#about .about-content{
    margin-bottom: 30px;
}
#about img.flat-icons {
    width: 70px;
    height: auto;
    margin-right: 30px;
    float: left;
}
#about .img-margin-left {
    max-width: 90%;
    margin: 0px 5%;
    margin-bottom: 30px;
}
@media(min-width:992px) {
    #about .img-margin-left {
        margin: 0px;
        margin-left: -60%;
        max-width: 150%;
    }
}
@media(min-width:992px) {}

/* Section CSS */
section {
    padding: 90px 0;
}

section h1.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
}

section h4.section-subheading {
    margin-bottom: 75px;
    font-weight: 300;
}

@media(min-width:768px) {
    section {
        padding: 120px 0;
    }
}
@media(max-width:992px) {
    section h1.section-heading{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    section h4.section-subheading{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 40px;
    }
}