html, body {
  margin: 0;
  padding: 0;
}


.header {
  background-color:#333333;
}


.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;

}

.jumbotron {
  height: 500px;
	background-image:url(http://i.imgur.com/RK6KF1i.jpg);
  background-position: center;
  background-size:1024px 683px;
  background-repeat: no-repeat;

	
}

.nav {
  margin: 0;
  padding: 20px 0;
}


.nav a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 17px;
  display:inline;
  padding-left:10px;
  padding-right:10px;
  text-decoration:none;
}

.nav li {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 17px;
  display:inline;
  

}


.nav .sli a {
  color:#F7D358;
  padding-right:200px;
  font-size:40px;
  padding-left:40px;
  font-family:unset;
  text-decoration: overline;

}
.container h1{

  padding-bottom:345px;

}
.about .container li {
  font-family:Raleway,sans-serif;
  font-weight: bold;
  font-size: 25px;
  padding:7px 0px;
}

.ultron .container a {

}


.main {
  position: relative;
  top: 180px;
  text-align: center;
}

.main h1 {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 70px;
  margin-top: 5px;
  margin-bottom: 50px;
  text-transform: uppercase;
  padding-top: 120px;

}

.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;
  position:relative;
  bottom:350px;
  



}

.supporting {
  padding-top: 80px;
  padding-bottom: 100px;
}

.supporting .col {
  float: left;
  width: 33%;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.supporting img {
  height: 80px;
}

.supporting h2 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
}

.supporting p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 50px;
  margin-bottom: 40px;
}

.span {
  font-style:italic; ;
}

.btn-default{
  border:1px solid #333;
  color:#333333;
  padding:15px 15px 15px 15px;
  text-decoration:none;
  font-weight:600;
  text-transform:uppercase;
  

}



.clearfix {
  clear: both;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
  position:relative;

}

.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%;
  }












}

