@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 1000px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	color: #050505;
	background-repeat: no-repeat;
}

.title {
}
.title-gallery {
	color: #3F0708;
	font-size: xx-large;
	font-weight: bolder;
}


/* Header */
header {
	text-align: center;
	display: block;
	padding-top: 0px;
}
header .profileLogo .logoPlaceholder {
    background-color: rgba(252,251,251,0.00);
    text-align: center;
    top: 0px;
    width: auto;
}
/* Optional: cap the header width and center the layout */
.site-header {
  max-width: 1000px;      /* banner’s natural pixel width */
  margin: 0 auto;
}
/* Make the image responsive and preserve aspect ratio */

/* Make the banner image responsive everywhere */
#bannerImg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px; /* keeps it from upscaling beyond native if you resized to 1000px */
  margin: 0 auto;    /* centers if the container is wider than the image */
}

header .logoPlaceholder span {
	width: auto;    /* was 440px; */
	height: auto;   /* was 20px; */
	display: block;       /* ensures it expands with the image */
  	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: rgba(248,36,39,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: normal;  /* was 53px; */
	padding-top: 0px;
}
header .profilePhoto {
	background-color: rgba(255,255,255,0.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(81,81,81,1);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: sans-serif;
	color: rgba(101,101,101,1);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	font-family: sans-serif;
	color: rgba(97,97,97,1);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
header .socialNetworkNavBar {
	text-align: center;
	display: inline-block;
	float: left;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
	float: left;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(67,67,67,1);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(76,76,76,1);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(62,62,62,1);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	text-align: center;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
	padding-top: 0px;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
.col {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}
.responsive-image {
	width: 100%;
	height: auto;
	display: block;
}

.col-lg {
	width: 31.3%;
}
.float-left {
	float: left;
}



footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
.image-grid {
	margin-top: 100px;
	margin-bottom: 40px;
}
.image-grid:after {
	/* [disabled]clear: both; */
	display: block;
	content: "";
}
.site-header {
}





/* Media query for Mobile devices*/
@media only screen and (min-width:285px) and (max-width:480px){
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	margin-top: 30px;
	top: 30px;
}
.site-header {
    max-width: 100%;
    padding: 0 12px;      /* optional smaller padding on tiny screens */
  }
  #bannerImg {
    width: 100%;
    height: auto;
  }
.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E9E7E7;
	overflow: hidden;
	/* [disabled]float: none; */
}
.navlistitem {
	text-align: center;
	border-width: thin;
	border-spacing: 2px 2px;
}
.navlistitem a {
	text-decoration: none;
	display: block;
	padding: 5px 6px 2px;
	color: #6E6E6E;
}
.navlistitem a:hover {
	color: #000000;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
.mainContent .profileHeader .calandar {
	/* [disabled]display: none; */
}

header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
.rounded-circle {
	border: thick solid #5C5C5C;
	border-radius: 50%;
	border-collapse: separate;
}
.col-xs {
	width: 98%;
	padding: 1%;
}




}

/* Media Query for Tablets */
@media only screen and (min-width:481px) and (max-width:1024px){
/* Header */
header {
	width: 100%;
	float: none;
	text-align: left;
}
 .site-header {
    max-width: 100%;      /* allow container to shrink */
    padding: 0 16px;      /* optional side padding */
  }
  #bannerImg {
    width: 100%;          /* take full available width */
    height: auto;         /* keep the 1000:349 ratio */
  }
header .profileLogo .logoPlaceholder {
    font-family: 'Montserrat', sans-serif;
    float: none;
    width: auto;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	float:left;
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
.navigation {
	list-style: none inside;
	vertical-align: top;
	clear: left;
	text-align: left;
}
.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E9E7E7;
	overflow: hidden;
	float: left;
}
.navlistitem {
	float: left;
	border-width: thin;
	border-spacing: 2px 2px;
}
.navlistitem a {
	text-decoration: none;
	display: block;
	padding: 5px 6px 2px;
	color: #6E6E6E;
}
.navlistitem a:hover {
	color: #000000;
}
.mainContent {
	/* [disabled]list-style-position: outside; */
	background-repeat: no-repeat;
	text-align: left;
}
.rounded-circle {
	border-radius: 50%;
	border: thick solid #5C5C5C;
	border-collapse: separate;
}
.col-md {
	width: 48%;
	margin: 1%;
}



}
/* Desktops and laptops  */
@media only screen and (min-width:1025px){
/* Header */
header .profileLogo .logoPlaceholder {
    margin-bottom: 50px;
    top: 30px;
    margin-top: 30px;
    padding-top: 40px;
    width: auto;
}
header .profilePhoto {
	margin-right: 3%;
	top: auto;
	clear: both;
	float: left;
	background-image: url(../images/vcocCog60.png);
}
.mainContent .profilePhoto {
	padding-top: 0px;
	background-image: url(../images/vcocCog60.png);
	background-repeat: no-repeat;
	/* [disabled]background-origin: padding-box; */
}
 .site-header {
    max-width: 1000px;    /* keeps the image at native size */
  }
  #bannerImg {
    width: 100%;
    max-width: 1000px;
  }
header .profileHeader {
	text-align: left;
}
header .socialNetworkNavBar .socialNetworkNav {
	float:left;
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent {
	background-repeat: no-repeat;
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.rounded-circle {
	border-radius: 50%;
	border: thick solid #5C5C5C;
}
.timeline-panel .timeline-body .text-muted {
	font: medium Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.timeline-image {
	margin: 30px;
	display: block;
	float: right;
}
.timeline .timeline-inverted .timeline-panel {
	margin-top: 100px;
	margin-bottom: 100px;
}


.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
#navbar {
	font: italic bolder 18px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #FCB040;
	padding-right: 4px;
	padding-left: 4px;
	height: 20px;
	width: 900px;
	background-color: #828282;
	/* [disabled]border: thin solid #848484; */
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px #636363;
	box-shadow: 0px 0px #636363;
	text-decoration: none;
	text-align: center;
	display: block;
	/* [disabled]margin-top: 15px; */
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E9E7E7;
	overflow: hidden;
	float: left;
}
.navlistitem {
	float: left;
	border-width: thin;
	border-spacing: 2px 2px;
}
.navlistitem a {
	text-decoration: none;
	display: block;
	padding: 5px 6px 2px;
	color: #6E6E6E;
}
.navlistitem a:hover {
	color: #000000;
}
.col- {
}
.button {
	margin-left: 20%;
	margin-right: 50%;

}

/* 1) Header layout: flex + wrap + allow children to shrink */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;       /* <- allows the right/cart to move to next line instead of overflowing */
}

/* 2) Treat left group as a flex row that can wrap content */
header > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;       /* logo, title, nav can wrap as width shrinks */
  min-width: 0;          /* <- critical: lets this column actually shrink in a flex row */
}

/* 3) Make the logo responsive (remove fixed width/height or override them) */
#logo img {
  max-width: 100%;
  height: auto;
  width: 240px;          /* reasonable default on desktop; adjust as you like */
}
/* If the HTML hard-codes width/height attributes, this forces them to be ignored */
#logo img[width], #logo img[height] {
  width: 240px !important;
  height: auto !important;
}

/* 4) Nav wraps instead of pushing the cart off-screen */
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;          /* helps prevent overflow */
}

/* 5) Cart button area stays visible and doesn’t shrink below its intrinsic size */
header > div:last-child {
  flex-shrink: 0;        /* cart area won’t collapse out of view */
}

/* Optional: slightly scale cart button down on very small screens for nicer fit */
@media (max-width: 480px) {
  header {
    padding: 0.75rem 0.75rem;
  }
  #logo img {
    width: 180px !important; /* a bit smaller on phones */
  }
  /* PayPal button containers can sometimes be wide; let them wrap and align right */
  header > div:last-child {
    width: auto;
  }
}

/* Optional: below ~600px stack header content for clarity */
@media (max-width: 600px) {
  header {
    row-gap: 0.5rem;
  }
  /* Stack left group full width; keep cart on the right end of its row */
  header > div:first-child {
    flex: 1 1 100%;
  }
  header > div:last-child {
    margin-left: auto;   /* right-aligns cart when it goes to a new line */
  }
}
/* RESET: Stop making the entire header a flex row */
header {
  display: block !important;     /* critical: ensures h1 is not next to cart */
  padding: 1rem;                 /* keep your spacing */
  max-width: 1100px;
  margin: 0 auto;
}

/* Top bar row: logo + nav + cart */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;               /* allows wrapping on small screens */
}

/* Keep these regions shrinkable/wrappable */
#logo, .primary-nav, .cart-wrap {
  min-width: 0;
}

/* Make the logo a sensible, responsive size */
#logo img {
  display: block;
  height: auto;
  max-height: 64px;              /* adjust to taste */
  width: auto;
  line-height: 1;
}
/* If width/height attributes exist in HTML, override them */
#logo img[width], #logo img[height] {
  width: auto !important;
  height: auto !important;
  max-height: 64px !important;
}

/* Nav wraps when needed */
.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
  align-items: center;
}

/* Cart area should not collapse */
.cart-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Title ALWAYS below top row */
.page-title {
    display: block;                /* ensures it’s a block line */
    width: 100%;                   /* guarantees it occupies its own row */
    margin: 0.5rem 0 0;
    font-size: clamp(1.5rem, 2.5vw + 1rem, 2.25rem);
    line-height: 1.2;
    left: 0px;
    text-align: left;
}

/* Phones */
@media (max-width: 600px) {
  header { padding: 0.75rem; }
  .header-top { row-gap: 0.5rem; }
  #logo img { max-height: 52px; }
}

/* Very narrow phones: allow nav to take a row so cart can sit right */
@media (max-width: 420px) {
  .primary-nav {
    flex: 1 1 100%;
  }
  .cart-wrap {
    margin-left: auto;           /* keep cart to the right if it wraps */
  }
}

/* Larger desktops: you can give the logo a bit more presence */
@media (min-width: 1025px) {
  #logo img { max-height: 72px; }
}
