/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../src/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 36, ../src/sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, ../src/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../src/sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, ../src/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 98, ../src/sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../src/sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, ../src/sass/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 132, ../src/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, ../src/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, ../src/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, ../src/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, ../src/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 239, ../src/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, ../src/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 255, ../src/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 259, ../src/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, ../src/sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, ../src/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, ../src/sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, ../src/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../src/sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../src/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../src/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 407, ../src/sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, ../src/sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, ../src/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, ../src/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../src/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../src/sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../src/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, ../src/sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, ../src/sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 515, ../src/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, ../src/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, ../src/sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, ../src/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 559, ../src/sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 570, ../src/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 575, ../src/sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 4, ../src/sass/main.scss */
html {
  box-sizing: border-box;
}

/* line 7, ../src/sass/main.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 11, ../src/sass/main.scss */
img {
  max-width: 100%;
}

/* line 15, ../src/sass/main.scss */
.main {
  max-width: 600px;
  min-height: 100vh;
  margin: auto;
}
/* line 21, ../src/sass/main.scss */
.page-votes-vote .main {
  background: none;
}

/* line 26, ../src/sass/main.scss */
body {
  color: #fff;
  font-family: "Vollkorn", serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  background-color: #009de0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 37, ../src/sass/main.scss */
body.page-votes-vote {
  background-color: #312A81;
  background-image: url(../img/voted.jpg);
  background-position: 50% 0;
}
/* line 42, ../src/sass/main.scss */
body.page-votes-vote #top, body.page-votes-vote #bottom, body.page-votes-vote #left, body.page-votes-vote #right {
  display: none;
}

/* line 48, ../src/sass/main.scss */
#top, #bottom, #left, #right {
  background: #E52D29;
  position: fixed;
  z-index: 500;
}

/* line 53, ../src/sass/main.scss */
#left, #right {
  top: 0;
  bottom: 0;
  width: 8px;
}

/* line 58, ../src/sass/main.scss */
#left {
  left: 0;
}

/* line 61, ../src/sass/main.scss */
#right {
  right: 0;
}

/* line 65, ../src/sass/main.scss */
#top, #bottom {
  left: 0;
  right: 0;
  height: 8px;
}

/* line 70, ../src/sass/main.scss */
#top {
  top: 0;
}

/* line 73, ../src/sass/main.scss */
#bottom {
  bottom: 0;
}

/* line 77, ../src/sass/main.scss */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #009de0;
  background-size: contain;
  border: 8px solid #E52D29;
}
/* line 88, ../src/sass/main.scss */
.splash1 {
  background-image: url(../img/splash.jpg?v2);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 94, ../src/sass/main.scss */
.splash2 {
  background-color: rgba(0, 157, 224, 0.8);
}

/* line 99, ../src/sass/main.scss */
.home {
  text-align: center;
}

/* line 103, ../src/sass/main.scss */
.connect {
  padding: 32px;
}

/* line 107, ../src/sass/main.scss */
.fb-connect {
  display: inline-block;
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 113, ../src/sass/main.scss */
.fb-connect img {
  width: 100%;
  height: auto;
  max-width: 304px;
}

/* line 120, ../src/sass/main.scss */
.p1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}

/* line 126, ../src/sass/main.scss */
.p2 {
  font-size: 20px;
  margin-bottom: 64px;
}

/* line 131, ../src/sass/main.scss */
.p3 {
  font-size: 24px;
  max-width: 220px;
  margin: auto;
  margin-top: 64px;
  padding: 16px;
  border: 1px solid #fff;
}

/* line 140, ../src/sass/main.scss */
.candidates-list {
  margin: 0;
  padding: 12px;
  list-style: none;
  overflow: auto;
}
/* line 147, ../src/sass/main.scss */
.candidates-list .candidate {
  width: 50%;
  float: left;
  padding: 4px;
}
/* line 153, ../src/sass/main.scss */
.candidates-list .candidate a {
  position: relative;
  display: block;
  background-color: #312A81;
  color: #fff;
}
/* line 160, ../src/sass/main.scss */
.candidates-list .candidate img {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 166, ../src/sass/main.scss */
.candidates-list .candidate__name {
  position: absolute;
  bottom: 4px;
  width: 100%;
  font-size: 14px;
  font-style: italic;
}

/* line 177, ../src/sass/main.scss */
.candidate-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #312A81;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  text-align: center;
}
/* line 192, ../src/sass/main.scss */
.candidate-overlay .overlay-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* line 198, ../src/sass/main.scss */
.candidate-overlay .candidate-name {
  font-size: 28px;
  margin-top: 64px;
  color: rgba(255, 255, 255, 0.5);
}
/* line 204, ../src/sass/main.scss */
.candidate-overlay .row {
  margin-bottom: 32px;
}

/* line 210, ../src/sass/main.scss */
.button {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 20px;
  background-color: #312A81;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
}
/* line 220, ../src/sass/main.scss */
.button--danger {
  background-color: #E52D29;
}
