@charset "utf-8";
/* CSS Document */

/*Font group*/
/*dongle-regular for headline:
	.dongle-regular {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*FONT FOR NAME:
.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*.serif font for paragraph:
	
.league-spartan-<uniquifier> {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

	.italiana-regular {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}

	.diphylleia-regular {
  font-family: "Diphylleia", serif;
  font-weight: 400;
  font-style: normal;
}

FOR NAME
.windsong-regular {
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
}

.windsong-medium {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-style: normal;
}



*/

	





/* Color Theme Swatches in Hex */
/*
.purplish { color: #054B46 
.orange pink { color: #043833 
.bright pink{ color: #054B46 
.bright yellow { color: #FAF8F5 
.cotton candy blue { color: #D6C5A4 
*/
/* Main Colors */

/* #FAF8F5  /* warm cream background */ 
/* #1F1F1F  /* charcoal text */ 
/* #054B46  /* emerald accent */ 
/* #D6C5A4  /* soft gold accent */ 

/* Color Theme Swatches in RGBA */
/*.portfolio-1-rgba { color: rgba(175, 90, 167, 1); }
.portfolio-2-rgba { color: rgba(223, 102, 141, 1); }
.portfolio-3-rgba { color: rgba(246, 97, 174, 1); }
.portfolio-4-rgba { color: rgba(253, 255, 175, 1); }
.portfolio-5-rgba { color: rgba(192, 226, 255, 1); }

*/



/*Color Group*/
/* Bluish colors
	Dark blue: #1F1F1F
	Pink: #D6C5A4
	Light Blue: #D6C5A4
	blueish: #054B46
	Gray: #FAF8F5
*/

body {font-family: "League Spartan", sans-serif;
}
h1, h2, h3, h3, h4, h5, h6 {font-family: "Diphylleia", serif;
}




/*center an image - img is an inline element*/
	img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: auto;
}




/*NAVbar LETTER SPACING*/

	.navbar-brand {
		letter-spacing: 2px;
}

	.navbar-nav .nav-link {
		letter-spacing: 2px;  
}
/*END of NAVBAR letterSPACING*/ 





/* Background color for navbar and dropdown menus */

	.navbar-custom, .navbar-custom .dropdown-menu {

		background-color: #FAF8F5;

}




/* Text color for navbar and dropdown menus */

/* TEXT SUMMER HATTON*/
	.navbar-custom .navbar-brand {   
		font-family: "WindSong", cursive;
    	font-weight: 500;
		font-size: 1.9rem;
		color: #1F1F1F;
		display: flex;
		align-items:stretch;
}



/* DROPDOWNTEXT NAV TEXT */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #1F1F1F;
    border-radius: 8px;
    padding: 6px 10px;
    transition: all .3s ease;
}

/*^END OF DROPDOWN NAV TEXT COLOR^*/



/* Background and text colors for current page link and links on hover and focus */

.navbar-custom .nav-item.active .nav-link,

.navbar-custom .nav-item:hover .nav-link,

.navbar-custom .nav-item:focus .nav-link,

.navbar-custom .dropdown-item:hover, 

.navbar-custom .dropdown-item:focus {

    background-color: #054B46;

    color: #FAF8F5;

}
/*END OF BACKGROUND COLOR for current page link and links on hover and focus^*/


/* Border and text colors for menu icon on small screens */

.navbar-toggler.custom-toggler{

    border-color: #D6C5A4;

    color: #1F1F1F;
	

}



/* Hamburger icon - use same rgb values as previous rule for stroke */

.custom-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  
	color:#fff;

}
/*END OF HAMBURGER ICON^*/


/*navbar-brand logo--ADD this code*/
.navbar-brand {
    background-size: 60px auto;
    background-position: left center;
    padding-left: 80px;
    background-image: url("../images/SUMMERLOGO_WEB.png");
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 1px;
}

/*END OF NAVBAR LOGO^*/

	

/*header banner section*/





#home_banner {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
	background-color: #1F1F1F;
	height: 530px;
}
/*rem values are relative to the root html element, 1rem=16px*/
#home_banner h1 {
    	font-size-adjust:auto;
		color: aliceblue;
		font-display: auto;
		font-kerning: 50;
}
#home_banner h3 {
		font-size:auto;
		color: #1F1F1F;
		font-display: auto;
		font-kerning: 50;
		
}

#home_banner h2{
		font-size:auto;
		color: aliceblue;
		font-display: auto;
		font-kerning: 50;
}
#home_banner h4{
		font-size: auto;
		color: white;
		font-display: auto;
		font-kerning: 50;
}


/*^END OF BANNER SECTION^*/



/*CAROUSELl*/
/* Bold inactive dots */
.carousel-indicators [data-bs-target] {
    background-color: #D6C5A4;  
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* Active dot */
.carousel-indicators .active {
    background-color: #054B46;   
    opacity: 1;
    transform: scale(1.2);
}
.carousel{
	padding-left: 0px;
	padding-right: 0px;
}

#home_banner .carousel-item img{
  height: 530px;      /* matches your #home_banner height */
  object-fit: cover;  /* fills without stretching */
}

/*^END OF CAROUSEL^*/


/* Homepage category icons */

.card-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.card-header {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*3 col main section*/


.main h5 {color: #1F1F1F;
	letter-spacing: 1px;
}

.main h2 {text-align:inherit;
	font-weight:700;
	letter-spacing: 2px;
}

.img-fluid {max-width:90%;
            height: auto; 
}
		
.card-title {
    color: #1F1F1F;   
	font-size: 1.6rem;
	background: #D6C5A4;
}
.card-text {
    font-size: 1.05rem;
    color: #1F1F1F;
	letter-spacing: 1px;
	
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.card {
    display: flex;
    flex-direction: column;
    border: 3px solid #D6C5A4;
}

.card-body {
    flex-grow: 1;
	
}
.card .btn-info:hover {
    background-color: #043833;
    border-color: #043833;
    color: #FAF8F5;
}

/*^END OF # COLUMN SECTION ^*/
/*ABOUT ME SECTION*/


.brand-strip{
  height: 14px;
  background: linear-gradient(90deg, #054B46, #D6C5A4);
}

.about-section{
  background: #FAF8F5;
  padding: 80px 0;
}

.about-title{
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #054B46;

  
}

.about-text {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .05rem;
	color: #1F1F1F;
	font-size: 1.1rem;
}

.about-photo{
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(5,22,41,0.15);
  box-shadow: 0 14px 30px rgba(2,12,38,0.10);
}


/*featurettes*/
.featurette {
	
	text-align: center;
	display: flex;
	background-color:#FAF8F5;
}
.featurette-divider{
	margin: 3em 0;
}
.featurette-heading{
	font-size: 2em;
	color: #054B46;
	padding-top: 60px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
}
.featurette-image{
	max-width: 100%;
	line-height: 600px;

}
.lead{ 
	color: #1F1F1F;
	
}

/* Divider */
hr{
  border: none;
  height: 1px;
  background: rgba(5,22,41,0.12);
  margin: 0;
}

/* RESUME PAGE */

.resume-page {
  background: #FAF8F5;
  padding: 35px;
  border-radius: 24px;
  border: 2px solid #FAF8F5;
}

.resume-hero {
  background: #ffffff;
  border: 2px solid #054B46;
  border-radius: 24px;
  padding: 35px;
  margin-bottom: 45px;
  box-shadow: 0 10px 25px rgba(175, 90, 167, 0.15);
}

.resume-name {
  color: #054B46;
  letter-spacing: 0.09em;
  font-family: "Diphylleia", serif;
  font-size: 3rem;
}

.resume-title {
  color: #054B46;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.resume-photo {
  width: 115px;
  height: 115px;
  object-fit: cover;
  border-radius: 18px;
  border: 3px solid #054B46;
  box-shadow: 0 8px 18px rgba(2, 12, 38, 0.18);
}

.resume-page h2 {
  color: #1F1F1F;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.resume-page h4 {
  color: #054B46;
  font-weight: 600;
}

.resume-page h5 {
  color: #1F1F1F;
  font-weight: 500;
}

.resume-page p,
.resume-page li,
.resume-page address {
  line-height: 1.6;
}

.resume-page hr {
  border: none;
  height: 2px;
  background-color: #FAF8F5;
  opacity: 1;
}

.resume-page .card {
  border: 2px solid #054B46;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(175, 90, 167, 0.13);
}

.resume-page .card-header {
  background-color: #054B46;
  color: #FAF8F5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resume-page .list-group-item {
  border-left: 5px solid #054B46;
  padding: 14px 18px;
}

.resume-page .badge.bg-primary {
  background-color: #054B46 !important;
  color: #FAF8F5;
}




/*START of Ui/UX PAGE*/

#portfolio_jumbo{
	background: #D6C5A4;
}
.card-img-top{
  width: 100%;
  height: 250px;     
  object-fit: cover;  
}
.earth-img{
  height: 250px;
  object-fit: contain;
  background: #fff; 
}
.about-text{
	color: #1F1F1F;
}
.psa-img{
	height: 250px;
  object-fit: contain;
  background: #fff;
}
.browse{
	color: #D6C5A4;
}


.btn-info {
    background-color: #054B46 !important;
    border-color: #054B46 !important;
    color: #FAF8F5 !important;
    transition: all 0.3s ease;
}

.btn-info:hover {
    background: linear-gradient(
        135deg,
        #CFEFDF 0%,
        #FAF8F5 100%
    ) !important;
    
    border-color: #BFE8D7 !important;
    
    color: #054B46 !important;
    
    transform: translateY(-2px);
}
/*PHOTOGRAPHY PAGE*/


.coast{
	height: 250px;
  object-fit: contain;
  background: #fff;
}
/* Photography page */

.photography-page h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.photography-page .small {
  letter-spacing: 2px;
  color: #777;
}

.photo-hero {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 500px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.photo-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.photo-card:hover img {
  transform: scale(1.05);
}

.photo-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  color: white;
  background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0));
}

.photo-info h3 {
  margin-bottom: 0.4rem;
}

.photo-info p {
  margin-bottom: 0;
}

.photo-number {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}


/*CASE STUDY*/



.project-img {
    max-width: 700px;
    width: 100%;
    border-radius: 20px;
}

/*case study page cap and stem*/

.prototype-img {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
}

/*case study page madam donut*/


.prototype-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}


/* CONTACT PAGE */

.contact-page {
  min-height: 70vh;
}

.contact-photo {
  background: url("../images/summermacro1.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 32px;
  min-height: 500px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.contact-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 3rem;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.contact-card .small {
  letter-spacing: 2px;
  color: #777;
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.contact-item i {
  font-size: 1.4rem;
  background: #D6C5A4;
  color: #054B46;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item h4 {
  margin-bottom: 0.25rem;
}

.contact-item p {
  margin-bottom: 0;
}
.contact-card a {
    color: #054B46;
    text-decoration: none;
}

.contact-card a:hover {
    color: #043833;
    text-decoration: underline;
}

/*SAGE*/
.sage-page h1 {
  font-size: 4rem;
  letter-spacing: 1px;
}

.sage-page h2 {
  margin-bottom: 1rem;
}

.sage-page .small {
  letter-spacing: 2px;
  color: #6b6b6b;
}

.sage-page img {
  object-fit: cover;
}

.sage-page .card {
  border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.sage-page .row {
  margin-bottom: 4rem;
}

/* Sage Brewing page image styling */

.sage-page .feature-img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  background-color: #f8f3ed;
  padding: 20px;
}

.sage-page .project-img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  background-color: #f8f3ed;
  padding: 16px;
  margin-bottom: 20px;
}

.sage-page .mockup-img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  background-color: #f8f3ed;
  padding: 16px;
  margin-bottom: 20px;
}

.sage-page .image-stack img:last-child {
  margin-bottom: 0;
}
/*FOOTER*/


/* ==============================
   FINAL DESIGNER PALETTE OVERRIDES
   Cream: #FAF8F5
   Charcoal: #1F1F1F
   Emerald: #054B46
   Soft Gold: #D6C5A4
   ============================== */

body {
  background-color: #FAF8F5;
  color: #1F1F1F;
}

a {
  color: #054B46;
}

a:hover {
  color: #043833;
}

/* Navbar */
.navbar-custom,
.navbar-custom .dropdown-menu {
  background-color: #FAF8F5;
}

.navbar-custom .navbar-brand {
  color: #1F1F1F;
}

.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
  color: #1F1F1F;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  background-color: #054B46;
  color: #FAF8F5;
}

.navbar-toggler.custom-toggler {
  border-color: #054B46;
  color: #1F1F1F;
}

/* Brand strip */
.brand-strip {
  height: 14px;
  background: linear-gradient(90deg, #054B46, #D6C5A4);
}

/* Banner / Jumbotron */
#home_banner {
  background-color: #1F1F1F;
}

#portfolio_jumbo {
  background: #D6C5A4;
}

#home_banner h1,
#home_banner h2,
#home_banner h3,
#home_banner h4 {
  color: #FAF8F5;
}

/* Carousel dots */
.carousel-indicators [data-bs-target] {
  background-color: #D6C5A4;
}

.carousel-indicators .active {
  background-color: #054B46;
}

/* Cards */
.card {
  display: flex;
  flex-direction: column;
  border: 2px solid #D6C5A4;
  background-color: #FFFFFF;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(31,31,31,0.08);
}

.card-title {
  color: #054B46;
  font-size: 1.6rem;
  background: transparent;
}

.card-text {
  color: #1F1F1F;
}

/* Buttons */
.btn-info,
.btn-primary {
  background-color: #054B46;
  border-color: #054B46;
  color: #FAF8F5;
}

.btn-info:hover,
.btn-primary:hover {
  background-color: #043833;
  border-color: #043833;
  color: #FAF8F5;
}

.btn-dark {
  background-color: #1F1F1F;
  border-color: #1F1F1F;
  color: #FAF8F5;
}

.btn-dark:hover {
  background-color: #054B46;
  border-color: #054B46;
  color: #FAF8F5;
}

/* About / Resume */
.about-section,
.featurette,
.resume-page {
  background: #FAF8F5;
}

.about-title,
.featurette-heading,
.resume-name,
.resume-title,
.resume-page h4,
.browse {
  color: #054B46;
}

.about-text,
.lead,
.resume-page h2,
.resume-page h5,
.resume-page p,
.resume-page li,
.resume-page address {
  color: #1F1F1F;
}

.resume-hero,
.resume-page .card {
  background: #FFFFFF;
  border: 2px solid #D6C5A4;
  box-shadow: 0 10px 24px rgba(31,31,31,0.08);
}

.resume-photo {
  border: 3px solid #054B46;
}

.resume-page hr {
  background-color: #D6C5A4;
}

.resume-page .card-header {
  background-color: #054B46;
  color: #FAF8F5;
}

.resume-page .list-group-item {
  border-left: 5px solid #054B46;
}

.resume-page .badge.bg-primary {
  background-color: #054B46 !important;
  color: #FAF8F5;
}

/* Image backgrounds */
.earth-img,
.psa-img,
.coast,
.sage-page .feature-img,
.sage-page .project-img,
.sage-page .mockup-img {
  background-color: #FAF8F5;
}

/* Contact */
.contact-card {
  background: #FFFFFF;
}

.contact-item i {
  background: #D6C5A4;
  color: #054B46;
}

/* Sage / Photo small labels */
.sage-page .small,
.photography-page .small,
.contact-card .small {
  color: #6b6b6b;
}

/* ALL PORTFOLIO BUTTONS */

.btn-info,
.btn-primary,
.btn-dark {
    background-color: #054B46 !important;
    border-color: #054B46 !important;
    color: #FAF8F5 !important;
    border-radius: 12px;
    padding: 10px 22px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 1px;
}

/* HOVER EFFECT */

.btn-info:hover,
.btn-primary:hover,
.btn-dark:hover {
    background: linear-gradient(
        135deg,
        #CFEFDF 0%,
        #FAF8F5 100%
    ) !important;

    border-color: #D6C5A4 !important;

    color: #054B46 !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(5, 75, 70, 0.15);
}


/* Footer */
footer {
  text-align: center;
  margin-top: 60px;
  line-height: 60px;
  background-color: #1F1F1F;
  color: #FAF8F5;
  padding: 10px 0;
}
