/*
Theme Name: Minimalfolio Zeta
Theme URI: https://github.com/danielde666/Matias-Mathias
Author: Your Name
Author URI: https://danielde.com
Description: Minimal starter theme for portfolio sites.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimalfolio-zeta
Tags: minimal, portfolio, starter
*/
body { 
	font-family: monospace, system-ui, sans-serif; 
	background: #eee; 
	margin: 1rem; 
	color: #111; 
}

body *{
	font-size:12px ;
	color: #111 ;
	text-decoration:none ;
	font-weight:100 ;
}

body.home{
	margin-top:-1rem !Important;
}

/* h1 a {
  font-family: arial, helvetica, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  color: #cccccc;
}
h1:hover a{
  color:000;
} */



h1 a {
	text-transform:lowercase;
}
.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
	margin-top:2rem;
	
}

.project-list-item img {
    max-width: 400px;
    height: auto;
    width: 100%;
}

.home .video-embed {
  display:none;
}
.site-header {
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    right: 1rem;
    width: calc(100% - 2rem);
    max-width: 300px;
    text-align: right;
}

.project-list-item {
    margin-bottom: 2rem;
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    row-gap: 1rem;
}

.project-list-item h3{
	margin-block-start: 0;
}
.project-list-item p{
	margin-block-start: 0;
}

/* 
body.custom-cursor-active,
body.custom-cursor-active a,
body.custom-cursor-active button {
  cursor: none !important;
} */
/* 
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-40%, -40%);
  transition: width 0.3s, height 0.3s, background 0.3s, border 0.3s;
  z-index: 9999;
  mix-blend-mode: difference;
  backdrop-filter: invert(1);
  will-change: transform;
} */
/* 
.custom-cursor.cursor-hover {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #000;
} */

.wp-singular article img{
  display: none;
}

iframe{
	max-width: 70%;
}

.site-footer {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
}


@media screen and (max-width: 990px) {



}



@media screen and (max-width: 750px) {
	body.home{
	margin-top:0rem !Important;
}
	
	
	iframe{
	max-width: 100%;
}
    .site-header {
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        max-width: 100%;
    }
	
	.project-list-item img {
		max-width: 100%;
		height: auto;
		width: 100%;
	}
	
	
	.site-footer {
		position: relative;
		bottom: 0;
		right: 0;
	}
	
	
}