/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

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

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,400i,500,700,900');

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   /* Sponsors*/
   #sponsors_flex_1_fix{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_1_fix img{
       margin: 60px 50px 0px 50px;
     }

   #sponsors_flex_2{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_2 img{
       margin: 60px 50px 60px 50px;
     }

   #sponsors_flex_3{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_3 img{
       margin: 0 50px 60px 50px;
     }

#tech_council{
  width: 374px;
  height: auto;
}
#samsung{
  width: 316px;
  height: auto;
}
#deloitte{
  width: 315px;
  height: auto;
}
#harrisburg{
  width: 318px;
  height: auto;

}
#roasted{
  width: 131px;
  height: auto;
}
#phoenix{
  width: 257px;
  height: auto;
}
#pwc{
  width: 170px;
  height: auto;
}

/* sponsors modal */
   /* The Modal (background) */
   .sponsors_modal {
     display: none; /* Hidden by default */
     position: fixed;/* Stay in place */
     z-index: 1;
     padding-top: 100px;
     left: 0;
     top: -40px;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
   }

   /* Modal Content */
   .sponsors_modal_content{
     background-color: #2C4F63;
     margin: auto;
     padding: 40px;
     width: 80%;
     color: #fff;
   }

     .sponsors_modal_content img{
       margin-top: 50px;
     }

     .sponsors_modal_content h1{
       font-family: Roboto;
       font-style: normal;
       font-size: 64px;
       font-weight: 600;
       line-height: 0px;
       margin: 100px 0 0 0;
     }

     .sponsors_modal_content h2{
       font-family: Roboto;
       font-style: normal;
       font-size: 36px;
       font-weight: 400;
       line-height: 2;
     }

     .sponsors_modal_content h3{
       font-family: Roboto;
       font-style: 300;
       font-size: 36px;
       font-weight: 100;
       line-height: 0;
     }

     .sponsors_modal_content p{
       font-family: Roboto;
       font-style: normal;
       font-size: 18px;
       font-weight: 400;
     }

     .sponsors_modal_content button{
       width: auto;
       height: 62px;
       background-color: #e83d4d;
       border: none;
       border-radius: 25px;
       font-size: 29px;
       font-weight: 400;
       color: #ffffff;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 60px auto 60px auto;
       padding: 0px 40px 0px 40px;
       text-decoration: none !important;
     }

     .sponsors_modal_content button:hover{
       background-color: #ffffff;
       color: #e83d4d;
       text-decoration: none !important;

     }

     .sponsors_modal_content a:link{
       text-decoration: none !important;
     }

     #sponsors_modal_content_1{
       margin-top: 40px;
       padding-top: 40px;
     }
     #sponsors_modal_content_2{
       margin-top: 40px;
       padding-top: 40px;
     }
     #sponsors_modal_content_3{
       margin-top: 40px;
       padding-top: 40px;
     }
     #sponsors_modal_content_4{
       margin-top: 40px;
       padding-top: 40px;
     }
     #sponsors_modal_content_5{
       margin-top: 40px;
       padding-top: 40px;
     }
     #sponsors_modal_content_6{
       margin-top: 40px;
       padding-top: 40px;
     }
     #sponsors_modal_content_7{
       margin-top: 40px;
       padding-top: 40px;
     }

   /* The Close Button */
   .close_modal {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
     margin-top: -10px;
   }

   .close_modal:hover,
   .close_modal:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
   }

   .sponsors_modal_img{
     width: 247px;
     height: 247px;
     border-radius: 50%;
   }

.sponsor_hover_tech{
  width: auto;
  height: auto;
  background-color: blue;
}

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

/*
 * Hide visually and from screen readers
 */

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

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

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

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

/*
 * 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: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   @media screen and (max-width: 1515px) {
 /* Desktop */
 /* Sponsors*/
   #sponsors_flex_1_fix img{
     margin: 60px 40px 0px 40px;
   }
   #sponsors_flex_2 img{
     margin: 60px 40px 60px 40px;
   }
   #sponsors_flex_3 img{
     margin: 0 40px 60px 40px;
   }

#tech_council{
width: 354px;
height: auto;
}
#samsung{
width: 256px;
height: auto;
}
#deloitte{
width: 255px;
height: auto;
}
#harrisburg{
width: 258px;
height: auto;
}
#roasted{
width: 111px;
height: auto;
}
#phoenix{
width: 237px;
height: auto;
}
#pwc{
width: 150px;
height: auto;
}
 /* sponsors modal */
    /* The Modal (background) */
    .sponsors_modal {
      display: none; /* Hidden by default */
      position: fixed;/* Stay in place */
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: -40px;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);
    }

    /* Modal Content */
    .sponsors_modal_content{
      background-color: #2C4F63;
      margin: auto;
      padding: 40px;
      width: 80%;
      color: #fff;
    }

      .sponsors_modal_content img{
        margin-top: 50px;
      }

      .sponsors_modal_content h1{
        font-family: Roboto;
        font-style: normal;
        font-size: 64px;
        font-weight: 600;
        line-height: 0px;
        margin: 100px 0 0 0;
      }

      .sponsors_modal_content h2{
        font-family: Roboto;
        font-style: normal;
        font-size: 36px;
        font-weight: 400;
        line-height: 2;
      }

      .sponsors_modal_content h3{
        font-family: Roboto;
        font-style: 300;
        font-size: 36px;
        font-weight: 100;
        line-height: 0;
      }

      .sponsors_modal_content p{
        font-family: Roboto;
        font-style: normal;
        font-size: 18px;
        font-weight: 400;
      }

      .sponsors_modal_content button{
        width: auto;
        height: 62px;
        background-color: #e83d4d;
        border: none;
        border-radius: 25px;
        font-size: 29px;
        font-weight: 400;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 60px auto 60px auto;
        padding: 0px 40px 0px 40px;
        text-decoration: none !important;
      }

      .sponsors_modal_content button:hover{
        background-color: #ffffff;
        color: #e83d4d;
        text-decoration: none !important;

      }

      .sponsors_modal_content a:link{
        text-decoration: none !important;
      }

      #sponsors_modal_content_1{
        margin-top: 40px;
        padding-top: 40px;
      }
      #sponsors_modal_content_2{
        margin-top: 40px;
        padding-top: 40px;
      }
      #sponsors_modal_content_3{
        margin-top: 40px;
        padding-top: 40px;
      }
      #sponsors_modal_content_4{
        margin-top: 40px;
        padding-top: 40px;
      }
      #sponsors_modal_content_5{
        margin-top: 40px;
        padding-top: 40px;
      }
      #sponsors_modal_content_6{
        margin-top: 40px;
        padding-top: 40px;
      }
      #sponsors_modal_content_7{
        margin-top: 40px;
        padding-top: 40px;
      }
   }

   @media screen and (max-width: 1440px) {
 /* Desktop */
 /* Sponsors*/
   #sponsors_flex_1_fix img{
     margin: 60px 40px 0px 40px;
   }
   #sponsors_flex_2 img{
     margin: 60px 40px 60px 40px;
   }
   #sponsors_flex_3 img{
     margin: 0 40px 60px 40px;
   }

#tech_council{
width: 354px;
height: auto;
}
#samsung{
width: 256px;
height: auto;
}
#deloitte{
width: 255px;
height: auto;
}
#harrisburg{
width: 258px;
height: auto;
}
#roasted{
width: 111px;
height: auto;
}
#phoenix{
width: 237px;
height: auto;
}
#pwc{
width: 150px;
height: auto;
}
 /* sponsors modal */
    /* The Modal (background) */
    .sponsors_modal {
      display: none; /* Hidden by default */
      position: fixed;/* Stay in place */
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: -40px;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);
    }

    /* Modal Content */
    .sponsors_modal_content{
      background-color: #2C4F63;
      margin: auto;
      padding: 40px;
      width: 80%;
      color: #fff;
    }

      .sponsors_modal_content img{
        margin-top: 50px;
      }

      .sponsors_modal_content h1{
        font-family: Roboto;
        font-style: normal;
        font-size: 64px;
        font-weight: 600;
        line-height: 0px;
        margin: 100px 0 0 0;
      }

      .sponsors_modal_content h2{
        font-family: Roboto;
        font-style: normal;
        font-size: 36px;
        font-weight: 400;
        line-height: 2;
      }

      .sponsors_modal_content h3{
        font-family: Roboto;
        font-style: 300;
        font-size: 36px;
        font-weight: 100;
        line-height: 0;
      }

      .sponsors_modal_content p{
        font-family: Roboto;
        font-style: normal;
        font-size: 18px;
        font-weight: 400;
      }

      .sponsors_modal_content button{
        width: auto;
        height: 62px;
        background-color: #e83d4d;
        border: none;
        border-radius: 25px;
        font-size: 29px;
        font-weight: 400;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 60px auto 60px auto;
        padding: 0px 40px 0px 40px;
        text-decoration: none !important;
      }

      .sponsors_modal_content button:hover{
        background-color: #ffffff;
        color: #e83d4d;
        text-decoration: none !important;

      }

      .sponsors_modal_content a:link{
        text-decoration: none !important;
      }

      #sponsors_modal_content_1{
        margin-top: 20px;
        padding-top: 40px;
      }
      #sponsors_modal_content_2{
        margin-top: 20px;
        padding-top: 40px;
      }
      #sponsors_modal_content_3{
        margin-top: 20px;
        padding-top: 40px;
      }
      #sponsors_modal_content_4{
        margin-top: 20px;
        padding-top: 40px;
      }
      #sponsors_modal_content_5{
        margin-top: 20px;
        padding-top: 40px;
      }
      #sponsors_modal_content_6{
        margin-top: 20px;
        padding-top: 40px;
      }
      #sponsors_modal_content_7{
        margin-top: 20px;
        padding-top: 40px;
      }
   }

   @media screen and (max-width: 1024px) {
   /* Sponsors*/
     #sponsors_flex_1_fix img{
       margin: 60px 30px 0px 30px;
     }
     #sponsors_flex_2 img{
       margin: 60px 30px 60px 30px;
     }
     #sponsors_flex_3 img{
       margin: 0 30px 60px 30px;
     }

#tech_council{
  width: 354px;
  height: auto;
}
#samsung{
  width: 256px;
  height: auto;
}
#deloitte{
  width: 255px;
  height: auto;
}
#harrisburg{
  width: 258px;
  height: auto;
}
#roasted{
  width: 111px;
  height: auto;
}
#phoenix{
  width: 237px;
  height: auto;
}
#pwc{
  width: 150px;
  height: auto;
}

/* sponsors modal */
   /* The Modal (background) */
   .sponsors_modal {
     display: none; /* Hidden by default */
     position: fixed;/* Stay in place */
     z-index: 1;
     padding-top: 100px;
     left: 0;
     top: -40px;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
   }

   /* Modal Content */
   .sponsors_modal_content{
     background-color: #2C4F63;
     margin: auto;
     padding: 40px;
     width: 80%;
     color: #fff;
   }

     .sponsors_modal_content img{
       margin-top: 30px;
     }

     .sponsors_modal_content h1{
       font-family: Roboto;
       font-style: normal;
       font-size: 55px;
       font-weight: 600;
       line-height: 0px;
       margin: 100px 0 0 0;
     }

     .sponsors_modal_content h2{
       font-family: Roboto;
       font-style: normal;
       font-size: 36px;
       font-weight: 400;
       line-height: 2;
     }

     .sponsors_modal_content h3{
       font-family: Roboto;
       font-style: 300;
       font-size: 36px;
       font-weight: 100;
       line-height: 0;
     }

     .sponsors_modal_content p{
       font-family: Roboto;
       font-style: normal;
       font-size: 18px;
       font-weight: 400;
     }

     .sponsors_modal_content button{
       width: auto;
       height: 62px;
       background-color: #e83d4d;
       border: none;
       border-radius: 25px;
       font-size: 29px;
       font-weight: 400;
       color: #ffffff;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 60px auto 10px auto;
       padding: 0px 40px 0px 40px;
       text-decoration: none !important;
     }

     .sponsors_modal_content button:hover{
       background-color: #ffffff;
       color: #e83d4d;
       text-decoration: none !important;

     }

     .sponsors_modal_content a:link{
       text-decoration: none !important;
     }

     #sponsors_modal_content_1{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_2{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_3{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_4{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_5{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_6{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_7{
       margin-top: 20px;
       padding-top: 40px;
     }
   }

   @media screen and (max-width: 965px) {
   /* Sponsors*/
     #sponsors_flex_1_fix img{
       margin: 60px 10px 0px 10px;
     }
     #sponsors_flex_2 img{
       margin: 60px 10px 60px 10px;
     }
     #sponsors_flex_3 img{
       margin: 0 10px 60px 30px;
     }

#tech_council{
  width: 304px;
  height: auto;
}
#samsung{
  width: 206px;
  height: auto;
}
#deloitte{
  width: 205px;
  height: auto;
}
#harrisburg{
  width: 208px;
  height: auto;
}
#roasted{
  width: 61px;
  height: auto;
}
#phoenix{
  width: 187px;
  height: auto;
}
#pwc{
  width: 100px;
  height: auto;
}

/* sponsors modal */
   /* The Modal (background) */
   .sponsors_modal {
     display: none; /* Hidden by default */
     position: fixed;/* Stay in place */
     z-index: 1;
     padding-top: 100px;
     left: 0;
     top: -40px;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
   }

   /* Modal Content */
   .sponsors_modal_content{
     background-color: #2C4F63;
     margin: auto;
     padding: 40px;
     width: 80%;
     color: #fff;
   }

     .sponsors_modal_content img{
       margin-top: 30px;
     }

     .sponsors_modal_content h1{
       font-family: Roboto;
       font-style: normal;
       font-size: 55px;
       font-weight: 600;
       line-height: 0px;
       margin: 100px 0 0 0;
     }

     .sponsors_modal_content h2{
       font-family: Roboto;
       font-style: normal;
       font-size: 36px;
       font-weight: 400;
       line-height: 2;
     }

     .sponsors_modal_content h3{
       font-family: Roboto;
       font-style: 300;
       font-size: 36px;
       font-weight: 100;
       line-height: 0;
     }

     .sponsors_modal_content p{
       font-family: Roboto;
       font-style: normal;
       font-size: 18px;
       font-weight: 400;
     }

     .sponsors_modal_content button{
       width: auto;
       height: 62px;
       background-color: #e83d4d;
       border: none;
       border-radius: 25px;
       font-size: 29px;
       font-weight: 400;
       color: #ffffff;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 60px auto 10px auto;
       padding: 0px 40px 0px 40px;
       text-decoration: none !important;
     }

     .sponsors_modal_content button:hover{
       background-color: #ffffff;
       color: #e83d4d;
       text-decoration: none !important;

     }

     .sponsors_modal_content a:link{
       text-decoration: none !important;
     }

     #sponsors_modal_content_1{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_2{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_3{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_4{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_5{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_6{
       margin-top: 20px;
       padding-top: 40px;
     }
     #sponsors_modal_content_7{
       margin-top: 20px;
       padding-top: 40px;
     }
   }

   @media screen and (max-width: 834px) {
       /* Ipad Pro 10.5 */
       /* Sponsors*/
         #sponsors_flex_1_fix img{
           margin: 60px 10px 0px 10px;
         }
         #sponsors_flex_2 img{
           margin: 60px 10px 60px 10px;
         }
         #sponsors_flex_3 img{
           margin: 0 10px 60px 30px;
         }

    #tech_council{
      width: 304px;
      height: auto;
    }
    #samsung{
      width: 206px;
      height: auto;
    }
    #deloitte{
      width: 205px;
      height: auto;
    }
    #harrisburg{
      width: 208px;
      height: auto;
    }
    #roasted{
      width: 61px;
      height: auto;
    }
    #phoenix{
      width: 187px;
      height: auto;
    }
    #pwc{
      width: 100px;
      height: auto;
    }

  /* sponsors modal */
     /* The Modal (background) */
     .sponsors_modal {
       display: none; /* Hidden by default */
       position: fixed;/* Stay in place */
       z-index: 1;
       padding-top: 100px;
       left: 0;
       top: -40px;
       width: 100%;
       height: 100%;
       overflow: auto;
       background-color: rgb(0,0,0);
       background-color: rgba(0,0,0,0.4);
     }

     /* Modal Content */
     .sponsors_modal_content{
       background-color: #2C4F63;
       margin: auto;
       padding: 40px;
       width: 80%;
       color: #fff;
     }

       .sponsors_modal_content img{
         margin-top: 30px;
         width: 40%;
         height: auto;
       }

       .sponsors_modal_content h1{
         font-family: Roboto;
         font-style: normal;
         font-size: 55px;
         font-weight: 600;
         line-height: 0px;
         margin: 100px 0 0 0;
       }

       .sponsors_modal_content h2{
         font-family: Roboto;
         font-style: normal;
         font-size: 36px;
         font-weight: 400;
         line-height: 2;
       }

       .sponsors_modal_content h3{
         font-family: Roboto;
         font-style: 300;
         font-size: 36px;
         font-weight: 100;
         line-height: 0;
       }

       .sponsors_modal_content p{
         font-family: Roboto;
         font-style: normal;
         font-size: 18px;
         font-weight: 400;
       }

       .sponsors_modal_content button{
         width: auto;
         height: 62px;
         background-color: #e83d4d;
         border: none;
         border-radius: 25px;
         font-size: 29px;
         font-weight: 400;
         color: #ffffff;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         margin: 60px auto 10px auto;
         padding: 0px 40px 0px 40px;
         text-decoration: none !important;
       }

       .sponsors_modal_content button:hover{
         background-color: #ffffff;
         color: #e83d4d;
         text-decoration: none !important;

       }

       .sponsors_modal_content a:link{
         text-decoration: none !important;
       }

       #sponsors_modal_content_1{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_2{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_3{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_4{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_5{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_6{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_7{
         margin-top: 20px;
         padding-top: 40px;
       }
   }

   @media screen and (max-width: 768px) {
     .sponsors_modal_content p{
       font-size: 15px;
     }
   }

   @media screen and (max-width: 695px) {
       /* Ipad Pro 10.5 */
       /* Sponsors*/
         #sponsors_flex_1_fix img{
           margin: 60px 10px 0px 10px;
         }
         #sponsors_flex_2 img{
           margin: 60px 10px 60px 10px;
         }
         #sponsors_flex_3 img{
           margin: 0 10px 60px 30px;
         }

    #tech_council{
      width: 254px;
      height: auto;
    }
    #samsung{
      width: 156px;
      height: auto;
    }
    #deloitte{
      width: 155px;
      height: auto;
    }
    #harrisburg{
      width: 158px;
      height: auto;
    }
    #roasted{
      width: 61px;
      height: auto;
    }
    #phoenix{
      width: 137px;
      height: auto;
    }
    #pwc{
      width: 50px;
      height: auto;
    }

  /* sponsors modal */
     /* The Modal (background) */
     .sponsors_modal {
       display: none; /* Hidden by default */
       position: fixed;/* Stay in place */
       z-index: 1;
       padding-top: 100px;
       left: 0;
       top: -40px;
       width: 100%;
       height: 100%;
       overflow: auto;
       background-color: rgb(0,0,0);
       background-color: rgba(0,0,0,0.4);
     }

     /* Modal Content */
     .sponsors_modal_content{
       background-color: #2C4F63;
       margin: auto;
       padding: 40px;
       width: 80%;
       color: #fff;
     }

       .sponsors_modal_content img{
         margin-top: 30px;
         width: 40%;
         height: auto;
       }

       .sponsors_modal_content h1{
         font-family: Roboto;
         font-style: normal;
         font-size: 55px;
         font-weight: 600;
         line-height: 0px;
         margin: 100px 0 0 0;
       }

       .sponsors_modal_content h2{
         font-family: Roboto;
         font-style: normal;
         font-size: 36px;
         font-weight: 400;
         line-height: 2;
       }

       .sponsors_modal_content h3{
         font-family: Roboto;
         font-style: 300;
         font-size: 36px;
         font-weight: 100;
         line-height: 0;
       }

       .sponsors_modal_content p{
         font-family: Roboto;
         font-style: normal;
         font-size: 18px;
         font-weight: 400;
       }

       .sponsors_modal_content button{
         width: auto;
         height: 62px;
         background-color: #e83d4d;
         border: none;
         border-radius: 25px;
         font-size: 29px;
         font-weight: 400;
         color: #ffffff;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         margin: 60px auto 10px auto;
         padding: 0px 40px 0px 40px;
         text-decoration: none !important;
       }

       .sponsors_modal_content button:hover{
         background-color: #ffffff;
         color: #e83d4d;
         text-decoration: none !important;

       }

       .sponsors_modal_content a:link{
         text-decoration: none !important;
       }

       #sponsors_modal_content_1{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_2{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_3{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_4{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_5{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_6{
         margin-top: 20px;
         padding-top: 40px;
       }
       #sponsors_modal_content_7{
         margin-top: 20px;
         padding-top: 40px;
       }
   }

   @media screen and (max-width: 585px) {
     #tech_council{
       width: 275px;
       height: auto;
     }
     #samsung{
       width: 275px;
       height: auto;
     }
     #deloitte{
       width: 275px;
       height: auto;
     }
     #harrisburg{
       width: 275px;
       height: auto;
     }
     #roasted{
       width: 275px;
       height: auto;
     }
     #phoenix{
       width: 275px;
       height: auto;
     }
     #pwc{
       width: 275px;
       height: auto;
     }
   }

   @media screen and (max-width: 414px) {
   /* Sponsors*/
   #sponsors_flex_1_fix{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_1_fix img{
       margin: 60px 50px 0px 50px;
     }

   #sponsors_flex_2{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_2 img{
       margin: 60px 50px 60px 50px;
     }

   #sponsors_flex_3{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_3 img{
       margin: 0 50px 60px 50px;
     }

#tech_council{
  width: 250px;
  height: auto;
}
#samsung{
  width: 250px;
  height: auto;
}
#deloitte{
  width: 250px;
  height: auto;
}
#harrisburg{
  width: 250px;
  height: auto;
}
#roasted{
  width: 250px;
  height: auto;
}
#phoenix{
  width: 250px;
  height: auto;
}
#pwc{
  width: 250px;
  height: auto;
}

/* sponsors modal */
   /* The Modal (background) */
   .sponsors_modal {
     display: none; /* Hidden by default */
     position: fixed;/* Stay in place */
     z-index: 1;
     padding-top: 100px;
     left: 10px;
     top: -40px;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
   }

   /* Modal Content */
   .sponsors_modal_content{
     background-color: #2C4F63;
     margin: auto;
     padding: 20px;
     width: 80%;
     color: #fff;
   }

     .sponsors_modal_content img{
       margin-top: 30px;
       width: 75%;
       height: auto;
     }

     .sponsors_modal_content h1{
       font-family: Roboto;
       font-style: normal;
       font-size: 64px;
       font-weight: 600;
       line-height: 0px;
       margin: 100px 0 0 0;
     }

     .sponsors_modal_content h2{
       font-family: Roboto;
       font-style: normal;
       font-size: 36px;
       font-weight: 400;
       line-height: 2;
     }

     .sponsors_modal_content h3{
       font-family: Roboto;
       font-style: 300;
       font-size: 36px;
       font-weight: 100;
       line-height: 0;
     }

     .sponsors_modal_content p{
       font-family: Roboto;
       font-style: normal;
       font-size: 15px;
       font-weight: 400;
     }

     .sponsors_modal_content button{
       width: auto;
       height: 62px;
       background-color: #e83d4d;
       border: none;
       border-radius: 25px;
       font-size: 29px;
       font-weight: 400;
       color: #ffffff;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 60px auto 60px auto;
       padding: 0px 40px 0px 40px;
       text-decoration: none !important;
     }

     .sponsors_modal_content button:hover{
       background-color: #ffffff;
       color: #e83d4d;
       text-decoration: none !important;

     }

     .sponsors_modal_content a:link{
       text-decoration: none !important;
     }

     #sponsors_modal_content_1{
       margin-top: 0px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_2{
       margin-top: 30px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_3{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_4{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_5{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_6{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_7{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }

   /* The Close Button */
   .close_modal {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
     margin-top: -10px;
   }

   .close_modal:hover,
   .close_modal:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
   }

   .sponsors_modal_img{
     width: 247px;
     height: 247px;
     border-radius: 50%;
   }

    .sponsor_hover_tech{
      width: auto;
      height: auto;
      background-color: blue;
    }
   }

   @media screen and (max-width: 320px) {
   /* Sponsors*/
   #sponsors_flex_1_fix{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_1_fix img{
       margin: 30px 50px 0px 50px;
     }

   #sponsors_flex_2{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_2 img{
       margin: 30px 50px 30px 50px;
     }

   #sponsors_flex_3{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_3 img{
       margin: 0 50px 30px 50px;
     }

   #tech_council{
     width: 225px;
     height: auto;
   }
   #samsung{
     width: 225px;
     height: auto;
   }
   #deloitte{
     width: 225px;
     height: auto;
   }
   #harrisburg{
     width: 225px;
     height: auto;
   }
   #roasted{
     width: 225px;
     height: auto;
   }
   #phoenix{
     width: 225px;
     height: auto;
   }
   #pwc{
     width: 225px;
     height: auto;
   }

   /* sponsors modal */
   /* The Modal (background) */
   .sponsors_modal {
     display: none; /* Hidden by default */
     position: fixed;/* Stay in place */
     z-index: 1;
     padding-top: 100px;
     left: 10px;
     top: -40px;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
   }

   /* Modal Content */
   .sponsors_modal_content{
     background-color: #2C4F63;
     margin: auto;
     padding: 10px;
     width: 80%;
     color: #fff;
   }

     .sponsors_modal_content img{
       margin-top: 50px;
       width: 75%;
       height: auto;
     }

     .sponsors_modal_content h1{
       font-family: Roboto;
       font-style: normal;
       font-size: 64px;
       font-weight: 600;
       line-height: 0px;
       margin: 100px 0 0 0;
     }

     .sponsors_modal_content h2{
       font-family: Roboto;
       font-style: normal;
       font-size: 36px;
       font-weight: 400;
       line-height: 2;
     }

     .sponsors_modal_content h3{
       font-family: Roboto;
       font-style: 300;
       font-size: 36px;
       font-weight: 100;
       line-height: 0;
     }

     .sponsors_modal_content p{
       font-family: Roboto;
       font-style: normal;
       font-size: 15px;
       font-weight: 400;
     }

     .sponsors_modal_content ol li{
       font-size: 15px;
     }

     .sponsors_modal_content button{
       width: auto;
       height: 62px;
       background-color: #e83d4d;
       border: none;
       border-radius: 25px;
       font-size: 18px;
       font-weight: 400;
       color: #ffffff;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 60px auto 60px auto;
       padding: 0px 40px 0px 40px;
       text-decoration: none !important;
     }

     .sponsors_modal_content button:hover{
       background-color: #ffffff;
       color: #e83d4d;
       text-decoration: none !important;

     }

     .sponsors_modal_content a:link{
       text-decoration: none !important;
     }

     #sponsors_modal_content_1{
       margin-top: 0px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_2{
       margin-top: 30px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_3{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_4{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_5{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_6{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }
     #sponsors_modal_content_7{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: -10px;
     }

   /* The Close Button */
   .close_modal {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
     margin-top: -10px;
   }

   .close_modal:hover,
   .close_modal:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
   }

   .sponsors_modal_img{
     width: 247px;
     height: 247px;
     border-radius: 50%;
   }

    .sponsor_hover_tech{
      width: auto;
      height: auto;
      background-color: blue;
    }
   }

   @media screen and (max-width: 260px) {
   /* Sponsors*/
   #sponsors_flex_1_fix{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_1_fix img{
       margin: 30px auto 30px auto;
     }

   #sponsors_flex_2{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_2 img{
       margin: 0px auto 30px auto;
     }

   #sponsors_flex_3{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width:100%;
   }
     #sponsors_flex_3 img{
       margin: 0 auto 30px auto;
     }

   #tech_council{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }
   #samsung{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }
   #deloitte{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }
   #harrisburg{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }
   #roasted{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }
   #phoenix{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }
   #pwc{
     width: 80%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
   }

   /* sponsors modal */
   /* The Modal (background) */
   .sponsors_modal {
     display: none; /* Hidden by default */
     position: fixed;/* Stay in place */
     z-index: 1;
     padding-top: 100px;
     left: 0px;
     top: -40px;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
   }

   /* Modal Content */
   .sponsors_modal_content{
     background-color: #2C4F63;
     margin: auto;
     padding: 10px;
     width: 80%;
     color: #fff;
   }

     .sponsors_modal_content img{
       margin-top: 20px;
       width: 75%;
       height: auto;
     }

     .sponsors_modal_content h1{
       font-family: Roboto;
       font-style: normal;
       font-size: 20px;
       font-weight: 600;
       line-height: 0px;
       margin: 50px 0 0 0;
     }

     .sponsors_modal_content h2{
       font-family: Roboto;
       font-style: normal;
       font-size: 20px;
       font-weight: 400;
       line-height: 2;
     }

     .sponsors_modal_content h3{
       font-family: Roboto;
       font-style: 300;
       font-size: 20px;
       font-weight: 100;
       line-height: 0;
     }

     .sponsors_modal_content p{
       font-family: Roboto;
       font-style: normal;
       font-size: 12px;
       font-weight: 400;
     }

     .sponsors_modal_content ol li{
       font-size: 12px;

     }

     .sponsors_modal_content button{
       width: auto;
       height: 62px;
       background-color: #e83d4d;
       border: none;
       border-radius: 25px;
       font-size: 15px;
       font-weight: 400;
       color: #ffffff;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       margin: 60px auto 20px auto;
       padding: 0px 40px 0px 40px;
       text-decoration: none !important;
     }

     .sponsors_modal_content button:hover{
       background-color: #ffffff;
       color: #e83d4d;
       text-decoration: none !important;

     }

     .sponsors_modal_content a:link{
       text-decoration: none !important;
     }

     #sponsors_modal_content_1{
       margin-top: 0px;
       padding-top: 40px;
       margin-left: 0px;
     }
     #sponsors_modal_content_2{
       margin-top: 30px;
       padding-top: 40px;
       margin-left: 0px;
     }
     #sponsors_modal_content_3{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: 0px;
     }
     #sponsors_modal_content_4{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: 0px;
     }
     #sponsors_modal_content_5{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: 0px;
     }
     #sponsors_modal_content_6{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: 0px;
     }
     #sponsors_modal_content_7{
       margin-top: 20px;
       padding-top: 40px;
       margin-left: 0px;
     }

   /* The Close Button */
   .close_modal {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
     margin-top: -10px;
   }

   .close_modal:hover,
   .close_modal:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
   }

   .sponsors_modal_img{
     width: 247px;
     height: 247px;
     border-radius: 50%;
   }

    .sponsor_hover_tech{
      width: auto;
      height: auto;
      background-color: blue;
    }
   }

@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: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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:
     * 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;
    }
}
