.bg-primary, .copyright{
background-color: #6dc7ec !important;
}
.bg-secondary, .footer{
	background-color: #f07c7f !important;
}
.text-secondary, .divider-custom .divider-custom-icon, .divider-custom .divider-custom-line{
	color: #f07c7f !important;
}
.divider-custom .divider-custom-line {
	background-color: #f07c7f;
	border-color: #f07c7f;
}

.portfolio .portfolio-item .portfolio-item-caption {
	background-color: rgba(109,199,236,.9);
}
.btn-primary:hover {
	color: #fff;
	background-color: #57a5c5;
	border-color: #57a5c5;
}
.container {
	text-align: justify;
}

.portfolio-modal .portfolio-modal-title, .copyright .container{
	text-align: center;
}
.form-group {
text-align: right;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #f07c7f;
border-color: #f07c7f;
}

.form-control {
	color: #f07c7f;
	}