@font-face {
    font-family: "zipper";
    src: url('../fonts/Zipper-Regular.otf') format("opentype");
}
@font-face {
    font-family: "avenir";
    src: url('../fonts/Avenir.ttc') format("truetype");
}
@font-face {
    font-family: "avenir-next";
    src: url('../fonts/Avenir-Next.ttc') format("truetype");
}
@font-face {
    font-family: "bayshore";
    src: url('../fonts/Bayshore.ttf') format("truetype");
}
@font-face {
    font-family: "garamond";
    src: url('../fonts/Garamond-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "athelas";
    src: url('../fonts/Athelas-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "baskerville-old-face";
    src: url('../fonts/baskerville-old-face.ttf') format("truetype");
}

.baskerville-font {
    font-family: "baskerville-old-face";
}

.athelas-font {
    font-family: "athelas";
}

.garamond-font {
    font-family: "garamond";
}

.zipper-font {
    font-family: "zipper";
}

.bayshore-font {
    font-family: "bayshore";
}

.avenir-font {
    font-family: "avenir";
}

.avenir-next-font {
    font-family: "avenir-next";
}

p {
  font-family: "avenir";
}
h1 {
  font-family: "athelas";
}
h2 {
  font-family: "zipper";
}

.nav-sub {
    font-size: 13px;
    border-bottom: 1px solid #43673d1f;
}

.dropdown-left-manual {
    right: 0;
    left: auto;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    min-width: 22rem;
}

.main {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.bg-text {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(252,246,235,0.8); /* Black w/opacity/see-through */
    color: black;
    font-size: 30px;
    border: 15px solid rgb(252,246,235);
    width: 70%;
    padding: 20px;
    padding-top: 0px;
    text-align: center;
}

.uk-link, a {
  /*color:#ffffff;*/
}

.uk-link, a:hover {
  /*color:#f3be36;*/
}

.box {
  position:relative;
  text-align:center;
  color:#fff;
}

.box-img:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-shadow:0 0 0 7px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  transition:all 0.3s ease-in-out 0s;
}

.box-img img {
  width:100%;
  height:auto;
}

.content {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:0 30px;
  background:rgba(0,0,0,0.3);
  box-shadow:0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  opacity:0;
  transition:all 0.8s ease-in-out 0s;
}

.content > .title {
  font-size:22px;
  text-transform:uppercase;
  margin-top:50px;
  padding-bottom:15px;
  border-bottom:1px solid rgba(255, 255, 255, 0.5);
}

.content > .description {
  font-size:13px;
}

.box:hover .content {
  opacity:1;
}

@media only screen and (max-width: 990px) {
  .box {
    margin-bottom:20px;
  }
  .font-size-banner-index {
    font-size:100px;
    line-height:100px;
  }
  .font-size-banner-wwa {
    font-size:50px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .font-size-banner-index {
    font-size: 30px;
    line-height:30px;
  }
  .font-size-banner-wwa {
    font-size:20px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .font-size-banner-index {
    font-size: 30px;
    line-height:30px;
  }
  .font-size-banner-wwa {
    font-size:20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .font-size-banner-index {
    font-size: 100px;
    line-height:100px;
  }
  .font-size-banner-wwa {
    font-size:50px;
  }
}

.your-css {
  width:100%;
  margin:auto;
}
