/*
 Theme Name:   smauto
 Template:     twentytwenty
*/




/*   turn off Menu and Search words in TwentyTwenty theme   */
.toggle-text {
  display: none;
}


.list-unstyled li {
  list-style-type: none;
}

.alert-warning {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #faebcc; /* Border color */
  border-radius: 4px;
  background-color: #fcf8e3; /* Background color */
  color: #8a6d3b; /* Text color */	
}