/*** ### ./css/responsive/texty/texty.css ### ***/

/*** main ***/
.texty div, .texty h3, .texty li, .texty-cover, .texty{
	outline: 0px solid orange;
	}

.texty-cover{
	max-width: 1250px;
	}

.texty{
	padding: 25px 25px;
	}


.texty a{
	color: black;
	}

.texty h3{
	margin: auto;
	padding: 35px 0px 5px;
	font-weight: 500;
	font-size: 1.2rem;
	color: rgb(255,67,2);
	}

.texty h4{
	border-bottom: 1px solid rgb(102,167,209);
	padding: 6px 0px 3px;
	font-weight: 500;
	margin: 25px auto 5px;
	font-size: 1.2rem;
	color: rgb(50,111,152);
	line-height: 120%;
	}

.texty h4 span{
	font-weight: normal;
	font-size: 0.8rem;
	}

.texty h5{
	font-size: 1.2rem;
	color: rgb(231,103,0);
	padding: 15px 0 5px;
	line-height: 120%;
	}


.texty p{
	line-height: 165%;
	text-align: justify;
	}

.texty li{
	line-height: 165%;
	}