@charset "utf-8";
html,body {
    width: 100%;
    height: 100%;
}
.intro-section {
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background-image: url(../images/p0.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.about-section {
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background-image: url(../images/p1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.news-section {
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background-image: url(../images/p2.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.services-section {
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background-image: url(../images/p3.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.contact-section {
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background-image: url(../images/p4.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.row-bg{
	background-color: rgba(255,255,255,0.68);
	border-radius: 30px;
	padding-bottom: 50px;
}

.site-footer {
	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: white;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(237,125,0,0.80);
	font-size: 20px;
	border-radius: 10px;
}
.site-footer span {
	margin-top: 12px;
	display: block;
	text-align: left;
}

@media (max-width:768px){
.site-footer span{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}
.social{
	text-align: center;
	}
}