/*! HTML5 Boilerplate v9.0.0-RC1 | 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
   ========================================================================== */

/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 400 to 800

.syne-header {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

body {
    font-family: Syne, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #333;
}

h1 {
    font-family: Syne, Arial, Helvetica, sans-serif;
    font-size: 5em;
    line-height: 0.9em;
    margin-bottom: 10px;
}

p {
  font-family: Syne, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  padding-bottom: 1em;
}

.button {
  font-family: Syne, Arial, Helvetica, sans-serif !important;
}

.button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

/* Navigation bar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
}

.nav-logo {
  height:60px;
  margin-right: 0.5em;
}


.navbar a {
  font-family: Syne, Arial, Helvetica, sans-serif;
  text-decoration: none;

}
.navbar .logo {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
}

.navbar .social a {
    color: black;
    text-decoration: none;
    margin-left: 15px;
    font-size: 1.2em;
}

/* Page wrap */

.page {

  display: block;
  justify-content: center;
  margin-left: 1em;
  margin-right: 0;
}

/* Header section */

.header {
    text-align: left;
    margin-top: 3em;
    width: 100%;

}

.button-container {
  display: flex;
  width: 100%;
  gap: 1em;
}

.form-section label {
    margin-bottom: 10px;
    font-weight: bold;
}

.form-section input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1em;
}

.input-box input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1em;
}


#mc_embed_signup .foot {   
   display: flex !important;
   cursor: pointer !important;
}


#mc_embed_signup .mc-field-group input {
    all: unset !important;
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    font-size: 1em !important;
}

#mc_embed_signup div.response {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold !important;
    float: left  !important;
    top: 0 !important;
    z-index: 1 !important;
    width: 80% !important;
}

#mc_embed_signup #mce-success-response {
    all: unset !important;
    color: #529214 !important;
    
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 !important;
    overflow: hidden;
    width: 90%;
    margin: 0 0 1em 0 !important;
    clear: both;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0 !important; 
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-border-radius: 3px;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 !important;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}
.form-section button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    margin-bottom: 1em;
}



#mc_embed_signup .button {
    all: unset !important;
    font-family: Syne, Arial, Helvetica, sans-serif !important;
    display: block !important;;
    width: 100% !important;;
    padding: 15px !important;;
    background-color: #333 !important;;
    color: #fff !important;;
    border: none !important;;
    border-radius: 5px !important;;
    font-size: 1.2em !important;;
    cursor: pointer !important;;
    margin-bottom: 1em !important;
    text-align: center !important;
}

#mc_embed_signup .indicates-required {
    all: unset !important;
}

.radio {
    display: flex;
    justify-content: left;
    gap: 1.5rem; /* Space between options */
    flex-wrap: wrap; /* Ensures proper layout on smaller screens */
}

.radio div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Style the radio button */
.radio input[type="radio"] {
    appearance: none;
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    border-radius: 10%;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
}

.radio input[type="radio"]:checked {
    border-color: #333;
    background-color: #333;
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.3);
}

.radio input[type="radio"]:hover {
    border-color: #888;
    background-color: #f4f4f4;
}

/* Label styling */
.radio label {
    font-size: 1rem;
    cursor: pointer;
    color: #333;
    user-select: none;
    margin-left: 0.5rem;
}

.form-group {
display: flex;
gap: 1em;
justify-content: space-between;

}




/* MOBILE // Artwork area */


  canvas {
    width: 27.1%;
    margin-top: 19.5%;
    margin-left: 8.6%;
    padding-top: 0;
    transform: skewX(4.4deg) skewY(-4.7deg);

    

  }


.artwork-container {
    display: block;
    position: relative;
    margin-top:50px;
    width: 100%;
    transform: translateX(1em);
   
    
}

.poster {
  width: 100% ;


}

.art-output {
   position: absolute;
   width: 100%;
   height: 100%;
    padding-top: 0;
    padding-left: 0;
    top: 0;
   

}

.page {

  display: block;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}

.header {
  width: 100%;
 
}




/* ==========================================================================
   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: 900px) {


 .page {
    display: flex;
    margin-left: 2.5em;
    margin-right: 0em;
    gap: 2em;
  }
   .header {
    text-align: left;
    margin-top: 0em;
    margin-left: 1em;
    max-width: 600px;

}

  canvas {
    width: 27.1%;
    margin-top: 19.5%;
    margin-left: 8.6%;
    padding-top: 0;
    transform: skewX(4.4deg) skewY(-4.7deg);
  }


.artwork-container {
    display: block;
    position: relative;
    margin-left: 100px;
    margin-top:50px;
    width: 100%;
    transform: none;
    overflow: hidden;
    
}

.poster {
  width: 100% ;


}

.art-output {
   position: absolute;
   width: 100%;
   height: 100%;
    padding-top: 0;
    padding-left: 0;
    top: 0;
   

}

.clearfoot {
  display: block;


}

@media only screen and (min-width: 600px) {

 .page {
    margin-left: 10em;
    margin-right: 0;
    
  }


}



@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;
  }
}

