/*
Theme Name: Planetary Architecture
Theme URI: https://www.planetary.fi
Author: Jyrki Vanamo
Author URI: https://www.jyrkivanamo.com
Description:
License:
Tags: 
*/

html {
	height: 100%;
}


body {
	height: 100%;
	font-family: 'Heebo', 'Helvetica', 'sans-serif';
}

a {
	color: #087;
}

a:hover {
	color: #065;
}

a:focus,
a:hover {
	text-decoration: none;
}

a .entry-title {
	color: inherit;
	text-decoration: none;
}

a:hover .entry-title {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .5em;
	font-weight: 400;
	line-height: 1.25;
	white-space: -moz-pre-wrap !important;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}

h1, .h1 {
	font-size: 1.5rem;
}

h2, .h2 {
	font-size: 1.25rem;	
}

h3, .h3 {
	font-size: 1.125rem;	
}

h4, .h4 {
	font-size: 1rem;
}

h5, .h5 {
	font-size: .875rem;	
}

h6, .h6 {
	font-size: .75rem;
}


a h1, a h2, a h3, a h4, a h5, a h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: initial;
	text-decoration: none;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {
	color: inherit;
	text-decoration: none;
}

a:hover img {
	opacity: .9;
}

p {
	margin-bottom: 1.25em;
	font-weight: 300;
	line-height: 1.75;
}

p > a {
	border-bottom: solid 2px;
	font-weight: 400;
}

p > a:hover {
	border-bottom: solid 2px;
	text-decoration: none;
}



.article-meta {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.article-meta > li {
	display: inline-block;
	margin: 0;
	padding: 0
}

.article-meta > li:not(:first-child):before {
	content: '\2014';
	display:inline-block;
	width: 4ex;
	text-align: center;
}

.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}


.display-table {
	display: table;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.entry-preview a:hover {
	text-decoration: none;
}

.entry-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.entry-meta > li {
	display: inline-block;
}

.entry-meta > li:not(:first-child):before {
	content: '\2014';
	display:inline-block;
	width: 4ex;
	text-align: center;
}

.entry-section {
	margin-bottom: 20vmin;	
}

.entry-talks p {
	line-height: 1.25 !important;
}

.full-size,
.full-width {
	width: 100%;
}

.full-size,
.full-height {
	height: 100%;
}

.img-responsive {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

.lead {
	font-size: 1.25rem;
}

.navbar-brand {
	height: 3.5rem;
}

.navbar-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.5rem;
	font-weight: 700;
	line-height: 1rem;
}

.navbar-nav .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.5rem;
	font-weight: 400;
}

.navbar-toggler {
    padding: .5rem .5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 50px;
}

.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
    color: unset;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.5);
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.position-fixed {
	position: fixed;
}

.position-top,
.position-top-right,
.position-top-left�{
	top: 0;
}

.position-bottom,
.position-bottom-right,
.position-bottom-left�{
	bottom: 0;
}

.position-left,
.position-top-left,
.position-bottom-left {
	left: 0;	
}

.position-right,
.position-top-right,
.position-bottom-right {
	right: 0;	
}

.section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.section-title {
	margin: 3rem auto 4.5rem;
	line-height: 1.25;
}

.section-title a {
	color: inherit;
}

.section-title h1 {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.site-content {
	margin-bottom: 20vh;
}

.site-footer {
	margin-top: 5rem;
	min-height: calc(100% - 5rem);
}

.table {
	line-height: 1.5;
}

.table-responsive {
	-webkit-overflow-scrolling: touch;
}

.text-underline {
	border-bottom: solid 2px;
	text-decoration: none;
}

.text-regular {
	font-weight: normal !important;
}

.text-overline {
	color: inherit;
	text-decoration:line-through;
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.z-index-0 {
	z-index: 0;
}

.z-index-1000 {
	z-index: 1000;
}

@media (min-width: 768px) {



}

@media (min-width: 992px) {
	
	

	h1, .h1 {
		font-size: 1.75rem;	
	}
	
	h2, .h2 {
		font-size: 1.5rem;	
	}
	
	h3, .h3 {
		font-size: 1.25rem;	
	}
	
	h4, .h4 {
		font-size: 1rem;
	}

	h5, .h5 {
		font-size: .875rem;	
	}

	h6, .h6 {
		font-size: .75rem;
	}
		


	p {
		font-size: 1.25rem;
	}
	
	.lead {
		font-size: 1.75rem;
	}


	.navbar-expand-sm .navbar-nav .nav-link,
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	    font-size: 1.25rem;
	}
	
	.section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.section-title {
		margin: 3rem 0;
	}

	.section-title h1 {
		font-size: 1.5rem;
		font-weight: 400;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

}

@media (min-width: 1200px) {
	
	
}

.animated { 
    -webkit-animation-duration: 800ms; 
	animation-duration: 800ms; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

.fade-in-down { 
    -webkit-animation-name: fade-in-down; 
    animation-name: fade-in-down; 
}

@-webkit-keyframes fade-in-down { 
    0% 		{ opacity: 0; -webkit-transform: translateY(-20px); } 
    100% 	{ opacity: 1; -webkit-transform: translateY(0); } 
} 

@keyframes fade-in-down { 
    0% 		{ opacity: 0; transform: translateY(-20px); } 
    100% 	{ opacity: 1; transform: translateY(0); } 
}