
body {
	font-family: Verdana, Arial;
	color: #4f5d75;
}


h1, h2, h3, h4, h5, h6{
	color: #4f5d75;
}

label {
	color: #4f5d75;

}

.resource-text {
	color: #4f5d75;
}

/* nav when logged out */
.outside-nav-link 
{
	color: #4f5d75;
	font-size: 130%;
}
.outside-nav-link:hover 
{
	color: #4f5d75;
	text-decoration: underline;
}

nav.button {
	width: 100px;
}

/* nav after signed in*/
.inside-nav
{
	background-color: #4f5d75;
	border-radius: 30px;  
	padding: 5px;
}


a {
	text-decoration: none;
	color: #4f5d75;
}

a:hover{
	text-decoration: none;
	color: #4f5d75;
}


/* footer */
.page-footer {
	background-color: #4f5d75;
	color: #ffffff;
}

/* in the footer */
p#created-by {
	text-align: center;
	font-size: 15px;
}

p#copyright {
	text-align: right;
	font-size: 18px;
}

/*for any button that needs to go yellow */
.yellow-btn{
	background-color: #ffd166;
	color: #4f5d75;
}
/*not sure if this is accessbile*/
.yellow-btn:hover
{
	color: #4f5d75;
	background-color: white;
	border: solid #4f5d75;
}

.search-btn
{
	color: #4f5d75;
	background-color: white;
	border: solid #4f5d75;
}

/*for big checkboxes*/
.big-checkbox {
	width: 30px; 
	height: 30px;
 }


/* index page */
#sign-up-form
{
	position: absolute;
  	top: 90px;
  	right: 90px;
  	width: 500px;
  	height: 400px;
  	background-color: white;
  	border: solid #4f5d75;
}

/* about page */
#ready{
	background: #F0F0F0;
}

#team{
	background: #b4d2e7;
}


/* links in the about page are underlined */
.about-link {
	text-decoration: underline;


/* footer */
.page-footer {
	background-color: #4f5d75;
}

/* my-resources */
/* Plus icon */
.fa fa-plus {
	font-size:24px;
}

