.dec-none {
	text-decoration: none;
	color: white;
}

.dec-none:hover {
	text-decoration:none;
    color:white;
    cursor:pointer;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgb(105, 190, 86);
	color: white;
	text-align: center;
	line-height:200%; 

}


h2,h3,h4 {
	color: rgb(17, 105, 119);
}

.navbar {
	background-color: white;
	/* background-color: rgb(105, 190, 86); */
}

/* change the link color */
.navbar-light .navbar-nav .nav-link {
    color: rgb(17, 105, 119);
}

.logo {
	width: 10vw;
}


.pointer {
	cursor: pointer;
}

