:root{
    --baseColor: #FFFFFF;
    --textColor: #222323;

}

a {
    text-decoration-line: none;
}

a:link, a:visited, a:hover {
    color: var(--textColor);
}

img{
    width: 100%;
}

html{
    font-size: 110%;
}

body {
    
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: var(--textColor);
    text-decoration-line: none;
    background-color: var(--baseColor);
    min-width: 380px;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}


.container{
    max-width: 960px;
    min-height: 100%;
    width: 95%;
    margin: 0 auto;
   /* border:1px solid #222323;*/
    display: flex;
    flex-direction: column;

}

.header{
    font-family: 'cagatayodabas';
    text-align: center;
    font-size: 2.5em;
    width: 100%;
}

.menu{

    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    min-height: 3rem;
}

.menu-icon{
    width: 5%;    
}
.menu-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    padding-left: 1em;
    padding-right: 1em;

    border-top: 0.05em solid var(--textColor);
    border-bottom: 0.05em solid var(--textColor);
    margin: 0 auto;
}

.item{
    font-family: 'Modern Deluxe Smooth';
    font-size: 0.9rem;
    min-width: max-content;
}

.item:hover .line{
    background: var(--textColor);
    width: 90%;
    height: 0.09em;
    margin: 0.2em auto;
}

.item .line{
    background: var(--baseColor);
    width: 90%;
    height: 0.09em;
    margin: 0.2em auto;
}

.menu-social{
    width: 5%;
}

.content{
    margin-top: 1em;
}

.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3em;
}

.instagram{
    width: 5%;
    min-width: 40px;
    margin: 0 auto;
}

.copyright{
    font-size: 0.9rem;
    margin: 1em auto;
}

.bio{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}

.codabas-img{
    flex: 35%;
    vertical-align: top;
    margin-right: 1em;

}

.photograph{
text-align: right;
font-size: 0.5em;
z-index: 15;
}

.overview{
    flex: 62%;
    font-size: 1rem;
    text-align: justify;

}

@media screen and (max-width: 600px) {
    .bio {
      flex-direction: column;
    }
    .codabas-img{
        flex: 100%;
        vertical-align: top;
        margin-right: 0.7em;
    
    }
    
    .overview{
        flex: 100%;
        font-size: 1rem;
        text-align: justify;
    
    }
    .photograph{
        text-align: right;
        justify-content: right;
        font-size: 0.4em;
        z-index: 15;
        }
        
}

.contact-form-wrap{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
vertical-align: middle;
margin-top: 1em;
}

.form-field{
width: 60%;

}

.input-container{
	margin:1em;
}
.input-container .label{
	position:absolute;
	font-size:1.1rem;
	color:var(--textColor);	
   /* pointer-event:none; */
	transition: all 0.5s ease-in-out;
}

.input-container input{ 
  border:0;
  border-bottom:0.1em solid var(--textColor);  
  background:transparent;
  width:100%;
  padding:0.3em 0 0.3em 0;
  font-size: 1rem;
  color:var(--textColor);
  opacity: 0.9;
}

.input-container input:focus{ 
 border:none;	
 outline:none;
 border-bottom:0.1em solid #e74c3c;
 
}

.input-container input:valid{
margin-top: 1.2rem;
}

.input-container input:invalid {
margin-top: 0rem;
}

.button{
    width: 90%;
    margin: 3em auto;

}

.button button{
    background: var(--baseColor);
    border: 0.1rem solid var(--textColor);
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1rem;
}

.button:hover button{
    background: var(--textColor);
    opacity: 0.9;
    border: 0.1rem solid var(--textColor);
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1rem;
    color: var(--baseColor);
}

.form-message{
    margin: 1em auto;
    width: fit-content;
}

.gallery {
    width: 100%;
	display: flex;
	transition: .3s;
    flex-wrap: wrap;

}

.col{
    flex: 33%;
    display: flex;
    flex-direction: column;
}

.gallery-item{
padding: 1em;
}

.gallery img{
    width: 100%;
    margin: 0 auto;
}

.gallery:hover img {
    filter: grayscale(1);

}

.art-title{
    margin-top:-3.1em;
    visibility: hidden;
}
	
.gallery-item:hover img{
    transform: scale(1.1);
    filter: grayscale(0) !important;

}

.gallery-item:hover .art-title {
    background-color: var(--textColor);
    opacity: 0.7;
    color: var(--baseColor);
    font-size: 0.8rem;
    border: 1px solid var(--textColor);
    top: 0;
    left: 0;
    padding: 0.5em;
    visibility: visible;
    transform: scale(1.1);
    margin-top:-3.1em;
}	

.galery__image{
    width: 100%;
    transition: .3s;
}

@media screen and (max-width: 600px) {
    .gallery {
      flex-direction: column;
    }

    .col{
        flex: 100%;
    
    }

    .gallery img{
        width: 100%;
        scale: 0.9;
        margin: 0 auto;
    }
}

.font-fix{
    font-family: 'louis_george_cafe_lightRg';
    font-weight:600;
}

.ModalDisplay {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 3em; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #art-title {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }