

body {
	background-color: #ebeef1;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

p {
	font-weight: 300;
}

body,h1,h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size-adjust: 0.5;
}


h1 {
  font-size: 2em;
  line-height: 1.25;
}

h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}


.trg-red-3 {
	color: #dd3e37;
}

.wrapper {
	min-width: 320px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.25;
}

/* Main Header */

header {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e4e4e4 0%, #d4d3d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e4e4e4), color-stop(100%,#d4d3d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #e4e4e4 0%,#d4d3d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #e4e4e4 0%,#d4d3d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #e4e4e4 0%,#d4d3d2 100%); /* IE10+ */
	background: linear-gradient(135deg, #e4e4e4 0%,#d4d3d2 100%); /* W3C */
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	margin-top: -200px;
	width: 120%;
	margin-left: -10%;
	height: 800px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-backface-visibility: hidden;
}

header .inner {
	color: #1c1a19;
	position: absolute;
	text-align: center;
	top: 250px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 600px;
	height: auto;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-backface-visibility: hidden;
	width: 100%;
}

header img {
	margin: 0 auto;
}

/* Global Section Styles */

.topic {
	background-size: cover;
	height: auto;
	width: 100%;
	padding: 10% 0 45% 0;
	position: relative;
}

.detail {
	background-color: #fc3327;
	background-color: rgba(252,51,39,0.7);
	max-width: 500px;
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	padding: 10px;
}

/* Section - About */

#about {
	height: auto;
	width: 100%;
}

#about .inner {
	font-size: 26px;
	font-weight: 300;
	margin: 20% auto;
	max-width: 1000px;
	padding: 20px;
	text-align: center;
	width: 100%;
}

/* Other Section Backgrounds */
#building { background-image: url('../images/sections/build.jpg'); }
#exceed { background-image: url('../images/sections/exceed.jpg'); }
#handson { background-image: url('../images/sections/handson.jpg'); }
#morethanpr { background-image: url('../images/sections/morethanpr.jpg'); }
#activation { background-image: url('../images/sections/activation.jpg'); }
#funding { background-image: url('../images/sections/funding.jpg'); }

/* Section - Building Brands */

#building .detail {
	top: 60px;
	left: 60px;
}
/* Section - Exceed Expectations */

#exceed .detail {
	bottom: 60px;
	right: 60px;
}

/* Section - Hands on */

#handson .detail {
	top: 80px;
	left: 60px;
}

/* Section - More than PR */

#morethanpr .detail {
	top: 60px;
	right: 60px;
}

/* Section - Activation */



#activation .detail {
	bottom: 80px;
	left: 60px;
}

/* Section - Funding */

#funding .detail {
	top: 80px;
	right: 20px;
}

/* Section - About */

footer {
	background-color: #1c1a19;
	height: auto;
	width: 100%;
}

footer .inner {
	color: #ffffff;
	font-weight: 300;
	padding: 20px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

/* Typograph */

@media screen and (min-width: 43.75em) {
  .wrapper {
    font-size: 1em;
    line-height: 1.375;
  }

   h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }

  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
}



@media screen and (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.05;
    
  }
    h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
}

/* Styles / Container Breakpoints */

@media screen and (max-width: 768px) {

	header {
		width: 124%;
		margin-left: -12%;
	}

	header h1 {
		font-size: 22px;
	}

	#about .inner {
		font-size: 1.2em;
		font-weight: 300;
		margin: 20% auto;
		max-width: 1000px;
		padding: 20px;
		text-align: center;
		width: 100%;
	}

	#building,#exceed,#handson,#morethanpr,#activation, #funding {
		padding: 0;
		display: block;
		background: none;
	}

	#building .detail,#exceed .detail,#handson .detail,#morethanpr .detail,#activation .detail,#funding .detail{
		background: #ffffff;
		color: #1c1a19;
		position: relative;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}

}

