html{
	//height: 100%;
}

body{
	color: #30343f;
}

body#home{
	background-color: #587291;
	text-align: center;
	color: #e3f2fd;
	min-height: 100vh;
	
	background-image: url('/images/backgrounds/macbook-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bgTint{
	background-color: rgba(88, 114, 145, 0.85);
	position: absolute;
	top:0;
	bottom:0;
	width: 100%;
}

input, textarea{
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #30343f;
}

code{
	color: #777;
	background-color: #f3f3f3;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding:1em;
	display: block;
}



a, a:visited{
	color: #587291;
}

.btn-blue, a.btn-blue{
	background-color: #587291;
	border-color: #587291;
	color: #e3f2fd;
}

.btn-primary,
.btn-primary a{
	background-color:#587291;
	border-color: #587291;
	color: #e3f2fd !important;
}

.btn-primary:hover,
.btn-primary:hover a{
	background-color: #455a73;
	border-color: #455a73;
	color: #587291;
}

.btn-primary:active{
	background-color:#587291;
	border-color: #587291;
}

.btn-outline-primary{
	border-color: #587291;
	color: #587291;
}

.btn-outline-primary:hover{
	background-color: #587291;
	border-color: #587291;
	color: #e3f2fd;
}

.btn-outline-primary:active{
	background-color: #455a73;
	border-color: #455a73;
}

#homeNavContainer{
	background-color: #343a40;
}

#homeContent{
	margin-top: 5em;
}

#homeLogo{
	width: 240px;
	height: 240px;
	border-radius: 120px;
	box-shadow: 0 2px 16px 8px rgba(0,0,0,0.2);
}


body#home h1{
	font-size: 52px;
	font-weight: 200;
	margin-top: 0.8em;
}

body#home .subtitle{
	font-size: 21px;
	font-weight: 100;
}

body#home .contact{
	max-width: 400px;
	margin: 0 auto;
	border-top: 5px solid #db5461;
	padding-top: 21px;
}

body#home .contact,
body#home .contact a, body#home .contact a:visited{
	opacity: 0.9;
	font-weight: 100;
	color: #e3f2fd;
}

body#home .contact a:hover{
	text-decoration: none;
	color: #c5d3de;
}

body#home .contact svg{
	fill: #e3f2fd;
	width:18px;
	height: 18px;
	margin-right: 4px;
}

.homeBullet{
	font-size: 32px;
	line-height: 16px;
	position: relative;
	top: 4px;
}

#headerContainer{
	background-color: #587291;
}

#navbarContainer{
	background-color:#343a40;
}

header img{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	position: absolute;
	top:0;
	left:15px;
	box-shadow: 0 2px 16px 2px rgba(0,0,0,0.2);
}

header{
	padding-left: 135px;
}

header #siteTitle{
	color: #e3f2fd;
	margin-top: 1.2rem;
	margin-bottom: 0;
	padding-bottom:0;
	font-weight: 200;
	font-size: 40px;
}

header #siteSubtitle{
	color: #e3f2fd;
	font-size: 21px;
	margin-top: 0;
	font-weight: 100;
	line-height: 1em;
}

#headerRight{
	text-align: right;
	color: #e3f2fd;
	font-weight: 100;
	margin-top:24px;
}

#headerRight a, #headerRight a:visited{
	color: #e3f2fd;
}

#headerRight a:hover{
	text-decoration: none;
	color: #c5d3de;
}

#headerRight svg{
	fill: #e3f2fd;
	width:18px;
	height: 18px;
	margin-right: 4px;
}

.navbar-dark .navbar-nav .nav-link{
	border-bottom: 3px solid #343a40;
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:hover{
	color: #fff;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link{
	border-color: #db5461;
}

nav a.dropdown-item{
	color: #30343f;
}

nav #login{
	position: absolute;
	right: 0;
	color: rgba(255, 255, 255, 0.75);
}

nav svg{
	fill: rgba(255, 255, 255, 0.75);
	width: 21px;
	height: 21px;
}

nav #login a:hover svg{
	fill: #fff;
}

#pageContent{
	max-width: 800px;
	margin: 0 auto;
}

#pageContent h1{
	color: #587291;
	//border-bottom: 2px solid #db5461;
	//padding-bottom: 4px;
	margin-bottom: 2rem;
	font-size: 32px;
	font-weight: 300;
}

h2, h3, h4, h5, h6{
	//border-bottom: 1px dashed #587291;
	margin-top: 28px;
	padding-bottom: 2px;
	font-weight: 300;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 21px;
}

blockquote{
	background-color: #96c2f955;
	border-left: 4px solid #587291;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: 0.8em;
	color: #525d67;
	font-size: 92%;
}

blockquote span.attribution{
	display: block;
	margin-top: 1em;
	font-style: italic;
}

blockquote span.attribution::before{
	content: "–⁠ ";
}

aside{
	background-color: #96c2f955;
	//border: 1px solid #58729155;
	border-radius: 7px;
	padding:0.4em 1em;
	margin: 0 1.2em;
	color: #525d67;
	float: right;
	width: 40%;
	box-shadow: 0 4px 16px 4px rgba(0,0,0,0.15);
}

aside > h3{
	font-size: 17px;
	border:none;
	margin-top: 0.2em;
	padding-bottom: 4px;
	border-bottom: 1px solid #58729133;
}

aside p{
	margin:3px 0;
	font-size: 92%;
}

.media{
	margin-bottom: 1.2em;
}

.media > img{
	width: 64px;
	height: 64px;
	border-radius: 15px;
}

.appIcon{
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	background-color: #db5461;
	color: #e3f2fd;
	border-radius: 15px;
	margin-right: 1.2rem;
	line-height: 64px;
	text-transform: uppercase;
}

.appIcon svg{
	fill: white;
	width: 48px;
	height: 48px;
	padding: 8px;
	margin:0;
	position: relative;
	top: -4px;
}

.blogImgContainer{
	margin: 1.5em 4em;
	text-align: center;
	position: relative
}

.blogImgContainer figcaption{
	background-color: #e3f2fddd;
	color: #555;
	font-size: 90%;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top: 2px solid #587291;
}

.blogImg{
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0 2px 16px 8px rgba(0,0,0,0.2);
}

#blog article,
#preview article {
	margin-bottom:2em;
}

#blog article h2,
#preview article h2{
	margin-bottom: 0;
}

#blog .editLink svg,
#blog .titleLink svg,
#preview .titleLink svg{
	width: 16px;
	height: 16px;
	position: relative;
	top: -2px;
	fill: #587291;
}

#blog article time,
#preview article time{
	font-size: 92%;
}

#blog .postDate,
#preview .postDate{
	margin-bottom: 1.2em;
	opacity: 0.6;
}

#blog .postDate svg,
#preview .postDate svg{
	fill: #30343f;
	width: 15px;
	height: 15px;
	position: relative;
	top: -1px;
}

#blog .separator,
#preview .separator{
	height: 3px;
	border-radius: 3px;
	background-color: #e3f2fd;
	margin: 0 5em 2em 5em;
}

footer{
	color: #aaa;
	font-size: 13px;
	border-top: 1px solid #e3f2fd;
	margin-top: 1.2rem;
	padding-top: 0.8rem;
}