* {
	text-transform: lowercase !important;
}

html {
	margin: 0;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background: #283633 url('../img/bg_pattern.png');
}

/* /// LINKS /// */

a,
a:active,
a:visited {
	text-decoration: none;
	color: #363028;
	transition: color 0.25s ease, border-bottom-color 0.25s ease;
	border-bottom: 1.5px solid transparent;
}

a:hover {
	text-decoration: none;
	color: #d97000;
	border-bottom: 1.5px solid #d97000;
}

h4 a,
h4 a:active,
h4 a:visited {
	color: #706560;
}

h4 a:hover {
	color: #d97000;
}

/* /// END OF LINKS /// */

/* /// HEADER /// */

#wrapper {
	width: 50%;
	max-width: 800px;
	margin: auto;
	background-color: rgba(238, 238, 221, 0.96);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: #293628;
	padding: 2%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#profile {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	padding-bottom: 40px;
}

#profile #name {
	order: 2;
	text-align: center;
}

#profile #name .tags-name {
	font-family: monospace, sans-serif;
	font-size: 2.15em;
	line-height: 1.4em;
	color: #509687;
}

#profile #photo {
	order: 1;
	background-image: url('../img/masilli-ipad-mini.gif');
	background-color: #293628;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	border: solid 10px white;
	box-shadow: 0px 0px 20px rgba(54, 48, 40, 0.5);
	width: 240px;
	height: 240px;
}

#bio {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.15em;
	text-align: center;
	line-height: 1.6em;
}

.description {
	clear: both;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.6em;
}

/* /// END OF HEADER /// */

/* /// TITLES /// */

h1,
h2,
h3 {
	font-family: monospace, sans-serif;
	font-weight: 100;
}

h1 {
	font-size: 4em;
	line-height: 1em;
}


h2 {
	color: #d97000;
	font-size: 6em;
	line-height: 0.5em;
	font-weight: 100;
}

h3 {
	margin-bottom: 2%;
}

h4 {
	font-family: monospace, sans-serif;
	font-weight: 700;
	color: #706560;
}

h5 {
	font-family: monospace, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
}

/*h5:before{
    content: "\2022" "\0020";
}*/

/* /// END OF TITLES /// */

/* /// HRs /// */
hr {
	clear: both;
	border-bottom: 1px solid #5d838e;
	margin-bottom: 40px;
}

.dotted {
	clear: both;
	border-bottom: 1px dotted #706560;
}

.obsolete {
	clear: both;
	border-bottom: 4px solid #ddc;
}

/* /// END OF HRs /// */


/* /// SKILLS /// */
#skills * {
	text-decoration: line-through;
	color: #ddc;
}

#skills ul {
	/*clear: both;*/
	list-style: none;
	display: inline-block;
	float: left;
	padding-left: 0;
	/*border: 1px solid teal;*/
}

#skills .tools {
	float: left;
	/*width: 40%;*/
	margin-right: 20px;
	font-weight: 700;
}

#skills .ratings {
	float: left;
	/*width: 60%;*/
}

#skills .skilldiv {
	width: 25%;
	float: left;
}

/* /// END OF SKILSS /// */


/* /// EXPERIENCE & AWARDS /// */
.tags span {
	corner-shape: bevel round round bevel;
	border-radius: 9px 3px 3px 9px;
	display: inline-block;
  	background: radial-gradient(circle at 10px 50%,#0000 2.5px,#d97000 0);
	padding: 2px 6px 2px 18px;
	margin-left: 0px;
	color: #fff;
	font-family: monospace, sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.tags span:hover {
	transform: translateY(-2px) scale(1.05);
	filter: brightness(0.9);
	cursor: default;
}

.activity {
	font-style: italic;
	color: #706560;
	float: left;
	line-height: 2em;
}

.date {
	font-family: monospace, sans-serif;
	color: #509687;
	float: right;
	text-align: right;
}

/* /// END OF EXPERIENCE AND AWARDS /// */

/* /// CONTACT & SOCIAL /// */

/* #contacts, #social {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
} */

#social span i,
#contacts span i,
#domains-list span i {
	color: #d97000;
	margin: 1em;
}

#contact,
#domains {
	margin: auto;
}

#contacts span,
#social span,
#domains-list span {
	float: left;
	/* display: inline-block; */
	margin: 0 20px 10px 10px;
	/* padding: 0 0 10px 34px; */
	height: 40px;
	font-family: monospace, sans-serif;
}

#contacts,
#social,
#domains-list {
	margin: 0 5% 0 5%;
	text-align: center;
	min-height: 100px;
}

/* /// END OF CONTACTS /// */

/* /// SPIKES /// */

#end {
	width: 50%;
	max-width: 800px;
	height: 10px;
	background: #283633 url('../img/spike.png') repeat-x;
	margin: auto;
}
