
@media all and (min-width : 481px)  {

div.item_list {
	position : relative;
	height : 5vw;
	font-size : calc(var(--font-size) * 1);
	text-align : center;
}

ol.item_list {
	list-style-type : none;
	padding-left : 0px; 
	margin-left : 0px;
}

		ol.item_list li { 
			display : inline;
				line-height : calc(var(--line-height) * 2);;

			padding-left : 1vw; 
			padding-right : 1vw; 
		}

		.item {
			color : white;
			opacity : 0.5;
			text-decoration : none;
		}

				.item:hover {
					cursor : pointer;
					opacity : 1;
				}


/************************************ IMAGE ************************************/

section#text {
	position : relative;
	z-index : 2;
	width : 60%;
	margin-top : 0vw;
	margin-left : auto;
	margin-right : auto;
	text-align : justify;
}

p {
	color : rgba(var(--font-color), 0.8)
}

	p.title {
		color : rgba(var(--font-color), 1);
	}


div.parapher, div.article {
	margin-bottom : 5vw;
}

		a.parapher_title {
			margin-top : 2vw;
			font-size : calc(var(--font-size) * 1.6);
		}


img.logo {
	float : left;
	margin-right : 1vw;
	width : 20%;	
}

img.media {
	float : left;
	padding-top : 0.5vw;
	margin-right : 1vw;
	padding-bottom : 4vw;
	width : 20%;
}

img.image {
	width : 15%;
	padding-left : 25vw;
}

/*a#more_info {
	text-decoration : none;
	color : white;
	opacity : 0.5;
}

		a#more_info:hover {
			opacity : 1;
		}*/

ul {
	color : rgba(var(--font-color), 0.8)	
}

.link, .email {
	text-decoration : none;
	color : rgba(var(--font-color), 1);
}

}
