@charset "utf-8";
/* CSS Document */

body {
	background-color: #00001C;
}

#main_header {
	background-color: white;
}

.card {
	border: solid white 4px;
	border-bottom: solid white 8px;
	border-top: solid white 8px;
}

.bigC {
	background-image: url("../images/outdoor_wall_dark.jpg");
}

.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;
}

#main_navigation {
	background-color: #f35135;
	border-top: solid #8a332e .75vh;
	border-bottom: solid #8a332e .75vh;
	color: white;
}

#smaller_nav {
	background-color: #f35135;
	border-top: solid #8a332e .5vh;
	border-bottom: solid #8a332e .5vh;
	color: white;
}

#smallC_1 {
	background-color:#f35135;
}

#smallC_1 div {
	background-color: rgba(0,0,0,.4);
}

#smallC_2 {
	background-image: url("../images/Daily Images/june23rd2019.jpg");
}

#smallC_3 {
	background-image: url("../images/Daily Images/june28th2019.jpg");
}

#about_title {
	background-image: url("../images/rainy_city2.jpg");
}