html {

}

body {
  height: 100%;
  font: 400 1em/1.38;
  letter-spacing: 1px;
  color: white;
  background: url('../images/rebar_relaunch_bg.jpg') rgb(255, 255, 255) fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left top;
  float: left;
  min-height: 2000px;
}

.content {
  float: left;
  width: 56.6666666666%;
  height: 1388px;
}

.firstparagraph {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1;
  color: white;
  font-family: "TradeG-Con";
}

.image {
  display: block;
  float: left;
  width: 249px;
  height: auto;
  margin-top: 50px;
  overflow: hidden;
}

.link {
  display: block;
  float: left;
  width: 100%;
  height: 58px;
  padding-left: 25px;
  background-image: url('../images/rebar_arrow.png');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.38;
  text-transform: uppercase;
  color: white;
  font-family: "TradeG-BoldCon";
  transition: color 0.5s ease;
}

a {
	color: #d99100;
    transition: color 0.5s ease;
}

a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}

.sidebar {
  float: left;
  width: 28.3333333333%;
  height: 619px;
  margin-left: 7.5%;
}

.text {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 2.375em;
  line-height: 1.38;
  color: white;
  font-family: "TradeG-Con";
}

.signoff {
    float: left;
    clear: both;
    width: 100%;
	margin-top: 90px;
	padding-bottom: 180px;
    font-weight: 400;
    font-size: 2.375em;
    line-height: 1.38;
    color: white;
    font-family: "TradeG-BoldCon";
}

.title {
  float: left;
  width: 100%;
  min-height: 119px;
  margin-top: 30px;
  font-size: 7.188em;
  font-weight: 400;
  line-height: 1.38;
  text-transform: uppercase;
  color: white;
  font-family: "TradeG-BoldCon";
}

.sidebar ._container {
  float: left !important;
  clear: both;
  width: 100%;
  height: 296px;
  margin-top: 95px;
}

.link-2,
.link-3 {
  clear: both;
}

@media(max-width: 768px) {
  .content {
    clear: both;
    width: 95.0520833333%;
    margin-left: 2.4739583333%;
  }

  .content .title {
    margin-top: 0;
  }
  
  .content .firstparagraph {
    font-size: 3.5em;
  }
  
  .content .text, .content .signoff {
	  font-size: 2em;
  }

  .sidebar {
    width: 94.9218749999%;
    height: 574px;
    margin-left: 2.4739583333%;
  }

  .sidebar .image {
    float: none;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar ._container {
    height: 232px;
    margin-top: 50px;
  }
}

@media(max-width: 480px) {
  body {
    font-size: 1em;
  }
  }

  .content {
    height: 769px;
  }

  .content .firstparagraph {
    font-size: 2.5em;
  }

  .content .title {
    font-size: 4.75em;
  }
  
  .content .text, .content .signoff {
	  font-size: 1.5em;
  }

  .sidebar .image {
    height: auto;
  }

  .sidebar ._container {
    float: none;
    clear: none;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }
}