@font-face{
 font-family: Agmena;
 src: url("https://dumbiee.neocities.org/font/agmena-pro-regular.ttf");
}
@font-face{
 font-family: Mantinia;
 src: url("https://dumbiee.neocities.org/font/Mantinia%20Regular.otf");
}

body{
  background: #000 fixed;
  background-image: linear-gradient(#213834,#000);
  font-family: "Agmena", serif;
  color: #C4C1BB;
  text-align: center;
  margin: 0;
}

h1, h2, h3, h4{
  font-family: "Mantinia", serif;
  color: #A88C48;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
}
b{
  color: #A88C48;
}
i{
  color: #fff;
}
img{
  max-width: 100%;
  height: auto;
}

.nav{
  background: #000;
  position: fixed;
  top: 0;
  text-align: center;
  font-weight: normal;
  height: auto;
  width: 100%;
}
.nav h1{
  font-size: 1em;
  color: #4A4A4A;
}
.nav a:link, .nav a:visited{
  color: #705F35;
  transition: .2s ease-in-out;
}
.nav a:hover, .nav a:active{
  color: #C78F12;
  transition: .2s ease-in-out;
}
.nav a{
  text-decoration: none;
  padding-left: 1em;
}

.header{
  padding: 1em;
  margin-top: 3em;
}
.header p{
  font-size: 1.25em;
}

.section{
  background: #141414;
  border: 1px solid #665733;
  width: 90%;
  padding: 1em;
  margin: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section h1{
  font-size: 1.5em;
  border-bottom: 1px solid #a88c48;
}
.section h2{
  font-size: 1.25em;
  border-bottom: 1px solid #a88c48;
}

.display{
  display: block;
  text-align: center;
  vertical-align: top;
}

.item{
  display: inline-block;
  vertical-align: middle;
  background: #000;
  border-radius: 20px;
  margin: 5px;
  padding: 10px;
  text-align: left;
  width: 400px;
  max-width: 95%;
}
.item img{
  float: right;
}
.item h4{
  text-align: center;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #695E48, #000);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.mini{
  text-align: center;
}
.mini img{
  float: none;
  width: 75px;
  height: 75px;
  padding: 1em;
}

.tiny{
  float: left;
  width: 50px;
  height: 50px;
  padding: .5em;
  padding-top: 0;
}

.job{
  display: inline-block;
  vertical-align: top;
  background: #000;
  border-radius: 20px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  width: 200px;
  max-width: 95%;
}
.job img{
  width: 150px;
  height: auto;
  display: block;
  margin: auto;
}
.job h4{
  text-align: center;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #695E48, #000);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.bg{
  display: inline-block;
  vertical-align: middle;
  background: #000;
  border-radius: 20px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  width: 400px;
  max-width: 95%;
}
.bg img{
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.bg h4{
  text-align: center;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #695E48, #000);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.ocs{
  display: block;
  background: #000;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 2em;
  padding: 10px;
  width: 90%;
}
.insp{
  width: 80%;
  background: #333131;
  display: block;
  padding: 1em;
  margin: auto;
  margin-bottom: 1em;
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.insp img{
  background: #695E48;
  float: left;
  padding: 10px;
  margin-right: 1em;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}
.insp h3{
  text-align: left;
  font-size: 1em;
}
.insp h2{
  text-align: left;
  color: #fff;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #695E48, transparent);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.big{
  border-radius: 20px;
  display: block;
  margin: auto;
  max-width: 90%;
  height: auto;
}
.small{
  border-radius: 20px;
  display: inline-block;
  padding: 5px;
  max-width: 45%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .nav{
    height: 3em;
    overflow: hidden;
    transition: height .35s ease-in-out;
  }
  .nav:hover{
    height: auto;
    transition: height .35s ease-in-out;
  }
  .nav a{
    display: block;
    text-decoration: none;
    padding-left: 0;
    padding-top: 1em;
  }
  .item img{
    display: block;
    margin: auto;
    float: none;
  }
  .mini img{
    display: inline-block;
    }
  .small{
    border-radius: 20px;
    display: block;
    margin: auto;
    max-width: 90%;
    height: auto;
  }
}