*{
	border-radius: 0 !important;
}

body {
  padding-top: 40px;
  color: #5a5a5a;
}

footer{
	color: #CDEBA7;
	background-color: #082048;
	margin-top:40px;
	padding-top:50px;
	padding-bottom:20px;
}

footer a, footer a:visited { 
	color: #fff;
}

footer a:hover, footer a:active {
	color: #fe0000;
}

a {
	color: #83004f;
}

a:hover {
	color: #cc9000;
}

a:active {
	color: #cc9000;;
}

.h1header{
	color: #082048;
	font-size: 27px
}

.h2header{
	color: #FFF;
	font-size: 30px
}

#bajery{
	padding-top:100px;
}

.jumbotron {
	background:transparent;
	color: #FFF;
	height:500px;
	text-align: center;
}

.bg-inverse {
    background-color: #0b2c65 !important;
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
}

.hrpager{
	height: 1px;
	width: 50%;	
	color: #ae9e9e ;
	background-color:#ae9e9e;
}

.myheadingh2{
	margin-top: .6rem;
	margin-bottom: .6rem;
}

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing h2 {
	font-weight: normal;
	font-size: 1.8rem;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

.featurette-divider {
	margin: 3rem 0; 
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
	color: #082048;
}

.funfact-img {
    font-size: 37px;
}

.funfact-img i {
    color: #082048;
}

.domyheader{
	color: #253908;
}

.btn-outline-primary{
	border-color: #0a2657 !important;
    color: #0a2657 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .dropdown-toggle.btn-outline-primary {
    background: #0a2657 !important;
	color: #FFF !important;
}
 
.btn-primary:active, .btn-primary.active {
    background: #0a2657 !important;
    color: #FFF !important;
}

.btn-toperos{
	border-color: #112500 !important;
	background: #253908 !important;
    color: #FFF !important;
}
.btn-toperos:hover, .btn-outline-primary:focus, .btn-toperos:active, .btn-toperos.active, .open > .dropdown-toggle.btn-toperos {
    background: #2c440a !important;
	color: #FFF !important;
}
 
.btn-toperos:active, .btn-toperos.active {
    background: #2c440a !important;
    color: #FFF !important;
}

#doservice h4{
	color: #2c440a;
	font-size: 25px;
}

#doservice .col-md-4{
	padding-top:30px;
	text-align: center;
}

#doservice .icon-background {
    color: #fff599;
}

#doservice .myiconcol {
    color: #082048;
}

#doservice .fa-lg{
	font-size: 52px;
}

#counterarediv{
	background-color: #fff599;
}

#sectionpodtop {
	background-color: #0b2c65;	
}

/**********************/
.social-links {
    text-align:center;	 
}

.social-links a{
    display: inline-block;
    width:50px;
    height: 50px;
    border: 2px solid #fff599;
    border-radius: 50px !important;
    margin-right: 25px;

}
.social-links a i{
    padding: 18px 11px;
    font-size: 20px;
    color: #082048;
}

.badge{
	color: #fff599 !important;;
}
.mycard{
	border: 1px solid #a32e07 !important;
}
.mycard-header{
	background-color: #a32e07 !important;
	border: 1px solid #a32e07 !important;
	color: #FFF !important;
}

@media (min-width: 40em) {
	.featurette-heading {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 1rem;
	}
}

@media(max-width:768px) {
    .navbar .container {
        margin-left: 0;
    }

}