@font-face {
  font-family: MontHeavyDEMO;
  src: url("assets/Mont-HeavyDEMO.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #0B0E0A;
  /* padding-top: 100px; */
  margin: 0;
}

 nav {
  background-color: #0B0E0A ;
  position: relative;
  margin-bottom: 0px;
  height: 200px;
  width: 100%;
  display: none;
} 

#nav-logo-container {
  padding-right: 0px;
  width: 100%;
}

#logo {
  height: 150px;


}

#nav-logo-container:hover {
  background-color: #0B0E0A;
}

ul {
  padding: 0px;
  padding-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
  
} */

 li {
  display: inline;
  color: rgb(117, 117, 117);
  margin-right: 15px;
  font-family: Impact;
  font-weight: lighter; 
 } 

 li a {
  text-decoration: none;
  /* margin: 5px; */
}

li a:visited {
  text-decoration: none; 
  color: rgb(117, 117, 117);
}

/* li a:hover {
  
  background-color: #FFCE31;
  color: black;
  margin: 5px;
} */

li:hover {
  background-color: #FFCE31;
  /* margin-top: 90px; */
}

#hamburger {
  float: right;
  width: 150px;
  height: 150px;
  color:#FFCE31;
  background-color: #0B0E0A;
  border: #0B0E0A;
}

#hamburger-nav {
  display: none;
}

.hamburger-item {
  color: white;
  text-align: center;
  line-height: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
  list-style: none;
  /* background-color: gray; */
  padding: 8px;
  font-family: MontHeavyDEMO;
  font-size: 70px;
}

#hero {
  width: 100%;
  height: 720px;
  text-align: center;
  background-image: url("assets/blacktiles1.jpg");
  height: 500px;
  padding-top: 20px;
  margin-top: 0px;
  
}

#hero-content {
  padding: 150px 30px;
  /* margin: 60px 250px; */
  border-radius: 10px;
}

#hero-content h1 {
  font-family: 'MontHeavyDEMO';
  /* font-weight: lighter; */
  color: #FFCE31;
  /* position: sticky; */
  font-size: 70px;
  display: inline;
  padding-bottom: 3px;
}

.hero-text {
  border-right: #FFCE31 10px solid;
  margin-right: 15px;
}

#hero-content h2 {
  color: white;
  font-size: 40px;
  font-weight: lighter;
  margin-top: 40px;
}

#hero-content p {
  color: white;
  font-size: 24px;
  font-weight: lighter;
  line-height: 40px;
}

#hero-content a {
  margin: 10px;
  text-decoration: none; 
  color: white;
  border: 1px white;

}

#hero-content a:visited {
  text-decoration: none; 
  color: white;
}

#portfolio {
  text-align: center;
  font-family: 'MontHeavyDEMO';
  color: #FFCE31;
  
}

#portfolio h2 {
  padding: 50px 0px;
  font-size: 50px;
}

#portfolio img {
  margin: 5px 10px;
}

#contact {
  border: 1px solid white;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
  text-align: center;
  display: grid;
}

#contact h2 {
  color: #FFCE31;
  font-family: MontHeavyDEMO;
  font-size: 120px;
}

textarea {
  width: 800px;
  height: 350px;
  font-family: arial;
  padding: 10px 10px 5px 10px;
  font-size: 40px;
}

form {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif
}

section {
  margin-bottom: 10px;
  margin-top: 10px;
}
label {
  color: white;
  /* margin-top: 10px; */
  /* float: left; */
  /* margin-left: 100px; */
}

input {
  height: 80px;
  width: 800px;
  font-size: 40px;
  padding-left: 10px;
}

input::placeholder {
  font-size: 40px;
}


button {
  font-family: Arial, Helvetica, sans-serif;
  width: 100px;
  height: 28px;
}

button:hover {
  color:black;
  background-color: #FFCE31;
}


#hero-about h1 {
  color: #FFCE31;
  font-family: 'MontHeavyDEMO';
}

#hero-about h2 {
  color: white;
}

#about-text h2 {
  text-align: center;
  color: white;
}

#hero-about a:visited {
  text-decoration: none; 
  color: white;
}

#footer {
  background-color: #000000;
  color:#FFCE31;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin: 5px 50px 0px 50px;
  border-top: 1px solid white;
}

/* @media only screen and (min-width:) */