@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: 100%;
    padding-top: 80px;
    text-align: left;
    background-image: url(../images/topic.png);
    background-position: center center;
    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(244,238,226,1.00);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.cases-section {
    padding: 60px;
    text-align: center;
    background-image: url(../images/bg_case.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.product-section {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    background-image: url(../images/bg_selection.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.contact-section {
    background-image: url(../images/1939485.jpg);
    background-position: left center;
    background-size: cover;
    background-attachment: fixed;
    bottom: 30px;
}

.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(68,68,68,1.00) 0%,rgba(171,171,171,1.00) 99.59%);
    background-image: -moz-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(171,171,171,1.00) 99.59%);
    background-image: -o-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(171,171,171,1.00) 99.59%);
    background-image: linear-gradient(180deg,rgba(68,68,68,1.00) 0.00%,rgba(171,171,171,1.00) 99.59%);
}

.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: #FFFFFF;
}

@media (max-width:768px){
	.site-footer span{
		text-align: center;
		margin-top:15px;
		margin-bottom: 15px;
	}
	.social{
		text-align:	center;}
}
