/*! 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: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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
   ========================================================================== */

body{
  background-color: #000;
}

div.content{
  max-width:320px;
  margin:80px auto 0px auto;
  overflow:auto;
  border:1px solid #d7d7d7;
  padding:20px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  text-align:center;
  color:#ccc;
  background-color:#000;
}

img.location-logo{
  margin:20px auto;
}

#socialaccess-link{
  display: none;
}

div.like-box{
  margin:20px auto;
  text-align:center;
}

div.footer{
  text-align:center;
  font-size:12px;
  color:#ccc;
}

span.counter{
  font-weight:bold;
  color:#A1C43A;
}

div.option{
  display:none;
}

div.loading{
  background:url(../img/loading.gif) no-repeat center center;
  width:100%;
  height:50px;
}

div.not-logged-in button{
  background-color:#D3D3D3;
  border:1px solid #A9A9A9;
  display:block;
  width:90%;
  color:#000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   margin: auto;
   padding: 8px;
}

  div.not-logged-in button:hover{
    background-color:#D3D3D3;
  }

div.logged-in button{
  background-color:#D3D3D3;
  border:1px solid #A9A9A9;
  display:block;
  width:90%;
  color:#000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   margin: auto;
   padding: 8px;
}

  div.logged-in button:hover{
    background-color:#D3D3D3;
  }

p.error{
  background-color:#FEBABB;
  color:#D30719;
}

button:disabled {
  background-color:#D3D3D3 !important;
  border:none !important;
}

.fbblue{
  background-color:#637BAD;
  border:1px solid #29447E;
  display:block;
  width:90%;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   margin: auto;
   padding: 8px;
}

.fbgreen{
  background-color:#00a651;
  border:1px solid #00a651;
  display:block;
  width:90%;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   margin: auto;
   padding: 8px;
}

.fbgray{
  background-color:#FFD700;
  border:1px solid #A9A9A9;
  display:block;
  width:90%;
  color:#000;
   margin: auto;
   padding: 8px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * 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;
}

/*
 * 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) {

}

