body, footer {background-color: #fffeee;}

a {text-decoration: none;}

.text-justify {text-align: justify;}

@media screen and (max-width:800px){
	.text-justify {text-align: left;}
}

.navbar-custom {background-color: #fffeee;}

.dropdown-item {font-size:80%;}
.myicon-size {font-size:60%;}

.br-md {
  border: none!important;
}
    
@media (min-width: 768px) {
  .br-md {
    border-left: 1px solid #dee2e0!important;
	}  

