@charset "utf-8";
html,body {
    width: 100%;
    height: 100%;
}

.row-bg{
	background-color:rgba(255,255,255,0.80);
	border-radius:30px;
	padding-bottom: 50px;
}


.topic-section {
    height: 60%;
    padding-top: 80px;
    text-align: left;
    background-image: url(../images/topic.png);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(0,0,0,1.00);
    background-repeat: no-repeat;
}

.intro-section {
	padding-top: 5rem;
    text-align: center;
    background-color: rgba(255,255,255,1.00);
    display: inline;
    line-height: 1.5em;
}

.feature-section {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 100px;
    text-align: center;
    background-color: rgba(228,228,228,1.00);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.cases-section {
    padding: 60px;
    text-align: center;
    background-image: url(../images/90758627_m.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.product-section {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    background-image: url(../images/1103970.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.contact-section {
    padding-top: 5rem;
    text-align: center;
    background-image: url(../images/1939485.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    bottom: 30px;
    padding-bottom: 5rem;
}

.site-footer {
	padding-bottom: 25px;
	color: white;
	padding: 25px 0;
	border-top: 1px solid rgba(182,182,182,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(179,179,179,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(179,179,179,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(179,179,179,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(179,179,179,1.00) 0%,rgba(255,255,255,1.00) 100%);
}

.social{
	text-align: right;
	margin:0px;
	padding:0px;
}

.social li{
	list-style-type: none;
	margin-right: 5px;
	display: inline-block;
}

.social li a{
    color: rgba(255,255,255,1.00);
    width: 40px;
    height: 40px;
    text-align: center;
	text-decoration: none;
    line-height: 40px;
    background-color: rgba(200,0,3,1.00);
    font-size: 20px;
    border-radius: 20px;
}

.social li a hover{
    text-decoration: none;
    background-color: rgba(205,0,191,1.00);
}

.site-footer span {
	margin-top: 15px;
	display: block;
	text-align: left;
	color:rgba(0,0,0,1.00);
}

@media (max-width:768px){
	.site-footer span{
		text-align: center;
		margin-top:15px;
		margin-bottom: 15px;
	}
	.social{
		text-align:	center;}
}
