/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*  Added By Me VV */
.montserrat-alternates-thin {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.montserrat-alternates-extralight {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-alternates-light {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-alternates-regular {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-alternates-black {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.monda {
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Media query for smaller screens */
@media (max-width: 700px) {

  .navbar-main a {
      margin-left: 0px; /* Adjust left margin */
      margin-right: 0px; /* Adjust right margin */
      font-size: x-small;
  }
  .pdf {
    width: 90%; /* Increase width on smaller screens */
    height: 400px; /* Adjust height as needed */
  }

  .video-gallery iframe{
    transform: scale(.65);
  }
  .gallery-printing img{
    transform: scale(.7), translate(100px);
  }
  .vimeo iframe{
  transform: scale(0.5);
  }
  .vimeo-desc{
    width: 300px;
  }
  .section-info{
    z-index: 1000;
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  .item-desc{
    width: 325px;
  }
}

/* Formatting 
White #e6e7e8
Purple #262262
Teal	#00a79d || #80A0A8 L || #0E2833 D
*/
p{
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body{
  background-color: #e6e7e8;
}
.title-block{
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
}
.title-block h1{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 0px;
  color: #0E2833;
}
.title-block h2{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0E2833;
}
.title-block hr{
  margin-top: 0px;
  margin-bottom: 0px;
  height: 2px;
  background-color: #0E2833;
}
.navbar-main{
  text-align: center;
  margin-top: 15px;
}
.navbar-main a{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 2px;
  margin-left: 50px;
  margin-right: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  color: #0E2833;
}
.navbar-main a:hover{
  font-weight: 600;
  color: #80A0A8;
}
.navbar-main a.active{
  color: #80A0A8;
  font-weight: 600;
}
.navbar-main hr{
  width: 50%;
  margin: auto;
  padding-top: 0px;
  margin-top: 15px
}
.page-header{
  z-index: 1000;
  background-color: #e6e7e8;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}
.video-block{
text-align: center;
}
.hero-video{
  padding-top: 20px;
  width: 80%;
  height: auto;
  object-fit: cover;
}
.breakdown-box{
  padding-top: 20px;
  text-align: center;
}
.breakdown-download{
  text-align: center;
  opacity: .5;
  transition: .3s ease;
}
.breakdown-download:hover{
  opacity: 1;
}
.pdf-block
{
  padding-top: 20px;
  text-align: center;
}
.pdf{
  width: 60%;
  height: 700px;
  max-width: 100%;
}
.about-block{
  display: block;
  text-align: center;
  margin: auto;
  width: 80%;
  padding: 10px;
  background-color:#80A0A8;
  border-radius: 10px;
  align-items: center;
}
.about-block h1{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #0E2833;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 5px;
}
.about-block h2{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0E2833;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
.about-block hr{
  width: 50%;
  margin: auto;
  padding-bottom: 20px;
border-color: #0E2833;
  height: 2px;
}
.about-block img{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
  margin-left: 5px;
}
.section-title{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #0E2833;
  text-align: center;
}
.section-info{
  background-color: #e6e7e8;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: small;
  width: 90%;
}
.section-info p, a{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0E2833;
}
.section-info a{
  color: #80A0A8;
  text-decoration: none;
  transition: 0.3s ease;
}
.section-info a:hover{
  color: #0E2833;
  text-decoration: underline;
}
.email-block{
  width: 50%;
  height: fit-content;
  margin: auto;
  background-color: #80A0A8;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.email-block form {
  display: flex;
  flex-direction: column;
}
.email-block input, .email-block textarea {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background-color: #e6e7e8;
}
.email-block textarea {
  resize: vertical; /* Allow vertical resize */
  min-height: 150px; /* Set a minimum height */
}
.email-block button {
  align-self: center;
  padding: 10px 20px;
  background-color: #e6e7e8;
  border: none;
  border-radius: 4px;
  color: #0E2833;
  font-size: 16px;
  cursor: pointer;
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.3s;
}
.email-block button:hover {
  background-color: #0E2833;
  color: #e6e7e8;
}
.social-block{
  height: 55px;
  width: 80%;
  margin: auto;
  padding-top: 20px;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.social-img{
  width: 50px;
  height: auto;
  padding: 0px 30px 0px 30px;
  opacity: 70%;
  transition: 0.3s ease;
}
.social-img:hover{
  opacity: 100%;
  transform: scale(1.1);
  padding: 0px 45px 0px 45px;
}
.branding-block{
  text-align: center;
}
.branding{
  width: 100px;
  height: auto;
}
.image-gallery{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px,1fr));
  gap: 10px;
  width: 90%;
  text-align: center;
  overflow: hidden;
  /* width: 90%;
  margin: auto;
  text-align: center; */
}
.gallery img{
  height: 300px;
  width: 450px;
  object-fit: cover;
  transition: 0.3s ease;
}
.gallery img:hover{
  transform: scale(1.025);
}

.video-gallery{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  /*width: 100%;
  margin: auto;*/
}
.gallery-video{
  max-width: 640px;
  margin: auto;
}
.vimeo-desc{
  display: block;
  margin: auto;
}
.gallery-video h2{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}
.gallery-video p{
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 0px;
  padding-bottom: 25px;
  margin: 0px;
  text-indent: 20px;
}

.gallery-printing{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  width: 90%;
  margin: auto;
  overflow: hidden
  /*width: 90%;
  margin: auto;
  text-align: center;*/
}
.gallery-printing img{
  height: 450px;
  width: 450px;
  object-fit: cover;
  padding: 5px;
}
.printing-item h1, p{
color:#0E2833;
margin: 0px;
padding-left: 15px;
}
.printing-item{
  transition: .3s ease;
}
.printing-item:hover{
  transform: scale(1.025);
}
.printing-item h1{
  margin-top: 10px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.printing-item p{
  margin-bottom: 0px;
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.item-desc{
  margin: auto;
}