@charset "utf-8";
/* CSS Document */

.card {
	border: solid white 4px;
	border-bottom: solid white 8px;
	border-top: solid white 8px;
}

.stencil {
	font-family: "Allerta Stencil", sans-serif;
	color: orange;
	filter: drop-shadow(.05em .05em #f35135);
}

.bigCard {
	background-image: url("../images/outdoor_wall_dark.jpg");
}

.bigCard p {
	color: white;
}

.card_content {
	opacity: 1;
	color: orange;
	font-family: sans-serif;
	/*background-color: rgba(255,255,255,.8);*/
	background-color: rgba(0,0,0,.5);
}

.card_content h4 {
	/*color: #00008B;*/
	color: white;
}

body {
	background-color: #00001C;
}

a {
	color: orange;
}

nav ul {
	background-color:#f35135;
}

nav ul li {
	background-color:#f35135;
	color: white;
}

nav ul li a {
	color: white;
}

nav ul li a:hover {
	background-color: orange;
}

@media screen and (max-width: 480px) {
	.card {
		border: solid white 2px;
		border-bottom: solid white 4px;
		border-top: solid white 4px;
	}
}