body{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
header{
	margin-top: 30px;
	position: relative;
	width: 100vw;
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}
.avatar_block{
	width: 200px;
	height: 200px;
}
.avatar_block > img{
	position: relative;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.avatar_title{
	margin-top: 20px;
	position: relative;
	min-width: auto;
	max-width: 500px;
	height: auto;
	color: black;
	font-size: 24px;
}
.avatar_title:hover{
	text-decoration: underline;
	cursor: default;
}
.descript{
	position: relative;
	margin-top: 20px;
	min-width: auto;
	max-width: 36%;
	height: auto;
	color: black;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
ul{
	position: relative;
	margin-top: 20px;
	min-width: 500px;
	max-width: 50%;
	height: auto;
	color: black;
	list-style: none;
	display: inline-flex;
	font-size: 20px;
	justify-content: space-between;
}
li{
position: relative;
display: flex;
left: -20px;
}
.active-li{
	color: green;
}
li > a{
	color: black;
}
.gallery-tile{
	width: 70%;
	margin-left: 15%;
	margin-top: 30px;
}
@font-face{font-family:'Calluna';
 src:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/callunasansregular-webfont.woff') format('woff');
}
body {
  background: url(//subtlepatterns.com/patterns/scribble_light.png);
  min-height: 1000px;
}
#columns {
    column-width: 320px;
    column-gap: 15px;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto;
}

div#columns figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}

div#columns figure img {
    width: 100%; height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

div#columns figure figcaption {
  font-size: .9rem;
    color: #444;
  line-height: 1.5;
}

div#columns small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div#columns small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}

div#columns:hover figure:not(:hover) {
    opacity: 0.4;
}

@media screen and (max-width: 750px) { 
  #columns { column-gap: 0px; }
  #columns figure { width: 100%; }
}
footer{
	margin-top: 30px;
	position: relative;
	width: 100vw;
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}
.social{
width: 60px;
height: 60px;
}
.social > img{
	width: 60px;
	height: auto;
}

