html{min-height:101%;}
body{font:400 16px/1.6 "Schibsted Grotesk", sans-serif; }
.header{background:none;}
h1.site-title{font-size:2rem;}

.site-nav {
    max-width: var(--site-width);
}

h1{font-size:3em;}

h2{margin:0 0 20px;}

a{color:#4385BE;}
a:hover{opacity:.7; text-decoration:none; border:none;}
article{border-bottom:2px solid #F2F0E5;}
.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(80px);
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.6;
}

footer blockquote{border:none;}

.blob-1 {
  background: #d1e9ff;
  top: -10%;
  left: -10%;
}

.blob-2 {
  background: #ffe4e6;
  bottom: -10%;
  right: -5%;
}

.blob-3 {
  background: #fef3c7;
  top: 40%;
  left: 10%;
}

.arrow{font:400 16px/1.6 "Inter", sans-serif !important; }
article ul{ padding-left:0;}
article ul li, ul li{list-style-type:none;padding-left:0; margin-left:0;}

article img{border-radius:10px;}

.cloud {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.cloud li{
	float: left;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 3px 10px;
	border-radius: 4px;
	background: #b0bec533;
	color: #607d8b;
	font-size: 0.9em;
	text-align: center;
	border: none;

}
.bookshelf_book{margin:0 0 20px; min-height:70px; }
.bookshelf_book img{margin:0;}
.profile {
	height: 180px;
	width: 180px;
	display: block;
	margin: 0 auto 40px;
	border-radius: 87% 67% 87% 75%;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.07), 0 1.5px 4px 0 rgba(0,0,0,0.04);
}

footer{text-align:left;}