@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:400,600i,700');

/**********************************/
/*** TEXT EDITOR
/**********************************/

/*html { font-size:62.5%; }

.trumbowyg-editor p 
{ 
	font-weight: 400;
  	font-style: normal;
  	font-size: 1.6rem;
  	line-height: 3rem;
  	color:#333333;
	font-family: 'Sintony', sans-serif;
}

.trumbowyg-editor h1, .trumbowyg-editor h2, .trumbowyg-editor h3, .trumbowyg-editor h4
{
	line-height: 7rem;
    font-size: 6rem;
    font-family: 'Sintony', sans-serif;
}


.trumbowyg-editor h1 { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #000; }
.trumbowyg-editor h2 { font-size: 4.5rem; line-height:6rem;}
.trumbowyg-editor h3 { font-size: 3rem; line-height:3.5rem;}
.trumbowyg-editor h4 { font-size: 2.5rem; line-height:3.5rem;}


.trumbowyg-editor a 
{
	border-bottom: 1px solid;
    text-transform: uppercase;
    color: #ff00e1;
    text-decoration: none;
}*/

/** p intro **/
/*.trumbowyg-editor h5
{
	font-family: 'Roboto Slab', serif;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
}*/



 

.trumbowyg-box, .trumbowyg-editor { margin:0px; }

.trumbowyg-h2-dropdown-button, .trumbowyg-editor h2
{
  font-family: 'Zilla Slab',serif!important;
  font-size:30px!important;
  text-transform: uppercase!important;
  font-weight:bold!important;
}

.trumbowyg-h3-dropdown-button, .trumbowyg-editor h3
{
    font-family: 'Zilla Slab',serif!important;
    text-transform: uppercase!important;
    font-size:19px!important;
    font-weight:bold!important;
}

.trumbowyg-h4-dropdown-button, .trumbowyg-editor h4
{
    font-family: 'Zilla Slab',serif!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size:16px!important;
}

.trumbowyg-h5-dropdown-button, .trumbowyg-editor h5
{
    font-family: 'Open Sans',sans-serif!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size:13px!important;
}

.trumbowyg-p-dropdown-button, .trumbowyg-editor p
{
    font-size:16px!important;
    font-family: 'Open Sans',sans-serif!important;
    height:auto;
}
