.about {
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
	margin-bottom: -35px;
}

#rpclogo {
	max-width: 98%;
	max-height: 100%;
	margin-bottom: 20px;
}

.section-about {
    position: relative;
    width: 90%;
	max-width: 1050px;
    height: 100%;
    background-color: #E4F4FF;
    margin: 700px auto 0;
    margin-bottom: 0px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(1, 1, 1, 0.1);
	top: -40px;
	padding: 30px 0px;
}

@media screen and (max-width: 500px) {
	.section-about {
		width: 94%;
	}
}

.about-me {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 30px;
}

.since {
    font-size: 32px;
    color: #575757;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 20px 0px;
}

.about-right-col {
    display: block;
    height: 100%;
    top: 0;
	margin-top: -10px;
 	min-width: 100%;
}

.center {
	text-align: center;
	display: block;
}

.rpc-logo-col {
	text-align: center;
	display: block;
	min-width: 30%;
	height: 100%;
	margin: auto 0;
}

.about-right-content {
    display: block;
    height: 100%;
    margin-top: 0px;
    color: #515151;
    overflow: hidden;
    font-size: 18px;
	font-weight: 300;
	margin: auto;
	max-width: 80%;
	padding: 0px 22px;
}

@media screen and (max-width: 1115px) {
	.about-left-col {
		min-width: 100%;
		clear: both;
		height: 80px;
	}
	.about-right-col {
		min-width: 100%;
		clear: both;
	}
	.about-right-content {
		max-width: 95%;
	}
}

@media screen and (max-width: 500px) {
	.about-left-col {
		margin: auto 0;
		float: none;
	}
	.about-right-content {
		max-width: 100%;
	}
}

@media screen and (max-width: 370px) {
	.since {
		font-size: 30px;
	}
}@media screen and (max-width: 350px) {
	.since {
		font-size: 28px;
	}
}@media screen and (max-width: 330px) {
	.since {
		font-size: 26px;
	}
	.about-p {
		font-size: 15px;
	}
}@media screen and (max-width: 310px) {
	.since {
		font-size: 24px;
	}
}@media screen and (max-width: 290px) {
	.since {
		font-size: 22px;
	}
}@media screen and (max-width: 260px) {
	.since {
		font-size: 20px;
	}
}

@media screen and (max-width: 285px) {
	.about-me {
		font-size: 30px;
	}
}

@media screen and (max-width: 215px) {
	.about-me {
		font-size: 26px;
	}
}

.scroll-down-section {
	width: 100%;
	height: 100%;
	background-color: #E4F4FF;
	margin-top: 35px;
	text-align: center;
}

.scroll-down {
	max-height: 60px;
	margin: 35px 0px;
	cursor: pointer;
}
