@charset "utf-8";

/* Home - index */


.row1 h1 {
	font-family: 'Amaze-Bold', sans-serif;
  font-size: 1.8em;
}

.row1 {
	border: 0px solid #f0f;
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	text-align: center;
	font-size: 1.5em;
}

.row2 {
  font-size: 1.4em;
  text-align: center;
}

/* on large screens, I use a different layout, so 600px are sufficient */
.tox-editor-container {
	     width: 100% !important;
  
}
.mce-content-body {
  width: 100%;
}


@media only screen and ( min-width: 1350px ) {

}

@media only screen and ( max-width: 1350px ) {

}

@media only screen and ( max-width: 1050px ) {

}

@media only screen and ( max-width: 750px ) {

	.tox-editor-container {
				 width: 90% !important;

	}
  .mce-content-body {
       width: 90% !important;
 		   margin-left: 5%;
   }
}

@media only screen and ( max-width: 440px ) {

}