
body {
    margin: 0%; /*site displays all the way on screen*/
    opacity: 1; /*fade in effect*/
    transition: 2s opacity; /*This causes a 3 second fade in*/
    letter-spacing: .1vw;
    font-family: 'Open-sans', sans-serif;
    font-size: 1rem;
    background-color: #2865a1;
    }

  html {
    
    background-color: white;
    font-family: 'Open-sans', sans-serif;
  }
  @media only screen and (max-width: 800px) {
  h1 {
    font-family: 'Open-sans', sans-serif;
    font-size: 1.1em;
    color: #d01d20;
    font-weight: 600;
  }
}

@media only screen and (min-width: 800px) {
h1 {
  font-family: 'Open-sans', sans-serif;
  font-size: 3em;
  color: #d01d20;
  font-weight: 600;
}
}
  h2 {
    font-family: 'Open-sans', sans-serif;
    font-size: 2.5vh;
  }
  h3 {
    color: #d01d20 !important;
    font-weight: 600 !important;
    font-family: 'Open-sans', sans-serif !important;
  }
  h4 {
    font-family: 'Open-sans', sans-serif;
    font-size: 2vh;
    color: #d01d20;
    font-weight: 600;
    line-height: 2.25vh;
  }
  h5 {
    font-family: 'Open-sans', sans-serif;
    font-size: 2vh;
    color: black;
    font-weight: 600;
  }
  p {
    font-weight: 300;
    font-size: 1.8vh;
    font-family: 'Open-sans', sans-serif;
    color: #111111 !important;
    letter-spacing: normal;

  }
  a {
    font-family: 'Open-sans', sans-serif;
    font-size: 1.75vh;
    text-transform: capitalize !important;
    text-decoration: underline;
    color: #107cd4;
  }
  .uk-navbar-nav>li>a {
    font-family: 'Open-sans', sans-serif;
    font-size: 2vh !important;
    text-transform: capitalize !important;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
  }
  .uk-navbar-nav li:hover {
    color: #d01d20;
    
  }
  .uk-active {
    color:rgba(255,255,255) !important;
    text-decoration: underline;
  }


  a:hover {
    font-family: 'Open-sans', sans-serif;
    font-size: 1.75vh !important;
    text-transform: capitalize !important;
    text-decoration: none;
  }

  .uk-overlay-primary {
    background: rgba(34,34,34,.3);
  }
  .uk-grid>* {
    padding-left: 10px;
  }
  /*uk card box shadows*/
  .uk-card-default.uk-card-hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  /*icon sizes*/
  .fab {
    font-size: 3vh;
  }
  /*remove underline on menu*/
  li>a {
    text-decoration: none !important;
  }
  /*numbered lists*/
  ol>li {
    list-style-type: number !important;
  }
  .btn {
    border: 1px grey;
  }
  .uk-navbar-dropdown-nav>li>a {
    color: #111111 !important;
  }
  .uk-navbar-dropdown {
    width: 250px !important;
  }
  
  .uk-card-default {
    color: #111111;
}
.uk-navbar-toggle>svg {
  color: #d01d20;
}
.uk-offcanvas-bar {
  color: #2865a1;
  background: #2865a1;
}
.uk-article-title {
  line-height: .5em;
}
