/* Stylesheet created by Michelle Knight, unless otherwise noted*/
/*When using Grove build in anchor, please note the syntax of the anchor name sometimes automaticly changes and don't forget to turn on the anchor*/

/*------------------------------GENERAL------------------------------------------*/

/*---correct image margin
.TwoColumnContainer3070 .Enh[data-align-center], .TwoColumnContainer7030 .Enh[data-align-center], .TwoColumnContainer5050 .Enh[data-align-center] {
	margin: 0px auto 50px auto;
}
--*/

/*---correct padding 3070 and 7030 column

.TwoColumnContainer3070-column:first-of-type, .TwoColumnContainer7030-column:first-of-type {
	padding-right: 10px;
}
.TwoColumnContainer3070-column:nth-of-type(2), .TwoColumnContainer7030-column:nth-of-type(2) {
	padding-left: 10px;
}
---*/




/*---correct padding 5050 column

.ThreeColumnContainer-column:first-of-type{   
	padding-right: 10px;
}

.ThreeColumnContainer-column:nth-of-type(2){
	padding-left: 5px;
	padding-right: 5px;
}

.ThreeColumnContainer-column:nth-of-type(3){
	padding-left: 10px;
}
---*/

/*----correct auto capitalize photo credit
.Figure-credit, .Figure-divider, .Figure-source {
   text-transform: none; 
}
----*/


/*---Style HTML buttons
.wkar-button{
color: #fff;
background-color: #BA0C2F;
border-width: 0px;
border-radius: 3px;
padding: 10px 30px 10px 30px;
}

.wkar-button:hover{
cursor: pointer;
background-color: #c90909;
opacity: 0.8;
}
---*/



