/* Colours
Blue    #071f4a
Green   #9fcf41
Orange  #f45927
Bg      #f7fdfd*/

/* Global styles
-------------------------*/
body {
    background-color: #f7fdfd;
    font-family: 'Signika', sans-serif;
}
h1 {
    color: #071f4a;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
h2 {
    color: #071f4a;
    font-size: larger;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    color: #f45927;
    text-decoration: none;
    /* text-shadow: 1px 1px lightgrey; */
}
/* Header and Footer
-------------------------*/
.charity {
    font-weight: 400;
    font-size: small;
    text-align: right;
    margin-right: 15px;
}

/* Navigation
-------------------------*/
.nav_text {
  color: whitesmoke;
  font-family: 'Roboto', sans-serif;

}
.nav_title {
  color: whitesmoke;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
.nav_menu {
  color: whitesmoke;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
.nav_font {
  font-family: 'Roboto', sans-serif;
  color: whitesmoke;
  font-weight: 300;
}
.nav_font:hover {
  color: #f45927;
  background-color: #012058;
  font-weight: 300;
}

nav.menu-bar{
  background-color: #012058;
  color: whitesmoke;
}

figcaption {
  font-size: small;
}
/* Other stuff
-------------------------*/
.important {
    color: #f45927;
    font-weight: 800;
}
.perhaps {
    font-weight: 800;
}