@charset "UTF-8";
/* CSS Document */



	.background-image {
			background-repeat: no-repeat;
			background-position:center;
			background-size: cover;
			display: block;
			background-attachment: fixed;
		}




div wrapper {
    display: block;
}

a.logo {
	margin-bottom: 22px;
	image-size: 50%;
	display: block;
max-height: 50%;
}



.active {
color:orangered!important;
    opacity: 100%;
}



body {
    font-family: 'Roboto Condensed', sans-serif;
	background-color: #0D1426;
}

.pre_text {
	
}

 .pre_text {
	width: 150px;
	line-height: 1.2;
	margin-left: 25px;
	font-size: 11px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #aaaaaa;
	margin-bottom: 22px;

	
}




p {
	text-align: left;
	color: black;
	font-family: 'IBM Plex Mono', monospace;
		
}




body.dark .sidebar header a {
    color: darkolivegreen;
}

.current {
    color: darkolivegreen;
}

nav .current a {
        color: #D74E43;
}

body.dark .siteLinks a {
        color: #D74E43;
        opacity: 0.5;
}

body.dark .siteLinks a:hover {
        color: #D74E43;
}


body.dark .projectLinks a {
        color: #D74E43;
	opacity: 100%;
}

body.dark .projectLinks a:hover {
        color: olive;
        opacity: 5;
}

style {
    display: none;
}


.logo {
	padding-top: 15px;
	
}

.logo h1 {
	color: black;
}

.logo h2 {
    padding-top: 5px;
	color: grey;
	
}

h1 {
    font-size: 24px;
    line-height: 30px;
	margin-left: 25px;
    
}

i {
    font-style: italic;
}

h5 {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
	color: black;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	margin-left: 25px;

   
}

h3 {
    padding-left: 250px;
    color: grey;
    padding-bottom: 55px;
}

.sidebar header h1 {
    font-weight: 600;
		margin-left: 25px;
	color: grey;

    
}

header h2 {
	color: darkred;
    font-style: normal;
    font-size: 18px;
    opacity: 0.3;
    font-weight: 300;
    display: inline-block;
    margin-top: 2px;
    line-height: 1.3em;
    margin-bottom: 25px;
	margin-left: 25px;

}


nav {
    text-align: left;
    display: block;
}

nav > ul.siteLinks {
    padding: 0;
    margin: 0 0 25px;
		margin-left: 25px;

}

nav a {
	font-size: 18px;
        color: orangered;

}

ul, ol {
    list-style: none;
}

nav > ul > li {
    margin: 0 0 5px;
		margin-left: 25px;

}


ol, ul, li, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ul {
    display: block;
}


li {
    display: list-item;
}

footer {
    display: inherit;
    position: fixed;
 
    width: 220px;
    padding: 40px 0 40px 0px;
    line-height: 1.3em;
	margin-left: 25px;
	font-size: 11px;
	color: #aaaaaa;
}

.sidebar {
	position: fixed;
	display:block;
	width: 370px;
	top: 0;
	left: 0;
	right: 370;
	bottom: 0;
	padding: 0;
	z-index: 1;
	box-sizing: border-box;

}



main {
    display: block;
    position: relative;
    max-width: 1650px;
    min-width: 700px;
    padding: 40px 40px 0px 190px;
    box-sizing: border-box;
	text-align: inherit; 
	font-size: 20px;
}


main ul, main ol {
    list-style: decimal;
    list-style-position: outside;
}

main a {
    color: orangered;
	
}

main .post-container {
    display: block;
    position: absolute;
    max-width: 1440px;
    min-width: 700px;
    padding: 4px 40px 100px 290px;
    box-sizing: content-box;
    z-index: 1;
}


.projects {
    width: 100%;
    max-width: 976px;
    margin: -8px -8px 0 -8px;
    padding-left: 0;
}

.projects > .project {
    display: block;
    position: relative;
    text-align: center;
    width: calc(50% - 16px);
    float: left;
    margin: 8px;
    box-sizing: border-box;
    z-index: 1;
}




.projects > .project > a {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a:link, a:visited {
    text-decoration: none;
    outline-color: darkred;
    outline-style: none;
    outline-width: inherit;
}

.projects .project .bg {
    background-image:initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
}




.contact {
    display: block;
    position: relative;
    max-width: 960px;
}

.details > .col {
    box-sizing: border-box;
    padding: 0 30px 20px 0;
}


@media only screen and (max-width:960px) .details .col {
    width:100% !important;
    float: none !important;
    padding-right: 0 !important;
}



.about {
    padding: 0px 40px;
    max-width: 960px;
    box-sizing: border-box;
    display: block;
	
}

body.dark .about .block {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: orangered;
    color: whitesmoke;
	position: inherit;
	padding-right: 140px;
    
}

.about .block {
    padding: 20px 50px 25px 0;
    min-height: 32px;
    display: block;
}


.about .row {
    position: relative;
    padding-left: 150px;
    display: block;
}

@media only screen and (max-width:960px) .about .row {
    position: relative;
    padding-left: 0px;
}

.links .linksWrap {
    position: relative;
    top: 7px;
    display: block;
    padding-bottom: 20px;
	padding-left: 180px;
}

@media only screen and (max-width: 960px) .links .linksWrap {
    top: 5px;
}

body.dark .about .links a {
    color: orangered;
}

.links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px 5px 5px 0px;
    font-size: 40px;
    transition-property: color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    color: olivedrab;
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
}


.links img:hover {
    color: orangered;
}

.pieces {
    text-align: center;
    margin: 0 0 40px;
    max-width: 960px;
    display: block;
}

.container {
  position: relative;
  width: 90%;
  margin: 0 auto 25px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}




.image {
  display: block;
  width: 100%;
  height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
	image-size: 75%;
}


.part {
	
    text-align: start;
    pointer-events: none;
	width: 408;
	height: 110;
	position: relative;

}

.font1 {
	font-family: 'Roboto Condensed', sans-serif;
line-height: 1.4em;
    font-size: 16px;
	    text-align: start;
	overflow-wrap: break-word;
	justify-content:center;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: dimgrey;
    opacity: 0.7;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}



.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-content {
  margin: auto;
    padding-left: 85px;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}



 .grid {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
 }







black: #2e2e2e;
gray: #787878;
highlight: #ea8478;
footer: #f7f7f7;

* 
  box-sizing: border-box;
  &::before, &::after {
    box-sizing: border-box;
  }


body {
  line-height: 1.5;
  color: gray;
  background: white;
  text-rendering: optimizeLegibility;
}

ul li {
  margin: 0 1.5rem 0 0;
}

a {
  color: gray;
  text-decoration: none;
  transition: all 0.2s ease;
}






.gallery {
  padding: 0 0 4rem 0;
}

.img-container {
  width: 100%;
  height: 100%;
  cursor: pointer;
	overflow: hidden;}

 


img {
	width: 100%;
  height: 100%;
	object-fit: cover;
  transform: scale(1);
	transition: all 0.3s ease-in-out;
}





.title {
  color: black;
  font-size: 1.5rem;
  font-weight: 700;
}

.category {
  font-size: 1rem;
  color: gray;
}

.img-content {
  display: none;
}




@supports (display: grid) {
  .gallery .grid {
    grid-gap: 1rem;
  }
}


  nav ul {
    justify-content: flex-end;
	z-index: 1!important;
  }

	



@media screen and (max-width: 1024px) {
	img:hover {
		transform: none;
	}

}
	
  
  .img-container {
	  height: 100%;}
	
	
  

  .img-content {
    display: block;
    padding: 1rem 0;
  }

	


.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 60!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.9);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 65%;
  height: 65%;


  /* Size and position background image */
	padding-top: 15%;
	padding-left: 35%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	
}








	