@charset "UTF-8";
section .portfolio-section {
	background-color: #354047;
	color: #000000;
}
.text-black {
	color: #000000;
}


.contact-right form {
	width: 100%;
}
form input, form textarea {
	width: 100%;
	border: 0;
	outline: none;
	background: #FFFFF;
	padding: 10px;
	margin: 10px 0;
	color: #D0DFE7;
	font-size: 16px;
	border-radius: 6px;
}
form .btn2 {
	padding: 10px;
	font-size: 16px;
	margin-top: 15px;
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #ffffff;
	font-weight: 300;
	margin-top: 25px;
}
.btn {
	display: inline-block;
	background: #B5D1D0;
	border: 1px solid #354047;
	transition: background 0.5s;
}
.btn a:hover {
	color: #354047;
	cursor: pointer;
}
section .news-section p {
	color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #354047;
}
a:hover {
	color: #B5D1D0;
}
a.text-black{
	color: #000000;
}
a.text-black:visited {
	color: #354047;
}
a.text-black:hover {
	color: #B5D1D0;
}