/* paragraphs */
.paragraph{}



/* view */
.views{}

/* nodes */
article,
.node__content{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
article > div,
.node__content > div{
	flex:1 0 100%;
	max-width:95%;
}
.field--name-field-media-oembed-video{
	text-align:center;
}
.text-formatted {
	max-width:1024px;
}

/* content */
.comment__time,
.comment__permalink,
.comment__content h3{
	display:none;
}
.comment__content{
	padding:10px;
}

/* LP Easy*/
#main-wrapper{
	width:100%
}
/* media */
img{max-width:95%}
/* Typography */
h1,h2,h3,h4,h5{}
h1,.main-content h1{font-size:2.5rem}
h2,.main-content h2{font-size:2rem}
h3,.main-content h3{font-size:1.75rem}
h4,.main-content h4{font-size:1.5rem}
h5,.main-content h5{font-size:1.25rem}
.main-content p{
	font-size:18px;
	letter-spacing:1px;
	max-width:95vw
}
*{
	box-model:content-box;

}