h1, h2, h3 {
	font-weight: 600;
	color: #7879FF;
}

p {
	margin: 15px 0px;
}

i {
	padding-right: 8px;
}

.no-padding {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.no-margin {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.full-width {
	width: 100%;
}

a.full-width {
	display: inline-block;
	text-align: center;
}

.sac-paragraph {
	text-align: left;
}

h3.sac-heading {
	font-weight: bold;
	color: #122b3f;
	font-size: 24px;
}

.sar-heading-title {
	font-weight: bold;
	color: #008000;
}

.sar-heading {
	font-weight: normal;
	color: #122b3f;
}

.sac-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sac-btn {
	padding: 6px 16px 8px;
	border: 2px solid;
	transition: .5s;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.sar-btn {
	padding: 6px 27px 8px;
	border: 1px solid;
	transition: .5s;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.sar-btn:hover {
	text-decoration: none;
}

.sar-btn-dark {
	background-color: #008000;
	border-color: #008000;
	color: white;
}

.sar-btn-dark:hover {
	background-color: white;
	color: #008000;
}

.sar-btn-light {
	background-color: white;
	border-color: #008000;
	color: #008000;
}

.sar-btn-light:hover {
	background-color: #008000;
	color: white;
}

.sar-text-button, .sar-text-button:hover {
	color: #008000;
	font-weight: bold;
}

.no-horizontal-padding {
	padding-left: 0;
	padding-right: 0;
}

.sac-text-button, .sac-text-button:hover {
	color: #122b3f;
	font-weight: bold;
}

.sac-btn:hover {
	text-decoration: none;
}

.sac-btn-dark {
	background-color: green;
	border-color: green;
	color: white;
}

.sac-btn-dark:hover {
	background-color: white;
	color: green;
}

.sac-btn-light {
	background-color: white;
	border-color: green;
	color: green;
}

.sac-btn-light:hover {
	background-color: green;
	color: white;
}

.sac-product-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}

.sac-product {
	background-color: #ffffff;
	margin: 5px;
}

.sac-text-input {
	width: 100%;
	border: 1px solid #122b3f;
	font-size: 16px;
	padding: 2px 10px 4px;
	background-color: #ffffff;
}

.vertical-padded {
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact-info {
	background-color: #122b3f;
	color: #ffffff;
	padding: 30px;
}

.contact-info p, .contact-info a, .contact-info h3, .contact-info i {
	color: #ffffff;
}

footer p {
	text-align: justify;
	width: 90%;
}

footer a, footer a:visited, footer a:hover, footer p, footer address, footer i {
	color: #ffffff;
	font-size: 14px;
}

footer ul {
	padding-left: 5px;
	margin-bottom: 0;
}

footer li {
	list-style-type: none;
}

footer h5 {
	font-weight: bold;
	color: #ffffff;
}

.about-section p {
	text-align: left;
}

.about-section .row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-modal {}

.product-modal .modal-content {
	padding: 20px;
}

.product-modal .product-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.product-modal .product-description {
	padding: 3em 3em 3em 0;
}

.product-modal .product-description h3 {
	font-weight: bold;
	color: #3e3e3e;
}

.product-modal .table-responsive {
	max-height: 250px;
}

.product-modal .table-responsive table {
	width: 100%;
}

.achievement-slide {
	padding-left: 5px;
	padding-right: 5px;
}

.achievement-slide img {
	width: 100%;
}

