#header {
    background-color: #135589;
	padding: 16px 0;
    /*background-color: #6C4F70;*/
    /*background-color: #4C586F;*/
}
#header .header-right {
	padding-top: 12px;
}

#header a:hover {
    color: #c9c1c1;
}

i {
	color: #AED9DA;
}

a {
	color: #135589;
}

a:hover, a:active, a:focus {
	color: #709FB0;
}

.brand-name {
	color: #135589;
}

.section-header .section-divider {
	background: #AED9DA;
}

#call-to-action {
	background:  url(../img/web-development.jpg) fixed center center;
	background-size: cover;
	padding: 80px 0;
	color: #ffffff;
}
#call-to-action .cta-btn:hover {
    background: #135589;
    border: 2px solid #135589;
}

#contact .social-links a i {
	color: #135589;
}
#contact .social-links a {
	border: 1px solid #135589;
}

#contact .social-links a:hover{
	background: #135589;
}

#sidebar {
    background: #135589;
}

/*sm + xs*/
@media (max-width: 991px) {
	
}
/*xs*/
@media (max-width: 767px) {
	#header .header-right {
		padding-top: 5px;
	}
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 100px) and (max-width: 320px) {
	
}

@media(min-width:1200px) {
    
}