/*! HTML5 Boilerplate v5.2.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
   ========================================================================== */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}


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

textarea {
    resize: vertical;
}

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

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

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

body {
	background: #000000;
	background-image: url("../img/SH30_background_medrepeat.jpg");
	font-family: Helvetica, Arial, sans-serif;
	font-stretch: condensed;
}

#container {
	background: rgba(255, 255, 255, .82);
	width: 640px;
	margin-right: auto; margin-left: auto;
	margin-top: 15px;
	padding: 25px;
}

#container p {
    margin-left: 30px;
    margin-right: 30px;
    color: #000000;

}

#container h1, h2, h3, h4 {
	font-family: chonky-poster, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
    margin-left: 30px;
    margin-right: 30px;
	text-shadow: none;
}



h1 {font-size: 5em;
	margin: 0; padding: 0; color: #0f2064;}
h2 {font-size: 4em;
    margin: 0; padding: 0; color: #0f2064; font-variation-settings: "wght" 800;}
h3 {font-size: 3em;
	margin: 0; padding: 0; color: #0f2064; font-variation-settings: "wght" 300;}
h4 {font-size: 2em;
	margin: 0; padding: 0; color: #0f2064; font-variation-settings: "wght" 300;}


a {
    font-weight: 900;
	color: #0f2064;
}

ul {
	margin: 24px;
	color: #000000;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#sponsors {
	background: rgba(15, 32, 100, .62);
}

#regform {
    margin: 0% 20%;
    padding: 20px;
    background-color: #000;
}

#regform input{
    padding: 20px;
     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


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


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

    img {
        max-width: 100% !important;
    }

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

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