
body {
  background: #222120;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: sans-serif;

}

h1, h3, a {
  margin: 0 auto;
}

h1 {
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: 2px;
}

a, h3 {
  font-weight: 300;
  font-size: 1.3em;
  letter-spacing: 1.3px;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 32.9%;
  display: inline-block;
  margin: 0;
}

.col4 {
  width: 25%;
  display: inline-block;
  margin: 0 auto;
}

/*/////  HEADER  /////*/

#logo {
  display: block;
}

#logo img {
  display: block;
  margin: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

#tel {
  position: fixed;
  z-index: 1;
  top: 60px;
  right: -3px;
  height: 35px;
}

#tel a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  width: 160px;
  line-height: 35px;
  border: 1px solid #eeb724;
  background-color: #eb2831;
}

#tel a:hover {
  border: 2px solid #eeb724;
}

/*///// MAIN IMAGE & CTA /////*/

.mainwrapper {
  background: url(images/pitstophead.jpg);
  width: 100%;
  height: 500px;
  background-position: 85% 70%;
  background-repeat: no-repeat;
  display: block;
}

#jumbotron {
  width: 33%;
  display: inline-block;
  margin: 155px 33%;
  }

#jumbotron h1 {
  line-height: 1.2;
  margin: 5px 0 30px 0;
}


#jumbotron a {
  text-decoration: none;
  color: white;
  border: 1px solid #eeb724;
  background-color: red;
  border-radius: 5px;
  padding: 8px 12px;
  box-shadow: 3px 3px 1px black;
}

#jumbotron a:hover {
  border: 2px solid #eeb724;
  box-shadow: 5px 5px 2px black;
}



/*///// PERSONAL /////*/

.section {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.spacer {
  height: 80px;
  display: block;
}

.section img {
  display: block;
  margin: 0px auto 40px auto;
  size: 80%;
  background-color: #eeb724;
  border-radius: 50%;
}

.section h3 {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

#ifix {
  margin: 0px auto 20px auto;
}

#ifix h1 {
  color: #eeb724;
  text-align: center;
}

#models {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

#models div {
  margin: 0 auto;
  display: inline-block;
}

#models h3 {
  background-color: #323232;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 5px 15px;
}


/*///// CONTACT /////*/

#fourthsection {
  background-color: #323232;
  display: block;
  padding: 20px 0;
  height: 175px;
}

#address {
  width: 290px;
  margin: auto;
  border-left: 5px solid #eeb724;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

#address a {
  text-decoration: none;
  color: #fff;
  text-align: left;
  line-height: 1.3;
}

iframe {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  display: block;
}

/*//// FOOTER /////*/

#footer {
  background-color: #eb2831;
  border-top: 2px solid #eeb724; 
  height: 50px; 
  }

#footer p {
  font-size: 0.6em;
  color: white;
  margin-left: 10px;
}

/*//// MEDIA ////*/

@media only screen and (max-width: 1300px) {

  #jumbotron {
    width: 60%;
    margin: 155px 20%;
  }
}

@media only screen and (max-width: 1000px) {

.mainwrapper {
  background-position: 70% 70%;
  }
}

@media only screen and (max-width: 880px) {

  #jumbotron {
    width: 80%;
    margin: 155px 10%;
  }

  #models {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {

  #models {
    width: 80%;
  }

  h1 {
  font-size: 2.1em;
}

  a, h3 {
  font-size: 1.1em;
  }

  #tel {
  position: static;
  margin: 5px auto 30px auto;
  }

  #secondsection h3 {
    margin: 0 10px;
  }

  #address {
    width: 250px;
  }
}






