/*! HTML5 Boilerplate v6.0.1 | 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
   ========================================================================== */

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: 3px 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
   ========================================================================== */

body{
  background:white;
  margin:10px 35px;
  font-family: "tablet-gothic-semi-condensed", sans-serif;
  font-size:16px;
  font-weight:400;
  color:black;
  letter-spacing:1px;
}

@media only screen and (max-width: 768px) {
  body{
    margin:10px 20px;
  }
}

@media only screen and (max-width: 480px) {
  body{
    margin:8px;
  }
}

a{
  color:black;
  text-decoration:none;
}

img{
  max-width:100%;
}

h2{
  font-size:15px;
  font-weight:400;
  margin:2px auto 15px;
  text-align:center;
}

@media only screen and (max-width: 480px) {
  h2{
    font-size:11px
  }
}


.bold{
  font-weight:700;
  font-size:24px;
}

img#logo{
  width:600px;
  max-width:100%;
  
  display:block;
  margin:auto;
}

img#sign{
}

#mc-container, #links-container{
  margin-top:60px;
  margin-bottom:40px;
  text-align:center;
}

#mc-container{
  padding-bottom: 80px;
  border-bottom: 3px solid black;
}

#links-container span.stay-tuned{
  float:left;
  display:inline-block;
  text-transform:uppercase;
}

#links-container a.social-icon{
float:right;
margin-left:5px;
margin-top:-20px;
}

#links-container a.social-icon i{
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  padding: 5px;
  border: 3px solid black;
  color:black;
  font-size:28px;
}

#links-container a.social-icon:hover i{
  border: 3px solid #5156a5;
  color:#5156a5;
  transition: all 0.5s ease-in-out 0s;
}

#links-container span.stay-tuned, #links-container a.social-icon i{
margin-top:-50px;
}

#dsr-container{
  clear:none;
}
#links-container a#dsr{
  text-align: center;
}

#links-container a#dsr img{
  width:476px;
  padding: 5px;
}


@media only screen and (max-width: 890px) {
  #links-container span.stay-tuned, #links-container a.social-icon{
  margin:0 auto 5px auto;
  float:none;
  }
  #links-container a.social-icon i{
    vertical-align: top;
    margin-top:0;
    padding:5px 1px;
    font-size:20px;
    border:none;
  }
  #links-container a.social-icon:hover i{
    border:none;
  }
}

#mc_embed_signup{
  clear:none;
}

#mc_embed_signup input.email {
  font-family: "tablet-gothic-semi-condensed", sans-serif;
  font-weight:400;
  border: 3px solid black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: black;
  background:white;
  height: 52px;
  padding: 0px 0.4em;
  display: inline-block;
  width: 350px;
  vertical-align: top;
  max-width: 100%;
  letter-spacing:1px;
}

#mc_embed_signup input.email:focus{
  outline:2px solid black;
}

#mc_embed_signup input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  font-size:20px;
}
#mc_embed_signup input.email::-moz-placeholder { /* Firefox 19+ */
  color: black;
  font-size:20px;
  
}
#mc_embed_signup input.email:-ms-input-placeholder { /* IE 10+ */
  color: black;
  font-size:20px;
  
}
#mc_embed_signup input.email:-moz-placeholder { /* Firefox 18- */
  color: black;
  font-size:20px;
  
}

#mc_embed_signup .button {
  font-family: "tablet-gothic-semi-condensed", sans-serif;
  font-weight:700;
  border: 3px solid #5156a5;
  font-size:15px;
  text-transform:uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 2px;
    color: white;
    background-color: #5156a5;
    box-sizing: border-box;
    height: 52px;
    padding: 0 18px;
    display: inline-block;
    margin: 0 0 0 -7px;
    transition: all 0.5s ease-in-out 0s;
}

#mc_embed_signup .button:hover{
  background-color:white;
  color:#5156a5;
  
}


#mc_embed_signup .button:focus{
  background-color:#939597;
  outline:none;
}

@media only screen and (max-width: 768px) {
#mc_embed_signup input.email, #mc_embed_signup .button{
    width: 100%;
    margin: 0 0 8px 0;
  }
}

section#calendar-container{
  /* The image used */

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#calendar-container h3.d-title{
  font-size:100px !important;
}

section#general-info{
  border-bottom:3px solid black;
  padding:10px 0 25px 0;
  margin:15px auto;
}

section#general-info p.info-left{
  float:left;
}

section#general-info p.info-right{
  float:right;
}

.clear {
    clear:both;
    line-height:0;
}

@media only screen and (max-width: 480px) {
  section#general-info{
    text-align:center;
  }

  section#general-info p.info-left, section#general-info p.info-right{
    float:none;
  }
}

p.info-pdf{
  float:left;
  color: #939597;
}

a.pdf-button{
  float:right;
}

a.pdf-button.button{
  color:#939597;
  border:3px solid #939597;
  background:white;
  padding:12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size:15px;
  text-transform:uppercase;
  font-weight:700;
  
}

a.pdf-button.button:hover{
  color:black;
  border:3px solid black;
  background:white;

}


  section#pdf{
    text-align:center;
    padding-bottom:60px;
  }

  p.info-pdf, a.pdf-button{
    float:none;
  }
  
  p.info-pdf{
    margin-bottom: 35px;
  }

  a.gallery{
    display:block;
    margin:40px 0 20px;
    color: #5156a5;
    font-weight:700;
    width:auto;
    font-size: 16px;
    text-transform: uppercase;
  }

section#gallery{
  
}

section#gallery img{
  width:100%;
  max-width:1150px;
  margin:auto;
  margin: 0 auto 15px;
  border-bottom: 3px solid black;
  padding-bottom: 15px;
  display:block;
  
}


/* ==========================================================================
   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);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    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;
    -webkit-clip-path: none;
    clip-path: none;
    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 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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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: 3px 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;
    }
}
