@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

p, ul, ol {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size:1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

nav li a:link, nav li a:visited {
    color: rgb(118, 228, 153)
}


nav li a:hover, nav li a:focus {
    color: rgb(183, 220, 232);
}


::selection {
    color:rgb(5, 61, 114);
    background:rgb(204, 220, 238)
}

		
nav a {
	color:white;
	text-decoration:none;
  font-weight: bold;
}

footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.cap {
    text-transform: uppercase;
  }
