@charset "utf-8";
html,body{
    height: 100%;
    width: 100%;
}
.one-section{
    height: 100%;
    padding-top: 150px;
    text-align: left;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #FFFFFF;
}

.two-section{
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #274b58;
}
.two-section_p150px {
    padding-top: 150px;
    padding-bottom: 150px;
}

.three-section{
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background-image: url(images/p1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.four-section{
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background-image: linear-gradient(75deg,rgba(123,249,220,1.00) 3.11%,rgba(161,160,248,1.00) 48.19%,rgba(249,154,255,0.99) 96.89%);
    background-attachment: fixed;
}

.five-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{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-radius: 30px;
    padding-right: 20px;
    background-color: hsla(0,0%,100%,0.70);
    margin-bottom: 10px;
}

.mycolor1{
    color: hsla(164,88%,52%,1.00);    
}

.site-footer{
    padding-top: 25rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 25rem;
    height: 8rem;
    color: white;
    background-color: #3A727F;
    font-size: 0.8rem;
}

.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: 100%;
}
.site-footer span {
	margin-top: 12px;
	display: block;
	text-align: left;
}

@media (max-width:992px){
    .social li a {
        color: white;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color:hsla(47,76%,64%,1.00);
        font-size: 15px;
        border-radius: 100%;
    }
}

@media (max-width:768px){
    .social li a {
        color: white;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background-color:hsla(310,95%,38%,1.00);
        font-size: 10px;
        border-radius: 100%;
    }
    .site-footer span{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        }
    .social{
        text-align: center;
        }
}

@media (max-width:576px){
    .social li a {
        color: white;
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
        background-color:cornflowerblue;
        font-size: 5px;
        border-radius: 100%;
    }
}
