/* =====================================================================================================
Theme Name: WebEd9 Production Template
Author: Interactive Partners
Author URL: https://www.interactivepartners.com.au
Created: June 2020
Version: 1.0.9
===================================================================================================== */

h1 {
  font-size: 26px;
  font-weight: 600;
  color: #4EAB9C;
}
h1.large {
  margin-top: 0;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
h2 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: none;
  color: #A9D719; 
}
h2.logo-font {
  text-transform: none;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
h6 {
  font-size: 13px;
  font-weight: 700;
}
.text-muted {
  color: #999999;
}
.text-default {
  color: #09afdf;
}
.text-white {
  color: #ffffff!important;
}
.list li {
  padding: 5px 0;
}
.list-icons li {
  padding: 5px 0;
}
blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
}
pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.small-pink {
  font-size: 1rem;
  font-weight:600;
  color: #AA336A;
}