/*HEADER STYLES
--------------------------------------------------*/

.black-bg {
  background: #000000 !important;
}

.gold-bar {
  height: 30px;
  width: 100%;
  /*background: #ddb011;*/
  background: #c28e0e;
}


.white-stripes {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    #ffffff20 4px,
    #ffffff20 6px
  ) !important;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flex-space-between {
  justify-content: space-between;
}

.whin-header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.whin-font {
  color: #FFFFFF;
  font-size: .9em;
}

/*FOOTER STYLES
--------------------------------------------------*/
.gold-text {
  color: #c28e0e;
}

.footer-title {
  font-size: .75em;
}

.gold-right-divider {
  border-right: 1px;
  border-color: #c28e0e;
  border-right-style: solid;
}

/*
.whin-footer {  
  height: 10vh;
}
*/

.whin-footer-link {
  text-decoration: none;
  font-size: .75em;
  color: rgba(255,255,255,.50);
}

.whin-footer-link:hover {
  text-decoration: none;
  font-size: .75em;
  color: rgba(255,255,255,.75);
}


