﻿.navbar-brand img{
    width:100px;
}
.bg-primary{
    background-color:#0060A9 !important;
}

.text-decoration-none:hover{
    text-decoration:none;
}

.imageBg{
    background-image:url('../img/pipeLine.jpg');
}
.imageBg svg{
    background-color: #c0e4ff;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    padding: 9px;
    margin-top: 8px;
}

.navbar-light .navbar-brand h5 {
    white-space: normal;
}.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.campingimg{
    width: 300px;
    margin: auto;
    display: block;
    margin-bottom: 32px ! IMPORTANT;
}
.iconbtn{
	
	    background-color: #c0e4ff;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    padding: 9px;
    margin-top: 8px;
}
@media (max-width:768px){
.navbar-brand img {
    width: 73px;
    margin-right: 10px;
}


}