body,
html {
  font-family: "Times New Roman", Times, serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: black;
  width: 100% !important;
  height: 100% !important;
}

h1 {
  font-weight: 700;
}

h1 strong {
  font-weight: 900;
}

h2 {
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  color: #555;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  color: #555;
}

h4 {
  font-weight: 500;
  color: #555;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p {
  font-size: 14px;
}

a {
  color: #754747;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e3c472;
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  padding-bottom: 60px;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 99999;
  height: 100%;
  margin: auto;

}

table {
  table-layout: fixed;
  width: 100%;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  padding: 0;
}

ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

hr {
  height: 11px;
  width: 70px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  /*background: #e3c472;*/
  margin-bottom: 5px;
  border: 0;
  display: inline-block;
  background-image: url(../img/line-break-logo.png);
  background-position: 0 0;
}

/* Navigation */
.navbar-custom {
  padding: 0;
  border-bottom: 0;
  height: 120px;
  letter-spacing: 1px;
  background: url(../img/header_logo.png) no-repeat center center;
  background-color: rgb(26, 25, 22, 0.9);
  background-size: 100%;
  text-transform: uppercase;
}

.nav-container {
  padding-top: 25px;
  padding-right: 25px;
}

.navbar-custom .navbar-brand {
  font-weight: 600;
}

.navbar-custom .navbar-brand i.fa {
  color: #e3c472;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-toggle {
  color: #eee;
  font-size: 18px;
  border-radius: 2px;
  padding: 0 4px;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #e3c472;
  color: #ffffff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.nav-text {
  font-size: 22px;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgb(163, 152, 122);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
  color: rgb(252, 211, 98);
}

.nav li:after {
  list-style-image: url(../img/custom_circle.png);
  padding-left: 15px;
  position: absolute;
  top: 14px;
  right: 8px;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

.nav-description {
  color: rgb(252, 211, 98);
  font-size: 18px;
}

.job-text {
  padding-left: 300px;
}

@media screen and (max-width: 600px) {
  .navbar-custom {
    background: url(../img/header_logo_mobile.png) no-repeat center center;
    padding: 0;
    border-bottom: 0;
    height: 90px;
    letter-spacing: 1px;
    background-color: rgb(26, 25, 22, 0.9);
    background-size: 100%;
    text-transform: uppercase;
  }
}

/* Home Section */
#intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url(../img/adam_jacket.jpg) no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-icon {
  display: inline-block;
  width: 200px;
  height: 60px;
  background-image: url(../img/gold_icon.png);
  background-position: 0 0;
}

#intro .intro-body {
  display: table-cell;
  vertical-align: middle;

}

#intro .intro-container {
  padding-right: 100px;
  margin-left: 0px;
}

#intro .intro-background {
  background-color: rgb(26, 25, 22, 0.7);
  padding: 10px 10px 10px 10px;
  margin-bottom: 50px;
}

#intro .intro-body H1 {
  font-size: 76px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

#intro .intro-body .brand-heading {
  color: #e3c472;
  text-shadow: 0 4px #806f18;
}

#intro .intro-body .intro-text {
  font-size: 18px;
  color: #dbb818;
}

#intro .intro-bio {
  font-size: 17px;
  color: #ffffff;
  padding: 0;
}

@media (min-width: 768px) {
  #intro {
    height: 100%;
    padding: 0;
  }

  #intro .intro-body .intro-text-name {
    font-size: 42px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
  }

  #intro .intro-body .intro-text {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #e3c472;
  }
}

.btn-default {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  padding: 12px 24px;
  margin: 0 8px;
  font-size: 18px;
  transition: all 0.5s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #f6f6f6;
  background-color: #806f18;
}

.section-title.center {
  padding: 30px 0;
}

.section-title h2,
.section-title.center h2 {
  margin-bottom: 30px;
}

/*mobile*/
@media screen and (max-width: 600px) {
  #intro .intro-body .intro-text-name {
    font-size: 42px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
  }

  #intro .intro-body .intro-text {
    font-size: 26px;
    color: #dbb818;
  }

  #intro .intro-container {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
  }

  .section-title.center {
    padding: 0px 0;
  }

  #intro {
    width: 100%;
    height: auto;
    padding-top: 50px;

  }
}

/* About Section */
#bio {
  padding: 70px 0;
  background: #f6f6f6;
}

#bio .about-text {
  margin-left: 10px;
}

#bio H4 {
  font-size: 20px;
}

#bio li {
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
  font-size: 13px;
}

#bio li:before {
  content: "✓";
  font-weight: 600;
  padding-right: 10px;
  color: #806f18;
}

#bio i.fa {
  float: left;
  display: block;
  margin-right: 15px;
  color: #fff;
  font-size: 44px;
  text-shadow: 0 0 1px #666;
}

#bio img {
  margin-top: 40px;
}

#bio p {
  margin-top: 0px;
  margin-bottom: 15px;
}

/* Demos Section */
#demos {
  padding: 140px 0;
  background: url(../img/vo-microphone-bg.png);
  background-size: cover;
  background-attachment: fixed;
}

#demos .demo {
  padding: 20px 10px;
}

#demos h2 {
  color: #f6f6f6;
}

#demos h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f6f6f6;
  text-align: center;
}

#demos h3 a:focus {
  font-size: 20px;
  font-weight: 600;
  color: #806f18;
  text-align: center;
}

.ui360 span {
  vertical-align: top;
}

.centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#demos p {
  color: rgba(255, 255, 255, 0.7);
}

.space {
  margin-top: 40px;
}

#demos .demo-video {
  font-size: 36px;
  color: #806f18;
  transition: all 0.5s;
  text-align: center;
}

/* Gallery Section */
#samples {
  padding: 120px 0;
  background: #f6f6f6;
}

.categories {
  padding-bottom: 0px;
  text-align: center;
}

#samples p {
  margin-left: 200px;
  margin-right: 200px;

}

ul.cat li {
  display: inline-block;
}

ol.type li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 30px;
}

ol.type li a {
  color: #777;
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

ol.type li a.active {
  color: #000000;
  border: 1px solid #e3c472;
  background: #e3c472;
}

ol.type li a:hover {
  color: #f6f6f6;
  border: 1px solid #e3c472;
  background: #e3c472;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .hover-bg {
  max-height: 190px;
  overflow: hidden;
  position: relative;
}

.sample-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3px;
  color: rgb(0, 0, 0);
}

.sample-description {
  text-align: center;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  color: #806f18
}

.sample-type {
  text-align: center;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 3px;
  color: rgb(0, 0, 0, .4);
}

#samples i.fa {
  font-size: 20px;
  padding: 5px;
  color: #f4d03f;
}

audio {
  width: 270px;
}

audio::-webkit-media-controls-panel {
  background-color: rgba(0, 0, 0, 0.05)
}

/* Clients Section */
#clients {
  background: url(../img/adam_2.png);
  background-size: cover;
  background-attachment: fixed;
  color: #ddd;
  padding: 140px 0;
}

#clients h2 {
  color: #f6f6f6;
}

/* Resume Section */
#resume {
  padding: 120px 0;
  background: #f6f6f6;
  color: #f6f6f6;
}

#resume h2 {
  color: #000000;
}

#resume .resume-container {
  margin-top: 40px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  font-size: 16px;
  margin-left: 20px;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding-right: 3rem;
  text-align: left;
  font-size: 16px;
}

.censor {
  background-color: black;
}

#resume .resume-header {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

#resume .small-resume-header {
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
}

.wrapper {
  display: grid;
  grid-template-columns: .5fr .25fr .3fr .7fr 1fr;
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  text-align: left;
  font-size: 16px;
  border-top: 2px solid #e3c472;
  margin-top: 20px;
  padding-top: 10px;

}

.background-wrapper {
  padding: 5px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 20px;

}

.resume-general {
  grid-column: 1/4;
  grid-row: 1;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #e3c472;
  border-bottom: 2px solid #e3c472;
}

.resume-training {
  grid-column: 1/4;
  grid-row: 2;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #e3c472;
  border-bottom: 2px solid #e3c472;
}

.resume-awards {
  grid-column: 1/4;
  grid-row: 3;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #e3c472;
  border-bottom: 2px solid #e3c472;
}

.resume-perks {
  grid-column: 1/3;
  grid-row: 6;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #e3c472;
  border-bottom: 2px solid #e3c472;
}

.resume-audiobook {
  grid-column: 1/3;
  grid-row: 4/6;
  border-right: 2px solid #e3c472;
  border-bottom: 2px solid #e3c472;
}

.resume-animation {
  grid-column: 4/6;
  grid-row: 1/4;
  padding-bottom: 10px;
  border-bottom: 2px solid #e3c472;
  border-right: 2px solid #e3c472;
}

.resume-commercial-1 {
  grid-column: 3/5;
  grid-row: 4/7;
  border-bottom: 2px solid #e3c472;
  border-right: 2px solid #e3c472;
  padding-bottom: 10px;
  margin-top: 40px;
}

.resume-commercial-2 {
  grid-column: 5/6;
  grid-row: 4/7;
  border-bottom: 2px solid #e3c472;
  border-right: 2px solid #e3c472;
  padding-bottom: 10px;
  margin-top: 40px;
}

.resume-commercial-header {
  grid-column: 3/6;
  grid-row: 4;
}

#resume a {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

#resume a:hover {
  color: #e3c472;
}

#resume .btn-default {
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  color: #f6f6f6;
  background-color: #806f18;
  margin-top: 15px;
  font-size: 15px;
}

#resume .btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#resume .btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Studio Section */
#studio {
  background: url(../img/studio.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ddd;
  padding: 140px 0;
}

#studio h2 {
  color: #f6f6f6;
}

#studio h3 {
  color: #e3c472;
  font-size: 22px;
}

#studio p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  color: f6f6f6;
}

#studio li {
  font-size: 16px;
  color: #f6f6f6;
}

/* Contact Section */
#contact {
  padding: 120px 0 40px 0;
  background: #f6f6f6;
}

#contact .contact-item {
  padding: 10px;
  margin: 10px;
  height: 100px;
  border-radius: 4px;
  padding-top: 20px;
}

#contact .reps {
  margin-left: 200px;
  margin-right: 200px;
}

#contact h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
}

#contact form {
  padding: 30px 0;
}

#contact i.fa {
  font-size: 28px;
  color: #e3c472;
  margin-bottom: 10px;
}

#contact .text-danger {
  color: #ff3333;
  text-align: left;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  float: left;
}

#contact .contact-header {
  color: #525252;
  font-size: 20px;
}

#contact .contact-name {
  color: #806f18;
}

#contact .contact-email {
  color: #806f18;
}

#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#contact .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}

#contact .btn-default {
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  color: #f6f6f6;
  margin-top: 15px;
  font-size: 15px;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

#contact .social ul {
  margin-top: 30px;
}

#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}

#contact .social i.fa {
  font-size: 24px;
  padding-top: 8px;
  color: #e3c472;
  border-radius: 4px;
  transition: all 0.3s;
}

#contact .social i.fa:hover {
  color: #e3c472;
}

/* Footer Section*/
#footer {
  background: #333;
  color: #777;
  padding: 20px 0;
  text-align: center;
}

#footer a {
  color: #999999;
}

#footer a:hover,
a:focus {
  color: #806f18;
}

#footer p {
  font-size: 13px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .hover-bg .hover-text {
    padding: 20%;
  }
}

@media (max-width: 640px) {
  #intro .intro-body H1 {
    font-size: 5em;
  }
}

.ui360,
.sm2-360ui {
  /* size of the container for the circle, etc. */
  width: 50px;
  height: 50px;
}