/*! 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: 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
   ========================================================================== */

html {
    font-family: 'Arvo';
}

button {
    border:none;
    outline:none;
}

#bg-img {
    position: fixed; 
    top: 0; 
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#main {
    position: fixed; 
    top: 0; 
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 900;
}



#splash {  
    position:absolute;
    top:0;
    left:0;
    background-color:black;
    width:100%;
    height:100%;
    z-index:1000;
}

#splash-title-1 {
    font-family: 'Arvo', serif;
    letter-spacing: .1em;
    font-size:3.00em;
    text-shadow: 2px 2px 6px rgba(232, 232, 232, 0.64);
    
}

#splash-title-2 {
    font-family: 'Arvo', serif;
    letter-spacing: .1em;
    font-size:3.00em;
    margin-top:-30px;
    text-shadow: 2px 2px 6px rgba(232, 232, 232, 0.64);
}

#splash-main {
    margin: 0px auto;
    width: 300px;
    height:400px;
    text-align: center;
}

#splash-tag {
    font-size:1.25em;
    width:290px;
    margin:0px auto;
    margin-top:-30px;
}

#splash-start-btn {
    margin: 10px auto;
    cursor: pointer;
    font-family: 'Arvo';
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    color: white;
    font-size: 20px;
    background: #3498db;
    padding: 10px 70px 10px 70px;
    text-decoration: none;
}

#splash-start-btn:hover {
    background: #2980b9;
    text-decoration: none;
  }

.splash-txt {
    color: white;
    text-align: center;
}

#meat-container {
    width: 70%;
    min-width: 400px;
    text-align: center;
}

#meat-container img {
    width:inherit;
    min-width:400px;
    z-index: 20000;
}

#board-yes {
    text-align: center;
    vertical-align: bottom;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    font-size:6em;
}

#board-no {
    text-align: center;
    vertical-align: top;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    font-size:6em;
}

#board-mid-line {
    border-top: 10px dashed #222;
    position: fixed;
    width:100%;
    top:50%;
    bottom:50%;
}


.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }

.hidden {
    display: none;
}




/*
 * 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 */
}
