@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Barlow-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/Barlow-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Lora-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('./_bundle/Lora-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/Lora-SemiBold.ttf') format('truetype');
}

:root {
  --secondary: #27658d;
  --third:#72aac4;
  --background: #d46b57;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
  font-family: 'Barlow';
  height: 100%;
  background-color: #e0ecf2;
  background-size: contain;
  padding-bottom: 60px;
}


p a {
  color: white;
  text-decoration: none;
}

p a:hover {
  color: rgba(255, 255, 255, 0.842);
  text-decoration: underline;
}

.container-fluid {
  font-size: 1.1em;
  margin: 0 auto;
  max-width: 1280px;
}


article {
  position: relative;
}

.header-img {
  width: 100%;
  border-bottom: 4px solid #fff;
}

article {
  border: 4px solid #fff;
  background-color:var(--third);
  margin-bottom: 12px;
}

article a {
  color: #fff;
  text-decoration: none;
}

article a:hover {
  color: #fff;
    background-color: var(--secondary) !important;
}

a:hover {
  text-decoration: none;
}

.list-group {
  margin-bottom: 0px;
}

.row {
  padding-top: 40px;
  max-width: 1024px;
  margin: 0 auto;
}

#nav-top {
  text-align: center;
}

#nav-top h1 {
  font-family: 'Lora', serif;
  color: #000;
  font-size: 4em;
  padding: 3px 24px;
  text-transform: uppercase;
  width: auto;
  display: inline;
  text-align: center;
  font-weight: bold;
  background-color:transparent;
}

h2 {
  color: #fff;
  font-weight: 400;
  background-color: var(--secondary);
  display: inline-block;
  padding: 3px 12px;
  margin-top: 24px;
}


p {
  color: white;
}



article .post-excerpt {
  padding: 0 0em;
}

.footer {
  color: #fff;
  padding-top: 0.7em;
  background-color: transparent;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 2em;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

ol.nav {
  margin-top: 1em;
  list-style-type: none;
  margin-left: 0em;
}

.nav-pills>li>a {
  border-radius: 0px;
}



#nav-top {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  padding-top: 3em;
}


.nav>li>a {
  padding: 10px 15px;
  font-size: 1.2em;
}


.row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}

.row::before {
  display: flex;
  flex-flow: row wrap;
}

article {
  height: auto;
}

.copy {
  text-align: center;
  background-color:var(--secondary);
  padding: 8px;
  font-size: 15px;
}



.btn-primary,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #ddd;
  background-color: var(--secondary) !important;
  color: #000 !important;
  border-color: transparent;
  border-radius: 12px;
}

.btn-default,
.btn-default:visited,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border-radius: 12px;
}


h3{
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: var(--secondary);
  color: #fff;
  padding: 6px 6px 6px 6px;
  margin-bottom: 4px;
  padding-left: 18px;
  font-weight: bold;
}


.img-wrapper{
  position: relative;
}

.pds-link{
  text-align: center;
  color: #333 !important;
}

.pds-link a{
  font-size: 15px;
  color: #333 !important;
}

@media (max-width: 960px) {
  h1 {
    font-size: 2.2em !important;
  }

  h2 {
    font-size: 1.5em !important;
  }

  .row {
    padding-top: 60px;
  }

}


@media (max-width: 768px) {
  h1 {
    font-size: 2em !important;
  }

  h2 {
    font-size: 1.4em !important;
  }

  .row {
    padding-top: 40px;
  }

  .nav>li>a {
    font-size: 1em;
  }
}

