
.error {    
    color: red;
    font-weight: 500;
    display: none;
}

.navbar{
    background-color:#004a2f;
}

.navbar i{
	color: white;
	font-size: 2.5em;
	text-shadow: 2px 2px 4px #000000;
}

.navbar #title{
	color: white;
	text-transform: capitalize;
	text-shadow: 2px 2px 4px black;
}

@media only screen and (max-width: 600px) {

	.navbar span, img{
		width: 30%;
		height: auto;
		color: white;
		font-size: small;
		text-shadow: 2px 2px 4px #000000;
	}
  }
  