@font-face {
  font-family: Raleway;
  src: url('../font/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: Raleway;
  src: url('../font/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Raleway;
  src: url('../font/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: Raleway;
  src: url('../font/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

html {
  font-family: Raleway;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.transparent-background {
  background-color: transparent !important;
}

::-webkit-input-placeholder {
  text-align: center;
  color: #616161;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: #616161;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: #616161;
}

:-ms-input-placeholder {
  text-align: center;
  color: #616161;
}

.modal-input {
  text-align: center;
  font-family: inherit;
  color: #fff;
}

blockquote {
  border-left: 5px solid #f57c00;
}

.opacity {
  /* opacity: 0.45; */
  filter: brightness(0.85);
}

.collection a.collection-item {
  color: black;
}

.sidenav-overlay {
  z-index: 996;
}

.float-btn-position {
  position: fixed;
  top: 29px;
}

.img-resize {
  max-height: 150px;
}

.helper-text-resize {
  font-size: 9px;
}

.form-input-spacing {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .float-btn-position {
    position: fixed;
    top: 40px;
  }
  .select-wrapper input.select-dropdown,
  input[type='text']:not(.browser-default),
  input[type='email']:not(.browser-default) {
    font-size: 35px !important;
  }
  .img-resize {
    max-height: 250px;
  }
  .helper-text-resize {
    font-size: 12px;
  }
  .form-input-spacing {
    margin-bottom: 40px;
  }
}

.medium-icon {
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .helper-text-resize-parallax {
    font-size: 2.2rem;
  }
  .medium-icon {
    font-size: 2rem;
  }
}

.select-wrapper input.select-dropdown {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.select-wrapper input.select-dropdown {
  color: #616161;
}

.select-wrapper .caret {
  fill: #616161;
}

.select-dropdown li.optgroup:hover {
  background-color: white;
  cursor: default;
}

.hidden {
  opacity: 0;
}

.block-nav-bar {
  display: inline-block;
}

.modal-dimentions {
  width: 100vw;
  height: 100vh;
  box-shadow: none;
  max-height: 100vh;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 25px;
}

.modal-content {
  height: 95%;
}

.form-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.index-parallax-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.index-parallax-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bolder;
}

.carousel-img {
  filter: brightness(0.5);
  width: 100%;
  height: 500px;
}

.how-to-hire-index {
  font-size: 35px;
}

.bold {
  font-weight: bold;
}

.contact-us-link {
  font-size: 30px;
}

.opaque-parallax {
  filter: brightness(0.5);
}

.total-wide {
  margin: 30px 0;
  width: 100%;
}

.arrow-icon-size {
  font-size: 75px;
}

.inline {
  display: inline;
}

.whatsapp-icon {
  font-size: 18px;
}

.padding-extra {
  padding: 80px 0;
}

.page-footer-height {
  height: 180px;
}

.min-width-button {
  min-width: 220px;
}

.icon-padding {
  position: absolute;
  top: 3%;
  right: 3%;
}

.light-grayed {
  color: #bfbfbf;
}
