/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.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
   ========================================================================== */




body {
 background-image: url("backgrounds/1-Sophieharrisphoto-Atlanta-crop.jpg"); 
 background-position: center; /* Center the image */
 background-repeat: no-repeat; /* Do not repeat the image */
 /* background-attachment: fixed; */
 background-size: cover; /* Resize the background image to cover the entire container */
 background-color: grey;
 }

@media screen and (min-width: 800px) {
 body {
  background-image: url("backgrounds/1-Sophieharrisphoto-Atlanta-3000.jpg"); 
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-attachment: fixed;
  background-size: ; /* Resize the background image to cover the entire container */
  background-color: grey;
  } 
  
}

html, body {
  position:relative;
  overflow-x:hidden;
  font-family: sans-serif;
}

html {
  color: black; /* Multitudes Blue */
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

	a:link {
  color: #c5fa43; /* acid green */
  text-decoration: none;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;  }
a:visited { color: #c5fa43;  /* acid green */ }
a:hover { color: white; 
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s; }



#myVideo {
 width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
  }
  
  
  .content {
    position: relative:

    /* background: rgba(0, 0, 0, 0.5); */
    color: #f1f1f1;
    width: 100%;
  }




/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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, s and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
img {
    vertical-align: middle;
    max-width: 85%;
    text-align: center;
    margin: 15px 0 5px 0;
}


@media screen and (min-width: 900px) {
	audio,
canvas,
img {
    vertical-align: middle;
    max-width: 50%;
    text-align: center;
    margin: 100px 0;
}       
 }
 

@media screen and (min-height: 1000px),
screen and (min-width: 700px)  {
	audio,
canvas,
img{
    vertical-align: middle;
    max-width: 800px;
    text-align: center;
    margin: 0 0 0 0;
}       
 }


/*iframe {  max-width: 85%; } */

*/
 * Remove default fieldset styles.
 */

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

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

textarea {
  resize: vertical;
}

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

#video-wrapper { max-width: 800px; text-align: center; margin: 25px auto; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#seated-55fdf2c0 a:link { color: black; }
#seated-55fdf2c0 a:hover { color: #c5fa43; }

.dropdown {
     position: relative;
     display: inline-block;
   }
   
.dropdown-content {
       display: none;
       /* position: absolute; */
       /* background-color: #f9f9f9; */
       /* min-width: 160px; */
       /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */
       /* padding: 12px 16px; */
       z-index: 1;
      /*  margin: 0 auto; */
      text-align: center;
   }
   
   .dropdown:hover .dropdown-content {
     display: table-row;
   }
   
   
   .show {display: block;}
   
   

ul {
	list-style: none;
	margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px !important;
    font-size: 2rem !important;
}


#social {
text-align:center;
font-size:1.25rem;
}

.social-first-group {  }
@media screen and (min-width: 700px) {.social-first-group {  }
}

.svg-inline--fa a:link { color: black; text-decoration: none;   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;  }
.svg-inline--fa a:visited { color: black; }
.svg-inline--fa a:hover { color: white;   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s; }
.svg-inline--fa a:link { color: black; }


.cover-intro-text-title{
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}

/* Seated Tour Section July 2020 Addition to style the button */
.seated-follow-link, .seated-follow-link:visited {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  border: 2px solid black;
  background: #3e9af1 !important;
  border-radius: 3px;
  font-size: 12px;
  overflow: hidden;
  padding: 12px 3px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase !important; }
  

.buttons a {
      border: 1px solid rgba(0,0,0,.3);
      background-color: #c5fa43 !important;
  }

/* ==========================================================================
   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
 */

.sr-only {
  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 .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.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
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. 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;
  }

 
  thead {
    display: table-header-group;
  }

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }
}




#artwork-wrapper {
  text-align:center;
  margin: 50px auto 25px auto;
	}

@media only screen and (min-width: 600px) {
  #artwork-wrapper {
  text-align:center;
  margin: 25px auto 25px auto;
  }
}

#multitudes-title { margin-top: 5%; font-size: 3rem; text-align: center; }

@media only screen and (min-width: 600px) {
  #multitudes-title { margin-top:0; font-size: 4rem;}
}

@media only screen and (min-width: 978px) {
  #multitudes-title { font-size: 8rem;}
}


#preorder {
	text-align:center;
	font-size: 1.25rem;
	}
	
	#enter-site-text { margin-top: 25px; font-size: 0.9rem; text-align:center; }
	
@media only screen and (min-width: 600px) {
  

  
#preorder {
	text-align:center;
	font-size: 2rem;
	}
	
	#enter-site-text { margin-top: 25px; font-size: 1.25rem }
}	
	
#enter-site-text a { color: #4a4a4a;

	}	
#enter-site-text a:hover
	{ color: white;
	}		
	
	.artwork-container {
    overflow: hidden;
    position: relative;
    width:100%;
}


.seated-event-row:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.seated-event-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255,255,255,0.5) !important;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
}