@import url("https://fonts.googleapis.com/css?family=Lato:100i,400,700i|Noto+Sans+SC:700");

* {
  box-sizing: border-box;
  /* font-family: Arial, Helvetica, sans-serif; */
}

html {
  height: 100%;
}
body {
  position: relative;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
  background-color: black;
  padding-bottom: 41px;
}

.main {
  overflow-x:hidden;
  height: 100%;
}

.main-index{
  background-color: white;
}
/* Style the loading Page */
.loader {
  background-color: white;
  display: inline-block;
  height: 100vh;
}

.loader_image {
  height: 100%;
}

#loading_image_gif {
  display: block;
  position: absolute;
  width: 40%;
  top: 35%;
  left: 35%;
}

#loading_image_svg {
  display: none;
  position: absolute;
  width: 40%;
  top: 35%;
  left: 35%;
}

/* Style the content */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-top: 0.5rem; */
  line-height: 0.8;
  font-family: "Noto Sans Sc", sans-serif;
  font-weight: 600;
  /* font-size: 5em; */
  text-align: center;
  color: white;
  letter-spacing: 2px;
}

h4 {
  line-height: 1.3;
  margin-bottom: 1.5em;
  margin-top: 2em;
  font-size: 1.2em;
  color: #fccc9e;
}

h1{
 opacity: 1;
 font-weight: 100;
 line-height: 1;
 margin: 1em 0;
 color: black;
 filter: drop-shadow(-.3rem .3rem .1rem  rgba(0,0,0,.6));
}

.index-text{

  width: 100%;
  display: flex;
  position: absolute;
  z-index: 100;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: white;
}

.header-text {
  color: #fccc9e;
}

.heavy {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.svg-inline--fa {
  margin-right: 0.5em;
}

.accent-color {
  color: #fccc9e;
}

.cell-text-right {
  text-align: right;
}

.custom-button {
  display: block;
  background-color: #fccc9e;
  border-color: #fccc9e;
  color: black;
  padding: 0.5em 5em;
  margin: 1.1em auto;
}

.custom-button:hover {
  background-color: #fccc9e;
  border-color: #fccc9e;
  color: black;
  opacity: 0.8;
}

.custom-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 204, 158, 0.5);
}

.custom-table {
  border-color: rgba(0, 0, 0, 0);
  color: white;
}
.custom-table > tbody > tr > td {
  border-top: 0;
}

.wrapper {
  margin: 20px 0 0 0;
  text-align: center;
}

.recruit-break {
  border-color: white;
  color: white;
  margin: 3em 0;
}

.service-break {
  border-color: white;
  color: white;
  margin: 1em 0;
}

.hero-image {
  width: 100%;
  margin: 0;
}

.hero-image > .col > img {
  margin: 0 0 0 -30px;
  flex: 1 0 50%;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  opacity: 0;
}

.hero-image-services > .col > img {
  max-width: 100vw;
  min-width: 100vw;
  margin-left: -15px;
  flex: 1 0 50%;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.hero-image > .col > img {
  margin: 0 0 0 -30px;
  flex: 1 0 50%;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  opacity: 0;
}


#services-image > .col > img {
  max-width: 100vw;
}

#hero-text-container {
  position: absolute;
  top: 50%;
  left: 15%;
}

#hero-text-header {
  /* margin-top: 30vh; */
  /* margin-left: -30px; */
  letter-spacing: 5px;
  flex: 1 0 50%;
  font-size: 10vw;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

#logo_box{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40%;
  border-radius: .1rem;
}

@media (max-width: 768px){
  #logo_box{
    width: 100vw;
    margin-left: -30px;
  }
}


.nav-item{
  color: black !important;
}

.nav-item:hover{
  color: #c3a343 !important;
}

.bg-light {
  background-color: white !important;
  color: black;
}


@media (min-width: 768px){
  #logo_box{
    margin-top: 10%;
  }
}
.recruit-image {
  margin-top: 3em;
}

.company-profile {
  margin-top: 30px;
}

.company-profile-hfour {
  margin-top: .2em;
  margin-bottom: .5em;
}

.recruit-hfour {
  margin-top: 1.5em;
}

.company-logo {
  /* max-width: 50vw; */
  /* min-width: 150px; */
}

.page-logo {
  width: 30%;
  margin-bottom: 1em;
  margin-top: 2em;
}

.wrapper-image {
  width: 100%;
}

.isCentered {
  margin-left: auto;
  margin-right: auto;
}

.textIsCentered {
  text-align: center;
}

.noMargin {
  margin: 0 !important;
}

.colored-text {
  color: #fccc9e;
}

.isHidden {
  visibility: hidden;
}

.noHero {
  margin: 1em 0;
}

.image {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

#hard-hat {
  width: 25%;
}

/* Style the top navigation bar */
#nav-logo {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
}


/* Style the contact form */

#contact input[type="text"],
#contact input[type="email"],
#contact textarea,
#contact button[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: black;
}

#contact {
  padding: 1em 0 1em 0;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #fccc9e;
  color: black;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #fccc9e;
  opacity: 0.8;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}

/* Style the footer */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #111111;
  padding: 10px;
  margin: 0;
  width: 100vw;
}

.footer-text {
  color: #cccccc !important;
  margin: 0 !important;
  font-weight: 300;
}
