
h3 {
	font-size: 24px;
  letter-spacing: 2px; 
}

video#intro-video { 
  margin-left: auto;
  margin-right: auto;
  display: block
}

.subtitle {
  letter-spacing: 2px;
}

[class$="-subtitle"] {
  letter-spacing: 2px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	background: url(../images/hero.jpg);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

.intro-title {
  color: #FFF !important;
  font-weight: 700;
  font-size: 50px;
  font-size: 4vw;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow:     
    -2px -2px 3px #444,
    2px -2px 3px #444,
    -2px 2px 3px #444,
    2px 2px 3px #444; 
}

.hello, .who-creates {
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8vw;
  text-shadow:     
    -1px -1px 2px #444,
    1px -1px 2px #444,
    -1px 1px 2px #444,
    1px 1px 2px #444; 
}

/* #493C35 */

.portfolio {
  padding-top: 0 !important;
}

.portfolio-items {
  background: #f5f5f5;
}

.portfolio-item {
  opacity: 0.7 !important;
}

.portfolio-item:hover {
  opacity: 1 !important;
}

#footer {
  background-color: #545454;
}

/* ---------------------------------------------- /*
 * Portfolio List
/* ---------------------------------------------- */

.portfolio-description {
  list-style-type: none;
	margin: 0;
	padding: 0;
  display: inline-block;
  width: 100%;
}

.portfolio-description h1, 
.portfolio-description h2, 
.portfolio-description h3, 
.portfolio-description h4, 
.portfolio-description h5, 
.portfolio-description h6 { 
  line-height: 1em;
  margin: 0;
}

.portfolio-description li {
  padding: 20px 5%;
  overflow: auto;
}

.portfolio-description .title {
  text-align: right;
  float: left;
  width: 30%;
}

.portfolio-description .role {
  color: #00A884;
}

.portfolio-description .content {
  float: right;
  width: 65%;
  text-align:justify;
}

.portfolio-description .tags span {
    background-color: #00A884;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

@media (max-width: 990px) {
  .portfolio-description .content {
    float: none;
    width: 100%;
  }
  .portfolio-description .title {
    float: none;
    width: 100%;
    margin: 20px 0;
    text-align: left;
  }
}
