body {
	font-family: 'Montserrat', sans-serif;
	background-color: #000000;
	background-image: url(/assets/images/bg.png);
	background-position: center;
	background-size: cover;
	
	color: #ffffff;
	text-shadow: 1px 1px 1px #222222;
}

nav {
	margin-top: 16px;
	border-radius: 8px;
}

/* Homepage stuff 
--------------------------------*/

#headshot {
	margin: auto;
	position: relative;
	
	max-width: 256px;
	width: 50%;
	
	border-radius: 50%;
	border: 2px solid ##c7c7c7;
}

#name {
	font-size: 48px;
	margin: 16px 0px 8px 0px;
}

#subtitle {
	font-size: 16px;
	font-style: italic;
}

.centered {
	text-align: center;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
}

/* Portfolio stuff
--------------------------------*/

.project, .blog {
	color: #222222;
	text-shadow: none;
}

.project-img {
	height: 200px;
	
	background-color: #dddddd;
	background-position: center;
	background-size: cover;
}

.project > .card-body > h1 {
	text-align: center;
	font-size: 24px;
}

/* blog stuff */

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.blog-indextitlecont {
	height: 2.25em;
	display: flex;
    justify-content: center;
    align-items: center;
}

.blog-indextitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	color: #000;
	text-shadow: none;
	word-break: break-word;
}

.blog-img {
	height: 300px;
	
	background-color: #dddddd;
	background-position: center;
	background-size: cover;
}

.blog-imgsmall {
	height: 100px;
	
	background-color: #dddddd;
	background-position: center;
	background-size: cover;
}

.blog {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog > .card-body > h1 {
	text-align: left;
	font-size: 24px;
}

.page-item {
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
}

.page-item.active {
	color: #fff !important;
}

.page-item.disabled > a {
	color: #ccc !important;
}

.page-item:not(.disabled):not(.active) > a {
	color: #222 !important;
}

.blog > .card-body > .card-text > p {
	margin: 24px 0px;
}

.blog > .card-body > .card-text > * {
	max-width: 100%;
}

.blog-synopsis {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	
	color: #000;
	text-shadow: none;
	font-size: 14px;
	word-break: break-word;
}

.blog-post {
	overflow: hidden;
}

.blog-post.thicc > .card-body {
	max-height: 768px;
}

.blog-post.thicc > .card-body > .card-text > .readmore {
	display: block;
}

.readmore {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 160px;
	
	text-align: center;
	
	margin: 0px !important;
	padding: 75px 0;
	
	display: none;
}
