
* {
	font-family:metropolisRegular;
}

body, html {
  height: 100%;
  margin: 0;
  /*font: 400 15px/1.8 "Lato", sans-serif;*/
  font: 400 15px/1.8 "metropolisRegular", sans-serif;
  /*font: 400 15px/1.8 "liberationSansRegular", sans-serif;*/
  /*font: 400 "liberationSansRegular", sans-serif;*/
  color: #777;
}

@font-face {
    font-family: liberationSansRegular;
    src: url(../font/liberation_sans/liberation_sans_regular.ttf);
}

@font-face {
    font-family: metropolisRegular;
    src: url(../font/metropolis/Metropolis-Regular.woff);
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  /*opacity: 0.65;*/
  opacity: 0.85;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/bg.jpg");
  height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.text-align-center {
	text-align:center;
}

.text-align-left {
	text-align:left;
}

.text-align-right {
	text-align:right;
}

h3 {
	font-family: "metropolisRegular", sans-serif;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  /*letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;*/
}

.projects-visual {
	margin:10px;
}

.projects-img {
	width:70%;
}

.interest-icon {
	/*background-color: #d3b0ac;*/
	background-color: #c78982; /*cool */
	/*background-color: #925555;
	background-color: #498ca0;
	background-color: #486169;
	background-color: #000000;
	background-color: #342b50;*/
	/*width:90%;*/
	margin:10px;
}

.interest-img {
	width:70%;
}

.interest-name {
	font-family: "metropolisRegular", sans-serif;
}

.width-80 {
	width:80%;
}

.element-space {
	width:80%;
	margin: auto;
}

.title {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-top:2em;
	margin-bottom:2em;
	background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  opacity: 0.85;
}

.title-text {
	/*background-color: #111;
  color: #fff;
  margin-top:40px;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
  text-transform: uppercase;
  opacity: 1;*/
}

.title-projects {
	/*background-image:url(../img/bg/DSC_0076-sunset-1.jpg);*/
}
.title-about {
	/*background-image:url(../img/bg/croatia-mf-3.jpg);
	height:50%;*/
	/*opacity: 0.55;*/
}

.footer {
	background-color: #ecf0f1;
}

.footer a {
	color:black;
}
