body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    color: forestgreen; 
    text-align: left;
} 

h1 { 
font-size: 35px; 
}

h1,h3 { 
    font-family: 'Poppins', sans-serif;
    color: white; 
    text-align: center; 
}

section { 
    position: relative;
    display; flex;
    flex-direction: column; 
    align-items: center;
    min-height: 0px;
    // padding: 40px 20vw;
    padding-top: 40px;
    padding-bottom: 40px;
    border-width: 0px;
    }

.green { 
    background-color: seagreen; 
    }

h1,h2,h3,h4{
	font-family: 'Poppins', sans-serif;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip-links a {
    color: white;
    
}

#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	border: solid 1px grey;
	border-collapse: collapse;
	color: #5B5B5B;
}

#header{
	width: 100%;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 5px 15px;
    margin: 0 -30px;
	list-style-type: none;
	background-color: lightseagreen;
	color: white;
}

.primarynav {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}

.primarynav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.primarynav a: hover {
	text-decoration: underline;
	background-color: #5B5B5B;
}

.current {
	border-bottom: solid 3px white;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-content {
	width: 77%;
	float:left;
	margin: 0;
	padding: 0 1% 0 0;
}
#secondary-content {
	width: 20%;
	float: left;
	margin: 3.5em 0;
	padding: 0 1%;
	background-color: plum;
	color: white;
}

#footer {
	width:100%;
	clear:both;
	color:plum;
}

h2, h4 {
	color: darkseagreen;
}

.textbox {
    position: absolute;
    line-height: 125%;
    left: 240px;
    width: 320px;
}
.textfield {
    position: absolute;
    left: 240px;
    width: 320px;
    height: 120px;
    display: inline;
}

.skip { 
    position: absolute; 
    left: -10000px; 
    top; auto; 
    width: 1px; 
    height: 1px; 
    overflow: hidden; 
}

.img-logo { 
      width: 160px; 
      height: 65px;
      background-image: url(scoutsanimals.png);
      background-size: 100%; 
      align-content: left; 
      margin: 0px 20px 0px 20px;
      align-items: center;
      float: center;
      text-align: right;
    }

.img-beavers { 
      width: 160px; 
      height: 65px; 
      background-size: 100%; 
      align-content: left; 
      background-image: url(beavers.jpeg);
}

a:hover { 
     text-decoration: underline; 
}

button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 13px;
}

button:hover {
    background-color: darkgreen; 
}

.container {
    margin: 0 auto;
    text-align: center;
    // display: flex;
    // align-items: center;
    // align-content: center;
}
    /* Align items vertically */
}

.text {
    margin-left: 100px;
    text-align: center; 
    // align-content: flex-end;
    /* Adjust the margin to create space between image and text */
}