html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Custom, iPhone Retina*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Medium Devices, Desktops */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Medium Devices, Desktops */
h1 {
  color: #ff5d00;
  font-size: 3em;
}
@media only screen and (max-width : 480px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  color: #6d3f3b;
  font-size: 2em;
}
@media only screen and (max-width : 480px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  color: #ff5d00;
  font-size: 1.2em;
}
@media only screen and (max-width : 480px) {
  h3 {
    font-size: 1.2em;
  }
}
.navbar {
  border-radius: 0;
  border: 0;
  background-color: #000;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.navbar a.navbar-brand {
  color: #ff5d00;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin: 0;
}

.navbar a.navbar-brand img{
  padding: 0;
  margin: 0;
  margin-top: 20px;	
}

.navbar > .container .navbar-brand {
  line-height: 100px;
  float: none;
}
@media only screen and (max-width : 768px) {
  .navbar > .container .navbar-brand {
    line-height: 56px;
  }
}
.navbar .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ff5d00;
  background-color: transparent;
}
.navbar .navbar-nav > li > a {
  line-height: 100px;
  color: #fff;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: color 0.3s ease-in;
}
@media only screen and (max-width : 768px) {
  .navbar .navbar-nav > li > a {
    line-height: 56px;
  }
}
.navbar-toggle {
  margin-top: auto;
  margin-bottom: auto;
  line-height: normal;
  height: 40px;
  width: 40px;
  color: #fff;
  border: 1px solid #fff;
}