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

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
    text-rendering: geometricPrecision;
    scroll-behavior: smooth;
}

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

body {
    font-family: Alliance-web, sans-serif;
    width:100%;
    background-color:#2B2F3F;
}

h1, h2, h3, h4 {
    font-family: Martin, sans-serif;
    text-transform: uppercase;
    margin:0;
}

h1 {
    font-size: 14em;
    line-height: .65em;
    letter-spacing: -.02em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.8em;
}

.FreeGreg-leadText {
    text-align: left;
    position: relative;
    left: -230px;
    top: -640px;
    width: 200px;
    height: 0;
}
.lead {
    padding:100px 20px 100px 20px;
}
.GregMingoIntro{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

span.charFix{
   font-family: Alliance-web, sans-serif !important; 
}

p {
    font-family: Alliance-web, sans-serif;
    font-size: .9em;
    letter-spacing: 0;
    line-height: 2em;
}

.centered {
     text-align: center;
}
.holder{
    max-width: 1000px;
      margin: auto;
    width:80%;
    padding: 100px 0 100px 0;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.greg-quote-box {
        padding: 20px 20px 80px 20px;
    max-width: 1500px;
    margin:auto;
    
}
.leadSub {
        text-align: left;
    padding: 20px 0 20px 20px;
    font-size: 1em;
    flex:1; min-width: 200px; max-width: 300px;
}
.quote {
        font-size: 1.5em;
    line-height: 150%;
}

.Greg-and-Ana {
    text-align: left; 
    display:flex;
}

        .Ana-Quote {
            flex:5;  margin:3em 0 0 2em;
        }

.quote-name {
    line-height: 18px;
}

.float-image{
    float: right;
    width: 150px;
    background: blue;
}

figcaption, .support-role {
    font-family: SFMono, monospace;
    font-size: .6em;
    letter-spacing: -0.25px;
    text-align: left;
}

a {
    color:#4358AD;
}

a:visited, a:active, a:hover {
    color:#4358AD;
}


header {
    display:flex;
    position: fixed;
    width:100%;
    top:0;
    padding:20px 60px 20px 20px ;
    color:white;
    z-index: 9999;
    
}

.black-text {color: black !important;}

.white-text {color: white !important;}

header .Logo {
    font-family: Martin;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -.01em;
    text-transform: uppercase;
    flex:1;
}

.lead-emphasis {
    font-size: 120%;
    font-style: oblique;
    font-weight: 800;
}

a.nav-link {
    color:white;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.MingoLogo{
position:absolute;
top:-30px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

header .Logo a{
    color:inherit;
  text-decoration: none;
}

.GregFamilyPhoto{
    display:flex; 
    flex-direction: column;
}

.GregMingoSpacer {
        flex:1;
    max-width:300px;
    }

.Big-Button {
    background-color: #F13737;
    border: none;
    border-radius: 46px;
    padding: 40px 110px 40px 110px;
    color: white;
    font-size: 2.9em;
    font-weight: 100;
    letter-spacing: -.03em;
    position: relative;
    top:0px;
        right:0px;

}

button {
    position: relative;
    top:0px;
        right:0px;
     -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

button:hover {
    top:2px;
        right:-2px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.GregFamilyPhotoHolder {
    max-width:600px;
}

header nav{
    flex:9;
    padding-right:30px;
    z-index: -1;
    
}

header nav button,button{
    background-color: #F13737;
    border: none;
    border-radius: 6px;
    padding: 10px 20px 10px 20px;
    color:white;
}

.newsletter {
    display:flex; justify-content: center;
    align-items: center;
}
.newsletter input {
    padding: 20px 200px 18px 25px;
    margin-right: 20px;
    border: none;
    border-radius:6px;
}

.newsletter button {
    padding: 20px 48px 20px 50px;
}

.letterOfSupport-Quote, .getInvolved-Blocks {
    padding:20px 0 20px 0;
}

#GetInvolved figcaption {
    padding-top:10px;
}


nav li{
    font-family:SFMono,monospace;
    list-style: none;
    display: inline;
    font-size: .6em;
    padding: 0 .6em 0 .6em;
    letter-spacing: -0.39px;
}

.sharableImages {
    display: flex;
    flex-flow: row wrap;
}

.sharableImages div{
    flex:1;
    width:33%;
    min-width:15em;
      padding: .5em;
}

.text-emphasis{
    font-size: 1.8em;
    line-height: 150%;

}

.greg-quote{
    font-weight: 200 !important;
    font-size:3.5em;
    line-height: 1.3em;
    text-align: left;
    margin-top:0
}
img{
    width:100%;
}



.blue {
    background-color: #2B2F3F;
    color:white;
}

.blue a{
    color:#6192FF;
}

.white {
    background-color: white;
}

.grey {
    background-color: #EDEDED;
}


footer {
    background-color: #0F1117;
    color:white;
}

footer h4{
    font-size: 4em;
    line-height: .7em;
    display:flex;
}

footer .holder{
    display:flex;
    flex-wrap: wrap;
}

.footer-block {
    min-width: 200px;
    margin-right: 20px;
    margin-top: 0px;
    
}
 .hamburgerButton {
        display:none;
        
    }
.hamburger{
  background:none;
  /position:absolute;
  /top:0;
  /right:0;
  line-height:45px;
  padding:0px 50px 0px 15px;
  color:#fff;
  border:0;
  font-size:2.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  /position:absolute;
  /top:0px;
  /right:0;
  padding:0px 50px 0px 15px;
  color:#fff;
  border:0;
  font-size:4.5em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.glyphicon-home{
  color:white; 
  font-size:3em; 
  margin-top:5px; 
  margin:0 auto;
}

.black-out {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: black;
    display:none;
    opacity: 0.5;
    z-index: 10;
    cursor:auto;
}

.GregFamilyPhoto-Flexbox {
    display:flex; flex-direction: column;
}

.leadTitle {
    text-align: center;
    padding-top: 100px;
}

.leadTitle h1{
    font-size: 5em;
}


#FromGreg p.quote {
    font-size: 2em;
    line-height: 150%;
    text-align: center;
    padding: 30px 0 30px 0;
}

#LettersNav a{
    padding: 0 20px 0 20px;
}

#letters .holder {
        max-width: 1000px;
    width: auto;
    margin: 0 20px 0 20px;
    padding: 100px 0 100px 0;
    margin: auto;
}

.letter {
    padding: 30px;
}

.letter img {
    max-width:20em;
    text-align: center;
    margin: auto;
}



            .holder {
  counter-reset: footnotes;
}

/**
 * Inline footnotes references
 * 1. Increment the counter at each new reference
 * 2. Reset link styles to make it appear like regular text
 */
a[aria-describedby="footnote-label"] {
  counter-increment: footnotes; /* 1 */
  text-decoration: none; /* 2 */
  color: inherit; /* 2 */
  cursor: default; /* 2 */
  outline: none; /* 2 */
}

/**
 * Actual numbered references
 * 1. Display the current state of the counter (e.g. `[1]`)
 * 2. Align text as superscript
 * 3. Make the number smaller (since it's superscript)
 * 4. Slightly offset the number from the text
 * 5. Reset link styles on the number to show it's usable
 */
a[aria-describedby="footnote-label"]::after {
  content: '[' counter(footnotes) ']'; /* 1 */
  vertical-align: super; /* 2 */
  font-size: 0.5em; /* 3 */
  margin-left: 2px; /* 4 */
  color: blue; /* 5 */
  text-decoration: underline; /* 5 */
  cursor: pointer; /* 5 */
}

/**
 * Resetting the default focused styles on the number
 */
a[aria-describedby="footnote-label"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}
        
  .holder ol :target {
  background: yellow;
}
            
  .holder ol{
    margin: 20px 0 0 0 ;
    padding: 0;
    font-size: 80%; 
            }
            
            .holder ol li {
                padding:10px 0 10px 0;
                font-family:SFMono, monospace;
            }



/* ==========================================================================
   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 (max-width: 1000px) {
    
    .FreeGreg-leadText {
    left: -100px;

}
}



@media only screen and (max-width: 800px) {
    .lead {
    padding: 60px 20px 100px 20px;
}
    .FreeGreg-leadText {
  text-align: left;
    position: relative;
    left: -21px;
    top: -275px;
    width: 200px;
    height: 7em;
    }
    
    .GregFamilyPhoto{
    display:flex; 
    flex-direction: column-reverse;
}
    
    .GregFamilyPhotoHolder {
        margin:auto;
    }
    
    .GregMingoSpacer {
        flex:none;
    }
    
    .Greg-and-Ana {
    text-align: center; 
    display:block;
}
            .Ana-Quote {
            flex:5;  margin:0em 0 0 0em;
        }
    .Big-Button {
        font-size: 1.9em;
        
    padding: 20px 40px 20px 40px;

    }
    
    .leadSub {
    text-align: center;
    padding: 50px 20px;
    font-size: 1em;
    flex: none;
    max-width: 600px;
    width: 100%;
}
    .hamburgerButton {
        display:block;
        
    }
   header nav {
        height:100%;
        background-color:#0F1117;
        position:fixed;
        top:0;
        right:-300px;
        text-align: center;
       font-size: 2em;
         display: flex;
  flex-direction: column;
  justify-content: space-around;
       padding-right:0;
       width: 300px;
       color: white !important;
       padding-top: 20px;
           z-index: 999999999; 
    }
    
   header nav li {
        display: block;
    }
    
    .GregFamilyPhoto-Flexbox {
    display:flex; flex-direction: column-reverse;
}
    
    .newsletter {
            display: block;
    }
    
    header nav button, button {
    padding: 20px 20px 20px 20px;
    width: 100%;
}
    
    .newsletter input {
    padding: 20px 2% 19px 5%;
    margin-bottom: 20px;
    border: none;
    width: 93%;
}
}

@media only screen and (max-width: 500px) {
   h1{
        font-size: 12em;
} 
    
    .greg-quote{
    font-size:2.5em;

}
}

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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

