.main_h {
  position: fixed;
  top: 0px;
  max-height: 73px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  
  padding-bottom: 6px;
  font-family: "asul", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 300px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgb(255, 255, 255);
  opacity: 1;
  top: 0px;
}

.logo {
  width: 300px;
  font-size: 25px;
  color: rgb(0, 0, 0);
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Chivo', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  

}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 30px;
    margin-bottom: 25px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #000000;
  font-size: 14px;
  font-family: 'Asul', sans-serif;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #FFB600;
  display: block;
}

.row {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: white;
  font-family: "asul", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

a:hover {
  color: #FFB600;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "chivo", sans-serif;
  font-weight: 900;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
  font-family: 'asul', sans-serif;
}

.content {
  padding: 50px 2% 250px;
}

.hero {
  position: relative;
  background: url(../images/index.jpg) no-repeat center center fixed;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 700px;
  letter-spacing: 2px;
  font-family: "asul", sans-serif;
  background-color: black; 
}

#brand{
  position: relative;
  background: url(../images/catalogcover.png) no-repeat center center fixed;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 400px;
  letter-spacing: 2px;
  font-family: "asul", sans-serif;
  background-color: black; 
  
}

#graphicdesign{
  position: relative;
  background: url(../images/sneakerheader.PNG) no-repeat center center fixed;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 400px;
  letter-spacing: 2px;
  font-family: "asul", sans-serif;
  background-color: black; 
  
}

#ux{
  position: relative;
  background: url(../images/slackheader.PNG) no-repeat center center fixed;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 400px;
  letter-spacing: 2px;
  font-family: "asul", sans-serif;
  background-color: black; 
  
}

#webdesign{
  position: relative;
  background: url(../images/webheader.png) no-repeat center center fixed;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 400px;
  letter-spacing: 2px;
  font-family: "asul", sans-serif;
  background-color: black; 
  
}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #FFB600;
  border-bottom: 2px solid #FFB600;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #FFB600;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #FFB600;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

img{
  width: 100%;
  margin: auto;
}

.center{
  margin: auto;
  text-align: center;
}


.large-text{
  padding-top: 10pt;
  font-size: 30pt;
  font-family: "asul", sans-serif;
  font-weight: bold;
  padding-left: 25pt;
  padding-right:25pt;
  padding-bottom: 40pt;
}

@media screen and (max-width: 769px){
  .large-text{
    font-size: 20pt;
  }
}

.yellow-text{
  font-size: 25px;
  color: #FFB600;
  padding-bottom: 12px;
  line-height: 3;
  text-align: center;
  font-family: "chivo", sans-serif;
  font-weight: 900;

}



.body-stuff{
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 769px){
  .body-stuff{
    width: 95%;
    margin: auto;
  }
}

.margins{
  padding-left: 25px;
  padding-right: 25px;
}

.column-margins{
  padding: 10px;
}

.sub-caps-small{
  text-transform: uppercase ;
  font-size: 18px;
  font-family: "chivo", sans-serif;
  font-weight: 400;
  margin: 10pt;
}

#social{
  background-color: #FFB600;
  padding: 20px;
  width: 100%
}

.add-margin{
  margin-left: 10px;
  margin-right: 10px;
}

.smaller-hero {
  position: relative;
  background: url(../images/index.jpg) no-repeat center center fixed;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 85px;
  min-height: 260px;
  letter-spacing: 2px;
  font-family: "asul", sans-serif;
}

.smaller-hero h1 span {
  font-size: 25px;
  color: #FFB600;
  border-bottom: 2px solid #FFB600;
  padding-bottom: 12px;
  line-height: 3;
}

.smaller-hero h1 {
  font-size: 50px;
  line-height: 1.3;
}

form{
  margin:auto;
  width: 50%;
}

@media screen and (max-width: 769px){
  form{
  margin:auto;
  width: 95%;
}
}

.header-h1{
  color: black;
  padding-top: 40pt;
  font-family: "chivo", sans-serif;
  font-weight: 900;
}

.medium-text{

  font-size: 20pt;
  font-family: "asul", sans-serif;
  font-weight: bold;
  padding-left: 25pt;
  padding-right:25pt;
  padding-bottom: 20pt;
}

@media screen and (max-width: 769px){
  .medium-text{
    font-size: 16pt;
  }
}

.bottom-nav{
  display: inline-block;
  margin: auto;
  text-align: center;
  color: black;
  padding-top: 20pt;
  font-family: "chivo", sans-serif;
  font-weight: 900;
}

.bottom-nav a{
  display:flex;
  justify-content: center;
  margin: auto;
  text-align: center;
}

a {
  margin: auto;
  text-align:center;
  justify-content: center;
}
a:link{
  color: black;
  text-decoration: none;
}

.banner{width: 100%;height: 700px;position: relative;}#slider{width: 100%;height: 700px;position: absolute;overflow: hidden;}#next{text-align: center;line-height:50px;color: #ffffff;width:50px;height:50px;background-color:#FFB600;position: absolute;top:205px;right:0;z-index:99; cursor: pointer;opacity:.4;}#pre{text-align: center;line-height: 50px;color: #ffffff;width:50px;height:50px;background-color: #FFB600;position: absolute;top:205px;left:0;z-index:99;cursor: pointer;opacity:.4;}.banner:hover #next{opacity:1;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-ms-transition: all .5s ease-out;}.banner:hover #pre{opacity:1;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-ms-transition: all .5s ease-out;}