/*! 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;
  }
  
  /*
   * 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 {
      background: url(../images/bg1_alphabet1.gif) no-repeat center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding-top: 0;
  }

  /*This is targeting the alignment on the top logo banner*/
  img {
    display: block;
    margin:auto;
    margin-top: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /*THIS IS TARGETING THE NAV-BAR*/
  .nav-link {
    font-size: medium;
    font-weight: 400;
    color: #81007f !important;
  }

  .nav-link:hover {
    color: #81007f !important; 
    font-weight: bold;
 }


  .bg-dark-transp {
      background-color: rgba(52, 58, 64, 0.75);
  }
  
  .page-content {
      padding: 40px 15px;
  }
  
  /*CSS for the text on h1 */
  .welcome h4 {
      text-align: center;
      /*padding-left: 15px;
      padding-right: 15px;*/
      /*font-weight: bold;*/
      color: #040115;
      /*color:  rgb(236, 88, 233);*/
      /*font-weight: 200;*/
  }
  
  /*CSS for the text on h5*/
  .welcome h5 {
    text-align: center;
    color: #040115;
  }
  
  /*targeting h4 mission*/
  .mission h4 {
    text-align: center;
  }

  /*targeting philosphy*/
  .philosophy h4 {
    text-align: center;
    color:#040115
  }
 
  /*targeting list items
  list.li { 
    display: inline;
  }*/

  /*THIS IS TO TARGET PADDING FOR THE PARAGRAPHS SO THEY CENTER BETTER WHEN THE PAGE IS VIEWD ON A PHONE OR SMALLER DEVICE*/
  p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-title {
      color: #333;
      text-align: center;
  }
  
  .card-text {
      color: #333;
      text-align: center;
      line-height: 1.2em;
      margin-bottom: 1.5em;
  }
  
  .card {
      background-color: rgba(255, 255, 255, 0.65);
      border: 3px solid rgba(0, 0, 0, 0.125);
  }
  
  .btn-purple {
      background-color: rgb(128, 0, 128);
      border: 1px solid rgb(128, 0, 128);
  }
  
  .btn-purple:hover {
      background-color: rgb(150, 5, 150);
      border: 1px solid rgb(150, 5, 150);
  }
  
  .foot {
      background-color: #232323;
      background-color: rgba(35, 35, 35, 0.7);
      color: #fff;
      font-size: 85%;
  }
  
  .widget {
      margin-top: 1.5em;
      border-right: 1px solid rgb(11, 11, 11);
  }
  
  .widget:last-child {
      border-right: 0;
  }
  
  .widget p {
      color: rgb(170, 170, 170);
      line-height: 1.5em;
  }
  
  .foot-form {
      box-sizing: border-box;
      padding: 1em;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 0.5em;
      border: 1px solid #191919;
  }
  
  .left-wig p {
      text-align: left;
  }
  
  .left-wig a {
      text-decoration: none;
  }
  
  .left-wig a:hover{
      font-size: 50px;
  }
  
  .sponsor-wig p{
     text-align: left; 
  }
  
  .sponsor-wig a {
      text-decoration: none;
      color: rgb(170, 170, 170);
  }
  
  .sponsor-wig a:hover {
      font-weight: bold;
  }
  
  .form-group {
      padding: 0.8em;
      align-content: center;
      
  }
 /* TO STYLE GOOGLE MAPS 
  .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;

}*/

  .credits {
      background: #1c1c1c;
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      padding: 1em 0;
      color: #aaa;
      line-height: 1.5em;
      font-size: x-small;
  }
  
  .social {
      text-align: right;
  }
  
  .social a {
      text-decoration: none;
  }
  
  .fa {
      font-size: 1.5em;
      margin-left: 0.5em;
  }
  
  a .fa {
      color: rgba(0, 107, 255, 0.32);
  }
  
  .fa:hover {
      color:  rgba(255, 255, 255, 0.5);
  }
  
  .registration {
      padding-top: 25px;
      background-color: #fff;
  }
  
  .spacing {
      margin-top: .2rem;
      margin-bottom: 10px;
  }
  
  .top-info {
      margin-left: 4px; 
      margin-top: 10px;
      padding: 1rem !important;
      background-color: rgba(0, 0, 0, 0.3);
  }
  
  .top-info h1 {
      color: #fff !important;
      color: rgba(255, 255, 255, 0.6) !important;
  }
  
  .top-info, .regis-info h3 {
      color: #fff !important;
      color: rgb(255, 255, 255) !important;
      text-align: center;
      font-weight: 500;
      padding: 1rem;
  }
  
  .top-info h5 {
      color: #fff !important;
      color: rgb(255, 255, 255) !important;
      font-weight: 500;
  
      
  }
  
  .top-info p {
      text-align: left;
      line-height: 1.5em;
      font-weight: 400;
  }
  
  .top-info hr {
      padding: 10px;
  }
  
  .form-check.adjust {
      margin: 20px !important;
      padding: 1rem !important;
  }
  
  .printing {
      margin-top: 25px !important;
  }
  
 
  /*==========================================
        Styles for new form
  ==========================================*/
  
  .regis-info {
      border-radius: 5px;
      margin-left: 4px;
      margin-top: 20px;
      padding: 1rem !important;
      background-color: rgba(0, 0, 0, 0.3);
  }
  
  .regis-info ol li {
      color: #fff;
      font-size: 15px;
      line-height: 1.5rem;
  }
  
  .regis-info p {
      font-size: 1.3em;
      text-align: left;
  }
  
  .my-form {
    
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    margin-left: 4px;
    padding: 1rem !important;
    margin-top: 20px;
  }
  
  .my-form img{
      max-width: 250px;
      display: block; 
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
  }
  
  .my-form h6 {
      text-align: center;
      font-weight: bold;
      font-size: 15px;
      line-height: 2em;
      padding: 10px;
  }
  
  .my-form h5 {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      color: rgba(32, 32, 32, 0.7);
      line-height: 2em;
      padding: 10px;
  }
  
  .my-form  p {
    color: rgb(0, 0, 0);
    text-align: left !important;
    font-size: 10px important;
    font-weight: 400;
    line-height: 1em;
  
  }
  
  .my-form a {
      text-decoration: none;
      background-color: #0d6efd;
      color: rgb(255, 255, 255);
      padding: 10px 40px;
      margin-top: 20px;
      border-radius: 3px;
  }
  
  .form-space {
      margin-top: 15px;
      font-size: 12px;
      font-weight: bold;
  
  }
  
  
  
  .form-space-head h6 {
      text-align: center;
      font-weight: bold;
      font-size: 15px;
  
  }
  
  .form-space-top-head h6 {
      text-align: center;
      font-weight: bold;
      font-size: 15px;
      margin-top: 10px;
  }
  
  .form-label {
      font-size: 12px !important;
      line-height: 1.5em;
      font-weight: bold;
      margin-left: 4px;
  
  }
  
  .form-label > .centers {
      text-align: center !important;
  }
  
  .form-container {
      margin-top: 100px;
  }
  
  .welcome.confirm p {
      color: rgb(0, 0, 0) !important;
  }
  
  .overview {
      background-color: rgba(255, 255, 255, 0);
  }
  
  .listings {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
      margin-left: 4px;
      padding: 1rem !important;
      margin-top: 20px;
      border: 1px solid black;
  }
  
  .listings h3 {
      font-size: 20px !important;
      text-align: center !important;
      font-weight: 600 !important;
  }
  
  .listings h4{
      font-size: 20px !important;
      font-weight: 500 !important;
      text-align: left;
  }
  
  .listings img{
      max-width: 250px;
      display: block; 
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
  }
  
  .logout {
      margin-top: 20px !important;
      margin-bottom: 10px;
  }
  
  .logout a {
      margin-top: 10px;
      padding: 12px;
      background-color: rgba(255, 255, 255, 0.75);
      text-decoration: none;
      color: #000;
      font-weight: 600;
      border-radius: 2px;
  }
  
  .logout a:hover {
      margin-top: 10px;
      padding: 12px;
      background-color: rgba(255, 255, 255, 0.55);
      text-decoration: none;
      color: #000;
      font-weight: 600;
      border-radius: 2px;
  }
  
  .reg-info {
      color: red;
  }
  
  .reg-info h2 {
      text-align: center !important;
      color: blue;
  }
  
  
 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* ==========================================================================
     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;
    }
  
    /*
     * 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;
    }
  }
  
  