@charset "utf-8";

/*
   works page
Author: Ana Botto
Date: 11/14/2023

filename: ab_styles_inglenook

*/


/* HTML and Body styles */

html {
   font-family: "bc-alphapipe",sans-serif;
   background-image: linear-gradient(white,rgb(235,217,199));
  }

body {
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    min-height: 100vh;
    margin-right: 0%;
	line-height: 1.2em;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

.gallery {
    display: grid; /* Enables grid layout */
	gap: 20px; /* Creates space between items */
	grid-template-columns: repeat(auto-fill, minmax(200px, auto)); /* Dynamically fills the row */
    margin: 0 auto; /* Centers the gallery horizontally */
    max-width: 90%; /* Limits the maximum width */
    width: 90%; /* Sets the responsive width */
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: auto;
	 background-color: #fff;
    padding: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    transition: transform 0.8s ease-in-out;
	max-width: 100%;
	display:inline-block;
	cursor: zoom-in;
}
.gallery-item video {
  width: 100%; /* Ensures video takes up the full width of its container */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Prevents video from becoming too wide */
}

.gallery-item:hover {
    transform: scale(1.05);
}

#specific-video {
  width: 100%; /* Make video responsive */
  max-width: 100%; /* Prevent the video from becoming too wide */
  height: auto; /* Maintain aspect ratio */
}

/* Optionally, you can set a specific height to ensure controls are visible */
#specific-video {
  height: 100px; /* Adjust the height as needed */
  width: 100%; /* Makes video responsive */
  object-fit: contain; /* Ensures aspect ratio is maintained */
}
.container1 h1 {text-align: center;
margin-bottom: 0%;
margin-top: 4%;}
/* Container Section */


h2 {
	font-size:1.8vw;
	font-weight:300;
	line-height: 1;
	text-align: left;
	letter-spacing: 1.5px
}

h3 {
	color: rgb(198,104,101);
	font-size:1.4vw;
	letter-spacing: 1px;
}

/* Container 1  */
.container1 .main-section {
  	display: flex;
	display: -webkit-flex;
  	margin: 20px;
}
/* Container 3 */

.container3 {
	margin-bottom:0%;
}

 aside {
  	padding: 20px;
  	margin: 0px 20px 20px 20px;
	text-align: center;
}

.container3 article p {
	float:left;
	font-size:1.5vw;
}



.container3 .aside-section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0px;
}

.container3 .aside-section2 {
	display: flex;
	display: -webkit-flex;
  	justify-content: center;
  	align-items: center;
  	margin: 20px;
}


/* Container 3 results section */
#results {
	font-size:2vw;
	font-weight:500;
	line-height: 1;
	text-align: center;
	margin-top:5%;
}


footer {
	clear: both;
   	width: 100%;
	background: rgba(0, 0, 0, 0.82);
	border-radius: 10px 10px 0px 0px;
	margin: 5% 0% 0% 0%;
	text-align: center;
	display:flex;
	align-items: center;
	flex-direction: column;
	padding-top: 25px;
	padding-bottom: 15px;
	order:100;
}

footer h1 {
	font-family: minion pro;
	font-size: 1vw;
	text-indent:-40px;
	margin-top: 0;
	color: white;
	font-style: italic;
}

footer nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#resume {
	color: rgb(198,104,101); 
	font-family: "bc-alphapipe",sans-serif;
	font-weight: 300;
	font-size:2vw;
	margin: 0;
	text-align: center;
	display: block;
	text-indent:-40px;
}
/* Footer Nav Styles */
.footertext {
	margin-bottom: 0%;
	padding: 0%;
	margin-top: 0%;
	font-size: 1vw;
}
#email {
	margin-bottom: 0%;
	padding: 0%;
	margin-top: 0%;
	font-size: 1vw;
}

footer ul {
   margin-top: 0;
	margin-bottom: 0;
   padding: 0;
   border: 0;
	display: flex;
	gap: 20px
}


/* Footer Nav image Styles */




.bottomnav a {
	color:transparent;
	text-align: center;
	margin: 0;
}

#instagram {text-indent:-90px;}
#fiverr {text-indent:-90px;}
#linkedin {text-indent:-90px;}





/* backgrounds */
#background11 {background-color:#C4D4D4;margin:5% 5% 0% 5%;border: solid rgba(80,40,30,0.3) 2px;}
#background12 {background-color:#C4D4D4;margin:0% 5% 0% 5%;border-bottom: solid rgba(80,40,30,0.3) 2px;border-left: solid rgba(80,40,30,0.3) 2px;border-right: solid rgba(80,40,30,0.3) 2px;}
#background2 {background-color:#E0CFBE;margin:5% 5% 0% 5%;border: solid rgba(80,40,30,0.3) 2px;}

/* Footer Styles */

.easyzoom {
	cursor:zoom-in;
}




.results-image-container {
  Display: flex;
	justify-content: center;
	align-content: center;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 40% 40%; /* You can adjust the values accordingly */
  gap: 20px;
  background-color: #C38A7F;
  padding: 40px;
	max-width: 100%;
   }

    .results-image-container img {
      max-width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(rgba(0,0,0,.5) 6px 6px 4px);
      cursor: zoom-in;
   }
 .results-image-container video {
      max-width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(rgba(0,0,0,.5) 6px 6px 4px);
      cursor: zoom-in;
   }

    /* Overlay styles */
   .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  position: relative; /* Add this line to make the position relative */
	background-color: #fff;
	 padding: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	cursor: zoom-out;
}
.overlay video {
  max-width: 80%;
  max-height: 80%;
  display: block;
  position: relative; /* Add this line to make the position relative */
	background-color: #fff;
	 padding: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	cursor: zoom-out;
}

.close-button {
  position: absolute;
  top: 14%;
  right: 35%;
  color: black;
  font-size: 30px;
  cursor: pointer;
	z-index: 1001;
}

/* Show overlay when active class is present */
.overlay.active {
  display: flex;
}

.container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 5%;
    }

    .thumbnail {
      position: relative;
      width: 100%;
      max-width: 200px;
      height: auto;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out;
      filter: drop-shadow(rgba(0,0,0,.5) 6px 6px 4px);
      cursor: pointer;
    }

    .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top left;
      display: block;
    }

    .nextwork {
      text-align: center;
      color: black;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }

    .nextwork h4 {
      margin: 0;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
		font-size: 1vw;
		white-space: nowrap;
		z-index: 498;
    }

/* MEDIA QUERIES */

/* Media Query for Mobile */
@media only screen and (max-width: 600px) {
			/* section of first draft section has a different layout for mobile */	
	.gallery {
        grid-template-columns: repeat(200px, 1fr); /* Two items per row */
    }

    .gallery-item img,
    .gallery-item video {
        padding: 3px; /* Adjust padding for smaller items */
    }
	.gallery-item video {
		display: none;
	}
	#animationtext {
	    display: none;
    }
	aside {
  	padding: 0px;
  	margin: 0px 20px 20px 20px;
	text-align: center;
}
	
	.close-button {
  position: absolute;
  top: 14%;
  right: 20%;
  color: black;
  font-size: 30px;
  cursor: pointer;
	z-index: 1001;
}
	.results-image-container {
  display: flex;
	justify-content: center;
	align-content: center;
  margin: 15px 0px 0px 0px;
  display: grid;
  grid-template-columns: 35% 35% 35%; /* You can adjust the values accordingly */
  padding: 10px 40px 10px 40px;
   }

    .results-image-container img {
      max-width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(rgba(0,0,0,.5) 6px 6px 4px);
      cursor: zoom-in;
   }
	#resume h8 {
		font-size: 3vw;
	}
	

	.thumbnail {
        max-width: 150px;
      }
	
	 .nextwork h4 {
      margin: 0;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
		 font-size:2vw;
		 white-space: nowrap;
    }

	.container1 h1 {
		font-size: 3vw;
		text-align: center;
		margin-bottom: 2%;
	}
	
	
	.main-section p {
		    font-size: 2vw;		
	}
	
	p {
		font-size: 2.2vw;
	}
	
	
	#mobiledraftsection article p {
		font-size: 2vw;
	}
	
	#desktopdraftsection {
				display: none;
			}
          
			/* top nav */
			a#navicon {
      			display: block;
   			}
   
		   nav.top_nav ul {
			  display: none;
		   }
   
   
   a#navicon:hover+ul, nav.top_nav ul:hover {
     				 	display: block;
	   					position:absolute;
	   					right:7px;
   					}
			
			.submenu {
				position: relative;
    			left: -100%;
			}
			
			.submenu li {
				white-space: nowrap;
			}
	
	.submenu li a {
		font-size: 1em;
	}

			.mainmenu {
				background-color: rgb(235,217,199);
				border-radius: 10px;
				font-size: 1em;
				padding: 5px 5px 5px 5px;
			}
	
	.mainmenu li a {
		font-size: 1em;
		line-height: 2;
	}
			
			/* header */
			header > img {
				width:48%;
			}
			/* general */
			.main-section,
			.discovery,
			.first_draft1,
			.preferencetesting,
			.aside-section2,
			.aside-section, .container1 .column {
				flex-direction: column;
				-webkit-flex-direction: column;
			  }
	
		
		
	
		figure img {
			width:100%;
	}
	
	.footertext {margin-left: 4%;}
	#resume {
	color: rgb(198,104,101); 
	font-family: "bc-alphapipe",sans-serif;
	font-weight: 300;
	font-size:2vw;
	padding: 0 0 0 35px;
	text-align: center;
	display: block;
	text-indent:-40px;
}
	
	.bottomnav {
		margin: 0px 0px 0px 35px;
	}

		.thumbnail {
				width: 80%;
				height: auto;
				margin-bottom: 4%;
			}
}
  /* Media Query for print */
@media print {
	.topnav {
		display: none;
	}
	
	a#navicon {
		display: none;
	}
	.aside-section {
		 page-break-inside: avoid;
	}
	.aside-section2 {
		 page-break-inside: avoid;
	}
	
}
  /* Media Query for Wider Screens */
        @media only screen and (min-width: 601px) {
            
			/* form */
			form {
                width: 600px;
            }
			/* top nav */
			a#navicon {
      			display: none;		
  			 }
			#mobiledraftsection {
				display: none;
			}
}
