* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: nunito sans;
	font-weight: bold;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.btn {
	display: inline-block;
	border: 0;
	outline: 0;
	border-radius: 0px;
	margin-left: 50px;
	background: transparent;
	cursor: pointer;
	width: 15%;
}

.btn img{
	width: 100%;
}

.nav ul {
	list-style: none;
	width: 100%;
	text-align: right;
	margin-right: 40px;
}


.nav ul li {
	float: right;
	display: inline;
	position: relative;
	width: auto;
}

.nav a {
	padding: 1.4em;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.2em;
	color: white;
	display: block;
	text-decoration: none;
	text-align: center;
	transition: all 0.1s ease;
}

.nav a:hover {
	cursor: pointer;
	background-color: #5509a7;
}

.nav {
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: space-between;

}

.about a{
	display: flex;
}

.dropdown-icon {
	font-size: 1.2em;
	position: relative;
	right: -5px;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out all;
}

.about:hover .dropdown-icon{
	transform: rotate(180deg);
}

#submenu{
	transition: all 0.1s ease;
	left: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

li:hover ul#submenu{
	opacity: 1;
	display: block;
	visibility: visible;
}

#submenu li{
	float: none;
	width: 120%;
}

#submenu a:hover{
	background-color: #7413dc;
}

#submenu a{
	width: 150%;
	background-color: #5609a8;
	text-align: left;
}

.header {
	background-color: #7413dc;
	display: inline-block;
}

.container {
	margin: 0 auto;
	width: 100%;
	padding: 0px;
}

.background-img{
	width:100%;
}

.breadcrumbs {
	width: 100%;
	background-color: #5509a7;
	color: white;
}

.breadcrumbs a{
	padding: 1em;
	color: white;
	text-decoration: none;
	font-size: 1em;
}

.breadcrumbs ul {
	margin-left: 35px;
	list-style: none;
	width: 100%;
	text-align: left;
	padding-block: .5em;

}

.breadcrumbs ul li {
	display: inline;
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

h1, h2, h3{
	margin-left: 8%;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9{
	word-wrap: break-word;
}

h1 {
	font-size: 2.8em;
	color:white;
	display: inline-block;
	font-weight: bolder;
}

h2 {
	font-size: 1.2em;
	color:white;
	display: inline-block;
	font-weight: 400;
	margin-bottom: .7em;
}

h3 {
	font-size: 1.9em;
	color:#1c1c1c;
	display: inline-block;
	font-weight: bolder;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.2em;
	color:#1c1c1c;
	display: inline-block;
	font-weight: 400;
	margin-left: 8%;
	margin-bottom: 8px;
}

h6 {
	font-size: 1.2em;
	color:#1c1c1c;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 8px;
}

h5 {
	font-size: 1.2em;
	color:#1c1c1c;
	display: inline-block;
	font-weight: bolder;
	margin-top:1%;
	margin-left: 8%;
	margin-bottom: 8px;
}

h7 {
	font-size: 1.2em;
	color:#1c1c1c;
	display: inline-block;
	font-weight: bolder;
	margin-top:2%;
	margin-bottom: 8px;
}

h8 {
	font-size: 1.9em;
	color:white;
	display: inline-block;
	font-weight: bolder;
	margin-bottom: 8px;
}

h9 {
	font-size: 1.2em;
	color:white;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 8px;
}

.title-text {
	margin: 0 auto;
	background-color: #205b41;
	padding: 2em;
}

.wrapper{
	width:1218px;
	margin:0 auto;
}

.activities {
	margin-top:20px;
	margin:16.5px;
	margin-bottom: 25px;
	width:370px;
	height:420px;
	display:inline-block;
	background-color: #205b41;
	padding: 2em;
}

@media screen and (max-width: 1218px){
    .wrapper {
        width:812px;
    }
    .img{
    	visibility: hidden;
    }
    .text1{
		padding:0;
	}
}

@media screen and (max-width: 812px){
    .wrapper {
        width:400px;
    }
}

.beavers-playing{
	width:100%;
	margin-top:5%;
}

.beavers-crafts{
	width:100%;
	margin-top:5%;
}

.beavers-crafts img{
	width:100%;
}

.intro1 {
	margin-top:20px;
	width:100%;
	display:flex;
	padding: 2em;
}

.text1{
	margin-left:3.4%;
	padding-right:4%;
}

.img {
	display:inline;
	width:810px;
	margin-right:8%;
	float: right;
}

.img img{
	width:100%;
}

.accordion{
	margin-left:20%;
	width:58%;
}

.accordion li{
	list-style: none;
	width:100%;
	margin:20px;
	padding:1em;
	background-color: lightgrey;
}

.accordion li:hover{
	background-color: #979797;
}

.accordion li label{
	display: flex;
	align-items: center;
	padding:10px;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

label::before{
	content: "+";
	margin-right: 10px;
	margin-bottom: 3px;
	font-size: 1.5em;
	font-weight: bolder;
}

input[type="radio"]{
	display: none;
}

.accordion .content{
	padding: 0 10px;
	line-height: 26px;
	max-height: 0;
	overflow:hidden;
	transition: max-height 0.5s, padding 0.5s;
}

.accordion input[type="radio"]:checked + label + .content{
	max-height: 400px;
	padding: 10px 10px 20px;
}

.accordion input[type="radio"]:checked + label::before{
	content: "-";
}

#secondarynav a{
	color: white;
	background-color: #7413dc;
	text-decoration: none;
	padding: .5em;
	font-size: 1.2em;
	font-weight: bold;
	transition: 0.1s;
}

#secondarynav {
	margin-left:44.5%;
	margin-top: 2em;
	margin-bottom: 1em;

}

#secondarynav a:hover {
	cursor: pointer;
	background-color: #5509a7;
}

.footer{
	background-color: #7413dc;
	padding:2em;
	margin-top:50px;
}

.logo-footer{
	margin-bottom:20px;
	margin-left: 45%;
	margin-top:20px;

}
.logo-footer img{
	width:100%;
}