/*
Theme Name: Terrace Steel Child Theme
Theme URI: https://straightonsolutions.com
Version: 1.0
Description: A child theme that is used for custom development.
Author: Straight On Solutions Inc.
Author URI: https://straightonsolutions.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body, body > * {
	font-family: Poppins, sans-serif;
}

.c-form textarea {
  height: 120px;
  resize: none;
}

.c-form [class*='col-'] {
  margin-bottom: 15px;
}

.c-form [class*='col-']:last-child {
  text-align: left;
}

a {
	transition: 0.3s ease all;
}