html, body {
  margin: 0;
  padding: 0;
}


.header {
    background-color: #333333;
}

.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
/*Jumbotron */
h1, h2 {
  text-transform: uppercase;
}

.jumbotron {
  background: url(https://s3.amazonaws.com/codecademy-content/projects/broadway/bg.png) no-repeat center center;
  background-size: cover;
  height: 600px;
}

.jumbotron h3 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-bottom:  60px; 
}
  
.jumbotron h1 {
  margin-bottom: 20px;
}

/*Nav List */
.nav {
  margin: 0;
  padding: 20px 0;
}

.nav li {
    color: #fff;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-right: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

a:-webkit-any-link {
    color: #fff;
    text-decoration: none;
    cursor: auto;
}

.main {
    position: relative;
    top: 180px;
    text-align: center;
}

.main h1 {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 70px;
    margin-top: 0;
   
    text-transform: uppercase;
}

.btn-main {
    background-color: #333;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.3px;
    padding: 16px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-default {
    border: 1px solid #333333;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1.3px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.supporting {
  padding-top: 80px;
  padding-bottom: 100px;
}

.supporting .col {
  float: left;
  width: 33%;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.supporting h1 {
  font-weight: bold;
}

.supporting img {
  height: 32px;
}

.supporting h2 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
}

.supporting p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0 50px;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: 'Raleway', sans-serif;

}
.supporting h1, h3, h4, td{
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
} 

.supporting li {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.supporting h4 {
  text-align: center;
}

.supporting td {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.feature li {
  word-spacing: 30;
  text-align: center;
}

.feature h1 {
  text-align: center;
}

.feature h2 {
  font-family: 'Raleway', sans-serif; 
  text-align: center;
}

.footer {
  background-color: #333333;
  color: #fff;
  padding: 30px 0;
}

.footer p {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

@media (max-width: 500px) {
  .main h1 {
    font-size: 50px;
    padding: 0 40px;
  }

  .supporting .col {
    width: 100%;
  }
}