@import url("css/font-awesome.min.css");


.fa {
	color: #2874A6;
}

.my-6 p {
    margin: auto 60px auto 60px;
    text-align: left;
}
.h3-top {

    margin-top: 40px;
    margin-bottom: 20px;
	color: #2874A6;
}

.navbar li  a  {
  font-size: 16px;
  font-weight: bold;
	color: #2874A6;
}



h1 {
    margin-left: 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #428bca;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }
}
