
body {
  padding-top: 0px;
  color: #5a5a5a;
}

footer{
	color: #99005c;
	background-color: #b6b6b6;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:10px;
}

a {

	color: #cc0000;

}

a:hover {
	color: #e50000;
}

a:active {
	color: #e50000;;
}

.h2header{
	color: #FFF;
	font-size: 30px
}

#bajery{
	padding-top:100px;
}

.jumbotron {
	background:transparent;
	color: #FFF;
	height:550px;
	text-align: center;
}

.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: #2b0605;
}

.funfact-img {
    font-size: 33px;
}

.funfact-img i {
    color: #D3D3D3;
}

.domyheader{
	color: #0a2657;
}

.btn-outline-primary{
	border-color: #5e0d74 !important;
    color: #5e0d74 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .dropdown-toggle.btn-outline-primary {
    background: #5e0d74 !important;
	color: #FFF !important;
}
 
.btn-primary:active, .btn-primary.active {
    background: #5e0d74 !important;
    color: #FFF !important;
}

#doservice h4{
	color: #8c0606;
	font-size: 24px;
}

#doservice  .col-md-4{
	padding-top:30px;
}

#sectionpodtop {
	background-color: #1d2d06;	
}

@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;

    }
}