
.bg-light-blue {
    background-color: #81b0aa;
}

.bg-dark-blue {
    background-color: #0d5257;
}

.bg-highlight-light-blue {
    background-color: #a0d1ca;
}

.bg-beige {
    background-color:#dad0c6;
}

.bg-light-grey {
    background-color: #f3f3f3;
}

.bg-golden {
    background-color: #d7c69a;
}

.light-blue {
    color: #81b0aa;
}

.highlight-light-blue {
    color: #a0d1ca;
}

.dark-blue {
    color: #0d5257;
}

.dark-grey {
    color: #565455;
}

.golden {
    color: #d7c69a;
}

.light-grey {
    color: #f3f3f3;
}

.bg-light-golden {
    background-color: #e2d6b6;
}

.light-golden {
    color: #e2d6b6;
}

.light-blue {
    color: #81b0aa;
}

.wine-red {
    color: #721934;
}

.bg-wine-red {
    background-color: #721934;
}


.yeseva {
    font-family: 'Yeseva One', cursive;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.grandstander {
    font-family: 'Grandstander', cursive;
}

.roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.dm-serif {
    font-family: 'DM Serif Display', serif;
}

.roboto-slab {
    font-family: 'Roboto Slab', serif;
}

.jost {
    font-family: 'Jost', sans-serif;
}

.source-sans {
    font-family: 'Source Sans Pro', sans-serif;
}



/* selected link */
a.navlink:active {
    color: #0d5257;
    text-decoration: none;
  }
  
  /* unvisited link */
  /* visited link */
  a.navlink:link, a.navlink:visited {
    color: #0d5257;
  }
  
  /* mouse over link */
  a.navlink:hover {
    color: #0d5257;
    text-decoration: none;
  }


/* selected link */
a.footerlink:active {
    color: #81b0aa;
    text-decoration: none;
  }
  
  /* unvisited link */
  /* visited link */
  a.footerlink:link, a.footerlink:visited {
    color: #81b0aa;
  }
  
  /* mouse over link */
  a.footerlink:hover {
    color: #0d5257;
    text-decoration: none;
  }


/* selected link */
a.iconlink:active {
    color: #0d5257;
    text-decoration: none;
  }
  
  /* unvisited link */
  /* visited link */
  a.iconlink:link, a.iconlink:visited {
    color: #0d5257;
  }
  
  /* mouse over link */
  a.iconlink:hover {
    color: #81b0aa;
    text-decoration: none;
  }


  /* selected link */
a.termslink:active {
    color: #d7c69a;
    text-decoration: none;
  }
  
  /* unvisited link */
  /* visited link */
  a.termslink:link, a.termslink:visited {
    color: #d7c69a;
  }
  
  /* mouse over link */
  a.termslink:hover {
    color: #f3f3f3;
    text-decoration: none;
  }


  /* selected link */
a.sectionlink:active {
    color: #d7c69a;
    text-decoration: none;
  }
  
  /* unvisited link */
  /* visited link */
  a.sectionlink:link, a.sectionlink:visited {
    color: #d7c69a;
  }
  
  /* mouse over link */
  a.sectionlink:hover {
    color: #a0d1ca;
    text-decoration: none;
  }

  @media screen and (min-width:30em) {
   
    .vh-80-ns {  height:  80vh; }
  }