/* Typography */

body, 
p, 
ul, 
li, 
h1,
h2, 
h3, 
h4, 
h5 {
  letter-spacing: normal;
  line-height: normal;
}

body, 
p, 
ul, 
li {
  font-weight: 400;
}

h1,
h2, 
h3, 
h4, 
h5 {
  font-weight: 500;
}

a, a:visited {
  color: #f48847;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  h1 {
    font-weight: 50px;
  }
}

/* Navbar */

.page-body.page.editing {
  margin-top: 200px;
}

.logo {
  width: 130px;
}

.navbar-main {
  transition:500ms ease;
  background: table;
}

.navbar-main.scrolled {
  background: #000;
}

.navbar-main a,
.navbar-main a:hover,
.navbar-main a:visited {
  color: #fff;
  text-decoration: none;
}


.nav-link,
.nav-link a:hover,
.nav-link:active,
.nav-link:visited,
.nav-link:focus {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.navbar-main .fa-brands {
  font-size: 19px;
}

.nav-link.button-nav, 
.nav-link.button-nav:hover, 
.nav-link.button-nav:focus, 
.nav-link.button-nav:active {
  border: 3px solid #f48847;
  background: #f48847;
  color: #ffffff;
  padding: 20px 32px;
  text-transform: none;
  font-size: 18px;
}

ul.navbar-nav.ml-auto {
  padding-top: 15px;
}

/* @media screen and (max-width: 768px) {
  .navbar-collapse {
    display: none;
  }
} */

@media screen and (min-width: 769px) {  
  .navbar-main {
    padding: 30px 50px;
  }

  .nav-link {
    margin-left: 22.464px;
  }
  
  .margin-left-60 {
    margin-left: 60px;
  }
}

/* Header */

.header .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .header .block-image-cover {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .header .block-image-text {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .header .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header .block-image-text {
    width: 1170px;
  }
}

/* Multi-select fields */
div.selectize-dropdown.multi div.option {
  display: none;
}

div.selectize-dropdown.multi div.option:nth-child(4),
div.selectize-dropdown.multi div.option:nth-child(5) {
  display: block;
}


/* Buttons */

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  border: 3px solid #000;
  background: #000;
  color: #ffffff;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 3px solid #000000;
  background: #000000;
  color: #f48847;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 3px solid #f1bc0e;
  background: #f1bc0e;
  color: #000;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 3px solid #000;
  background: #000;
  color: #ffffff;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}

.input-group input, .input-group-btn button {
  height: 43px;
}

@media (min-width: 1200px) {
  a.button, .btn {
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 500;
  }
}

/* Sidebar */

.sidebar {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #f48847;
  border-radius: 3px;
  margin-bottom: 30px;
}

/* Footer */

footer {
  background-color: #ebeaeb;
  padding: 86px 0;
}

footer .fa-brands {
  color: #000;
  font-size: 20px;
}

footer ul {
  margin: 0;
  list-style-type: none;
}

.footer-menu a,
.footer-menu a:visited,
.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.footer-logo {
  width: 230px;
}

li.list-linline-item {
  display: inline-block;
}

ul.social.list-unstyled.list-inline {
  text-align: center;
}

@media (max-width: 768px) {
  footer .fa-brands {
      font-size: 35px;
      padding: 15px;
  }
}

@media (min-width: 768px) {
  footer .copyright {
    padding-top: 45px;
  }
}

.block-jobs .job h3.job-title {
  font-size: 18px;
}

.block-jobs .job span.job-field {
  font-size: 14px;
}

.badge {
  background-color: #000000;
}
select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 96%;
}
/* requested revisions 06.12.23 - md */
/* note: commented out 'display: none' for mobile nav @ line 99 */

@media (max-width: 768px) {
  .navbar-main {
      background: #000;
  }
  .page-body {
      margin-top: 59px;
  }
}