
.top_box{
 color:#79c5a6;
 font-weight:bold;
}

.top_topic img{
 width:100%;
 height:auto;
}

.top_topic h3{
 font-size:1.2em;
 font-weight:bold;
}
.top_topic2{
 text-align:center;
}
.about_table{
	width:100%;
	font-size:1.2em;
}

.about_table tr th{
	width:130px;
}

.success{
 background-color:#d2ffe4;
 color:#000;
 font-weight:bold;
 padding:20px 30px;
 margin-bottom:20px;
}
.error{
 background-color:#f3c2c2;
 color:#000;
 font-weight:bold;
 padding:20px 30px;
 margin-bottom:20px;
}

.portfolio-content{
 border:solid 3px #c58679;
 padding:20px 40px 30px 40px;
}

.portfolio-content h3{
 color:#3ea279 !important;
 margin-bottom:15px;
}
.portfolio-content p{
 color:#3ea279 !important;
 font-size:1.1em;
 color:#000;
}


.mp-contact-form button[type="submit"] {
 color:#000 !important;
}

@media screen and (max-width: 992px){
	.about_table{
		font-size:1.0em;
	}
	.about_table tr th{
		width:100px;
	}
}

@media only screen and (max-width: 767px){
	.header-logo {
	    width: 165px !important;
	}
	.portfolio-content p{
	 font-size:0.9em;
	}
}