/*palette
lightgreen: rgba(120, 199, 72, 1)
green: rgba(77, 150, 22, 1)
*/
/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
    */

.libre-franklin-title {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5em;
    }

.icon{
    text-decoration: none;
    border: 0.5px solid #000000;
    border-radius: 4px;
    position: absolute;
    left: 10px;
}    

.current{
    border: 2px solid #000000;
}

.current, .current a{
    background-color: #71e618;
}

body{
    min-height: 1024px;
    min-width: 1024px;
    background-color: #b5ff87;
    background: linear-gradient(#b5ff87, #3e751c);
    font-family: "Libre Franklin", sans-serif;
    margin: 0;
}

a[href="#content"]{
    position: absolute;
    left:-1000px;
    text-decoration: none;
    background-color: #71e618;
    border-radius: 4px;
    color: #000000;
    font-size: 1em;
    display: block;
    padding: 0.2em;
}
a[href="#content"]:focus{
    left: 0;
}

header{
    height: 300px;
    background-color: #b5ff87;
    background-image: url(../images/green_space.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    text-align: center;
}

header img{
    float: left;
    width: 10%;
    margin: 1em 1.5em;
    background-color: white;
    border: #000000 1px solid;
    border-radius: 100%;
}

header br{
    margin: 2em 0;
}

header h1, header p{
    background-color: #00000085;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
    padding: 0.1em;
    margin: 0 auto;
}

header h1{
    width: 11.5em;
}

header p{
    width: 15em;
    font-size: 2em;
}

main p{
    margin: 0.3em;
}

nav{
    font-size: 1.2em;
}

ul{
    background-color: #64392b;
    background-image: url(../images/wood_background.jpeg);
    background-repeat: repeat-x;
    padding: 0.1em;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: nowrap;
    margin: 0.4em 0;
}

nav li{
    background-color: #5bb119;
    border: 0.5px solid #000000;
    border-radius: 5px;
    padding: 0.2em;
    width: 20%;
    min-width: fit-content;
    max-width: 200px;
    margin: 0 0.1em 0 0.1em;
}

nav a{
    background-color: #5bb119;
    color: #000000;
    text-decoration: none;
    padding: 0.2em;
}

nav li:hover a, nav li:hover, nav li a:focus{
    background-color: #3e751c;
    color: #ffffff;
    transition: color 0.5s, background-color 0.5s;
}

footer a{
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}