
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2015 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Paragraph
 * License URL: http://www.fontspring.com/licenses/paragraph/webfont
 *
 *
 */

@font-face {
  font-family: 'Headline';
  src: url('Resources/Fonts/HEADLINE_HPLHS/HEADOH__.otf');
  font-weight: normal;
  font-style: normal;
}

.title-page {
    text-align: center;
    color:#f1f3ce;
    padding-bottom:3%;
    margin-top: 0.5em;
    font-variant:
    small-caps;
    font-size: 17em;
    font-family: 'Headline';
    z-index: 999;
}

.title-section {
  text-align: center;
  color:#111312;
  padding-bottom:3%;
  font-variant:
  small-caps;
  font-size: 500%;
}

.banner-text {
  font-size: 1.4em;
  color:#f1f3ce;
  text-align: center;
}

.about-text {
  font-size: 1.4em;
  margin-bottom: 0px;
  text-align: justify;
}

.carousel img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  height: 650px;
}

.carousel a {
  color: #539CDA;
}

.carousel a:focus, a:hover{
  color: #3A79AF;
  text-decoration: none;
}

.carousel .text-primary {
    color: #539CDA;
}

a {
    color: #539CDA;
}
a:hover {
    color: #1D5A8E;
    text-decoration: none;
}
