
/*color
yellow: #F9CC33;
black: #020202;
White: #FEFEFE;
*/
body {
  background-color: #FEFEFE;
  color:#020202;
  padding-top:68px;
  position: relative;
  overflow-x: hidden!important;
  touch-action: pan-y;
}

a {
  text-decoration: none!important;
}

h1, h2, h3, h4, h5, h6 {
  color: #404040;
}

.logosize {
  font-size:1.4em;
}

.logo {
  height:42px;
}

hr.gray {
  border-top: 1px solid #404040;
}

/* fonts */
/* colors */
.light {
  color:#F8F9FA!important;
}

.yellow {
  color:#F9CC33;
}

.black {
  color:#020202!important;
}

.gray-bg {
  background-color:#F5F5F5;
}

.black-bg {
  background-color:#020202;
}

/* buttons */
.btn-primary {
  background-color: #F9CC33;
  border-color: #F9CC33;
  color: #020202;
}

.btn-primary:hover {
  color: #FEFEFE;
  background-color: #020202;
  border-color: #020202;
}

/* navigation */
.nav-link {
  border-bottom: 2px solid transparent!important;
}

.nav-link:hover, .nav-link.active {
  border-bottom: 2px solid #F9CC33!important;
}

/* cover bg and text  */
.cover-bg {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* or object-fit: contain; */
  margin-top:-68px;
}

.cover-text {
  position: absolute;
  bottom:15px;
  margin:15px;
  padding-top:15px;
  background-color: rgba(0, 0, 0, 0.75);
}

.cover-list-item {
  padding: 0 15px;
}

.cover-list-item > a {
  text-transform: uppercase;
  color: #FEFEFE;
}

.cover-list-item > a:hover {
  color: #F9CC33;
}

/* timeline card body */
.card-body {
  padding: 1rem 0.25rem 0.25rem 1rem;
}

.card-title {
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 768.98px) {
  .nav-link {
    color:#f8f9fa!important;
    border-bottom: 2px solid transparent!important;
  }

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

@media only screen and (max-width: 991.98px) {
  h5.card-title {
    font-size:1.1rem!important;
  }

  p.card-text {
    font-size:1rem!important;
  }
}

@media only screen and (max-width: 1199.98px) {
  .cover-list-item {
    display:block;
  }

  h5.card-title {
    font-size:1rem;
  }

  p.card-text {
    font-size:0.8rem;
  }
}

/* references */
.references {
  box-shadow: 2px 2px 5px rgba(175,175,175,0.75);
}

.references-text {
  min-height: 50px;
}

.references-text p {
  font-size: 0.9rem;
}

.references-img {
  cursor:pointer;
  overflow: hidden
}

.references-img img {
  transition: transform 1s ease;
}

.references-img:hover img {
  transform: scale(1.2);
}

/* contact */
.contact p {
  font-size:1.25rem;
}

.contact > .contactlogo {
  max-height:98px;
  display:block;
  margin: 0 auto;
}

.form-contact {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}
