/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

.cover-container {
  max-width: 800px;
}

a, a:hover, a:visited, a:active{
  color: #df8329;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.inter-gicker {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.circle-pic img
{
  border-radius: 50%;
  width: 300px;
  height: auto;
}
.work-btn
{
  color: #df8329;
  margin: 8px;
}

.work-btn:hover {
  color: white;
  background-color: #444;
}

.nav-gicker
{
  margin: 0 auto !important;
  float: none !important;
}

.pagescreen
{
  width: 100% !important;
  max-height: 500px;
  overflow-y: hidden;
  text-align: center;
}

.web-header
{
	min-height: 200px !important;
}

.web-header.wh1
{
	min-height: initial !important;
}

.web-header.wh2
{
	min-height: 155px !important;
}

.web-header.wh3
{
	min-height: 180px !important;
}

@media only screen and (max-width: 600px) {
  .web-header, .wh1, .wh2, .wh3 {
    min-height: initial !important;
  }
}
	