@charset "utf-8";
/* CSS Document */

.card {
	margin-bottom: 1.5vh;
}

.bigC {
	max-height: 810px;
}

.smallC {
	height: 25vw;
	max-height: 403.6px;
	background-size: cover;
}

.card_content {
	margin: .5vw;
	padding: .5vw;
	overflow: hidden;
}

.card_content h4 {
	margin-left: .3vw;
	margin-top: -.5em;
}

body {
	padding: 15px 25px;
	height: 1000vh;
}

#main_column_middle {
	width: 100%;
	max-width: 1500px;
	margin: 0px auto;
}

#content_column_left {
	float: left;
	width: 70%;
}

#content_column_right {
	float: right;
	width: calc(30% - 1.5vw);
	margin-left: 1.5vw;
}

#main_header {
	margin: 0px auto;
	max-width: 1500px;
	height: 50vh;
	overflow: hidden;
	background-image: url("../images/rainy_city2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	border-bottom: none;
}

#main_title_wrapper {
	height: 90%;
	padding-left: 1%;
	text-align: left;
	display: flex;
}

#main_title {
	width: 95vw;
	height: 30%;
	margin-top: calc(5vw - 5px);
	user-select: none;
}

#header_social_media_wrapper {
	position: absolute;
	width: 100%;
	height: 10%;
	bottom: 0;
}

#header_social_media {
	padding: 1vh;
	padding-bottom: 0;
	margin-bottom: .5vh;
	margin-right: 1vh;
	position: absolute;
	bottom: 0;
	right: 0;
	user-select: none;
}

#header_social_media a {
	margin-right: .4vh;
}

#header_social_media a img{
	width: calc(20px + 2vw);
	max-width: 50px;
}

#main_navigation_wrapper {
	border-top: none;
}

#main_navigation {
	height: 2vh;
	max-height: 55px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: .5em;
	justify-content: space-between;
	width: inherit;
	user-select: none;
	overflow-y: hidden;
}

#main_navigation a {
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
	margin: 0px;
}

#main_navigation a:visited {

}

#main_navigation a:hover {;
	background-color: orange;
}

#smaller_nav {
	height: 1vh;
	max-height: 55px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: .5em;
	padding-bottom: .7em;
	justify-content: space-between;
	width: inherit;
	user-select: none;
	overflow-y: hidden;
}

#smaller_nav a {
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	padding-top: 1.5vh;
	padding-bottom: 1.5vh;
	margin: 0px;
}

#smaller_nav a:visited {

}

#smaller_nav a:hover {;
	background-color: orange;
}

#smallC_1 {
	height: auto;
}

#about_title {
	border-bottom: none;	
	margin-bottom: 0;
	text-align: center;
	padding: 6px 0 6px 0;
	
}

#bio {
	padding: 10px;
	color: white;
	/*column-count: 2;*/
	display: flex;
}

#bio_title {
	font-size: calc(1em + 2vh);
}

#about_this_title {
	font-size: calc(1em + 2vh);
}

#bio_text {
	background-image: url("../images/brick_wall.jpg");
	right: 0;
	flex: 1;
	margin-top: calc(1.75em + 2vh);
}

#bio_text_content {
	background-color: rgba(0,0,0,.5);
	margin: 1vh;
	padding: 1vh;
	height: 40vw;
}

#bio_portrait {
	height: 40vw;
}

#bio_left {
	flex: 0 0 45%;
}

@media screen and (max-width: 1200px) {
	body {
		padding: 15px 5px;
	}
}

@media screen and (max-height: 1000px) {
	#main_title br {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	#bio_portrait {
	}
}