/***
*  J3 Template Stylesheet Boiler Plate
*  		Used for JCE style integration
*  Copyright Studio136 
*		a division of Association Development Group
*  All Rights Reserved
*  support@adgcommunications.com/
*  studio136.biz
***/

/***
*	EDIT *
***/
.header{
    font-size: 40px;
    line-height: 70px;
    font-weight: 300;
    color: #590e6c;
}
.subheader{
   font-family: 'Barlow', sans-serif;
   font-weight:bold;
   color:#590E6C;
}
.btn.btn-primary{
    background-color: #fff;
    color: #9cc953;
}
.btn.btn-primary a{
    color: #9cc953;
}

/* BUTTONS */

.btn.purple-button {
    border: solid 2px #590e6c;
    background-color: #fff;
    color: #590e6c;
    font-weight: bold;
}

.btn.purple-buttonsoolid {
    background-color: #590e6c;
    color: #fff;
    font-weight: bold;
}

.btn.lime-button {
    background-color: #9cc953;
    color: #fff;
    font-weight: bold;
    border: solid 2px #9cc953;
}

.btn.mint-button {
    background-color: #56b8a6;
    color: #fff;
    border:1px solid #56b8a6;
}


.btn.white-button {
    border: solid 2px #ffffff;
    background: transparent;
}

/*

.header1{
    font-size: 65px;
    color:#56B8A6;
    line-height: 70px;
    font-weight:300;
}
.header2{
    font-size: 26px;
    text-transform:uppercase;
    font-weight:bold;
}
.subheader1{
    font-family: 'gotham';
    font-weight:bold;
    text-transform: uppercase;
    font-size: 28px;
    color:#333;
}
.subheader2{
    font-size: 22px;
    font-weight: normal;
}
.callout{
    font-size: 26px;
    font-weight:bold;
    width:75%;
    margin: 30px auto;
    line-height: 32px;
    border-left: 3px solid #F1BE48;
    padding-left: 30px;
}

*/


/* For Custom CSS TEXT COLORS */

.text-lime{
  color:#9CC953;
}
/*.text-mint{
  color: #56B8A6;
}*/
.text-purple{
  color: #590E6C;
}
.text-gray{
  color: #333;
}
.text-offwhite{
  color: #E1E1E1;
}

ul.gear{
    list-style-image: url(/images/design/Bullet_List_Gear.png);
}