div.hide {
  display: none;
}

#section-heading {
  background-color: #161c2d;
  color: #ffffff;
  padding-bottom: 5vh;
}

.main-company-name {
  text-align: center;
}

.main-company-name h2 {
  font-size: 5.5em;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-stretch: extra-expanded;
  color: rgba(243,243,225,111);
  letter-spacing: 2px;
  word-spacing: 10px;
}

.main-company-name h3 {
  font-size: 1.2em;
  font-family: 'Syncopate', sans-serif;
  font-weight: 200;
  color: rgba(243,243,225,111);
  letter-spacing: 1px;
}

#heading-triangle-tail {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 20vh solid #161c2d;
}

#main-logo-heading {
  width: 15vw;
  margin-top: 20vh;
}

#main-navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: 0.5s;
}

.nav-main-theme {
  background-color: #161c2d;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nav-main-theme a {
  margin: 0 10px 0 10px;
  color: #fff !important;
  font-weight: 500;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col {
  padding-left: 0;
  padding-right: 0;
}

#section-company-desc {
  margin-top: 10vh;
}

#section-careers {
  margin-top: 10vh;
  margin-bottom: 5vh;
}

#section-footer {
  color: #fff;
  background-color: #161c2d;
  padding: 30px 0px 30px 0px;
}

.container-fluid {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  overflow: hidden;
}

.job-tile {
  background-color: #252f4a;
  color: #fff;
  border-radius: 20px;
  padding: 20px 50px 20px 50px !important;
  margin-bottom: 5vh;
}

.job-tile .job-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}

.job-tile .job-terms {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
}

.job-tile button {
  color: #fff;
  font-weight: 600;
  background-color: #0ab4fb;
  width: 5rem;
  border-radius: 10px;
  height: 2.5rem;
}

.btn-blue {
  color: #fff;
  font-weight: 600;
  background-color: #0ab4fb !important;
  border-radius: 10px;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
}

.btn-blue:hover {
  color: #0ab4fb;
  font-weight: 600;
  background-color: #161c2d !important;
  border-radius: 10px;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  transition: 0.2s;
}

#section-footer a {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
}

#section-footer a:hover {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: underline;
}

.modal-theme {
  background-color: #252f4a !important;
  color: #fff;
  border-radius: 25px !important;
  padding: 0px 20px 10px 20px;
}

.modal-theme button {
  background-color: transparent;
  border: none;
}

.modal-theme button:focus {
  background-color: transparent;
  border: none;
  outline: none;
}

.modal-theme .icon-close {
  font-size: xx-large;
  color: #fff;
}

.modal-theme h5 {
  font-size: 1em;
  margin-top: 0.1em;
}

.modal-theme p,
ul {
  font-size: 0.9em;
}

.modal-theme a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.modal-theme a:hover {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.modal-theme .how-to-apply {
  background-color: #d3dde7;
  color: #252f4a;
  font-weight: 600;
  display: inline-block;
  padding: 0.3em 0.6em 0.3em 0.6em;
  border-radius: 0.2em;
}

.modal-theme hr {
  height: 100px;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .main-company-name h2 {
    font-size: 3em;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-stretch: extra-expanded;
    color: rgba(243,243,225,111);
    letter-spacing: 2px;
    word-spacing: 10px;
  }

  .main-company-name h3 {
    font-size: 1em;
    font-family: 'Syncopate', sans-serif;
    font-weight: 200;
    color: rgba(243,243,225,111);
    letter-spacing: 1px;
  }

  #main-logo-heading {
    width: 30vw;
    margin-top: 20vh;
  }
  #navbar-logo-brand {
    width: 30vh;
  }
  #heading-triangle-tail {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 10vh solid #161c2d;
  }
  .job-tile {
    background-color: #252f4a;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px 10px 20px !important;
    margin-bottom: 3vh;
  }
  .job-tile .job-terms {
    font-size: 0.7rem;
    font-weight: 400;
    color: #fff;
  }
  #section-footer a {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
  }
}

/* small devices (landscape phones, 576px and up) */

@media (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}
