html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #f15050;
  text-decoration: underline;
}
  a:hover img {
    opacity: .8;
  }

.clear {
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4 {
  float: left;
  margin-left: 60px;
}
.col-1 { width: 125px; }
.col-2 { width: 310px; }
.col-3 { width: 495px; }
.col-4 { width: 680px; }

h1 {
  background: url(images/logo.png) no-repeat top left;
  width: 311px;
  height: 309px;
  text-indent: -9999px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}

#container {
  width: 740px;
  padding: 60px 60px 120px 0;
  margin: 0 auto;
}

#intro {
  border-top: 18px solid #f15050;
  padding-top: 24px;
  margin-top: 165px;
  margin-bottom: -24px;
}
  #intro h2 {
    margin-bottom: 36px;
  }
  #intro h3 {
    width: 400px;
    margin-bottom: 90px;
  }
    #intro h3 strong {
      color: #f15050;
    }
  #intro h4 {
    background: #fff;
    position: relative;
    z-index: 1;
    width: 370px;
    margin-left: -60px;
    padding-left: 60px;
  }
    
#brands {
  border: 18px solid #f15050;
  border-left: 0;
  border-right: 0;
  padding: 24px 0 36px;
  margin-bottom: 36px;
}
  #brands li {
    float: left;
  }
  
#startups {
  text-align: right;
}

#products {
  padding-bottom: 36px;
  border-bottom: 18px solid #f15050;
  margin-bottom: 24px;
}
  #products h4 {
    margin-bottom: 36px;
  }
  #products img {
    margin-bottom: 6px;
  }
  #products h5 {
  	margin-bottom: 36px;
  }

#team {
  padding: 12px 0 54px;
}
#team h4 {
  height: 24px;
  padding-top: 96px;
}
#team h5 {
  margin-bottom: 36px;
  line-height: 18px;
  height: 36px;
  padding-top: 80px;
  color: #f15050;
  font-weight: 800;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

#conclusion {
  border-top: 18px solid #f15050;
  padding-top: 24px;
}

#contact {
  text-align: right;
  border-bottom: 18px solid #f15050;
  padding: 48px 0 24px;
}
  #contact h2,
  #contact h4 {
    width: auto;
  }
  #contact h2 {
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  #contact h4 {
    font-weight: 300;
  }
