@import url(http://weloveiconfonts.com/api/?family=entypo|iconicstroke|zocial);

/* iconicstroke */
[class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
}


/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

html{
	/*font-family: "Ubuntu";*/
	font-family: 'Ubuntu', sans-serif;
}

h1{
	font-size: 3.5em;
	color: white;
}

h2{
	font-size: 0.9em;
	color: white;
}

h3{
	font-size: 1.25em;
}
h5{
	font-size: 1em;
}

a{
	text-decoration: none;
	color: white;
}

a.menu_item{
	color: #2E2B36;
	text-decoration: none;
	font-weight: bolder;
}
a.htxt{
	color: #2E2B36;
	text-decoration: none;
	font-weight: bolder;
}
p{
	color: white;
	font-size: 1.1em;
	line-height: 200%;
}
p.portfolio_txt{
	color: #2E2B36;
	text-align: left;
	padding-left: 2em;
	padding-right: 2em;
}

article{
	color: white;
}
article p.text1{
	line-height: 170%;
}
span{
	font-size: 200%;
	margin: 0.5em;
}
#menu_mobile span{
	color: #2E2B36;
	margin: 1em;
}
.link_ref{
	color: #2E2B36;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #CF813E;
	padding: 0.5em;
	border-radius: 10px;
}
.link_ref:hover{
	color: white;
}
.link_ref_icon{
	font-size: 1.1em;
}

#contacts{
	line-height: 200%;
}