@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Homemade+Apple|Libre+Baskerville:400,400i,700|Rubik");
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
/* line 90, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
html {
  /* 1 */
  font: normal 14px / 20px "Rubik", Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #122e12;
  color: #e6cce6;
}

/*
 * Removes default margin.
 */
/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
/* line 116, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
a {
  background: transparent;
}

/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
/* line 122, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
a:active,
a:hover {
  outline: 0;
}

/*
 * Style
 */
/* line 129, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
a,
.uk-link {
  color: #a04ea0;
  text-decoration: underline;
  cursor: pointer;
}

/* line 137, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
a:hover,
.uk-link:hover {
  color: #a04ea0;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 152, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 158, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
b,
strong {
  font-weight: bold;
}

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
/* line 166, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #D05;
  white-space: nowrap;
}

/*
 * Emphasize
 */
/* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
em {
  color: #D05;
}

/*
 * Insert
 */
/* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
ins {
  background: #ffa;
  color: #444;
  text-decoration: none;
}

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
/* line 200, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
mark {
  background: #ffa;
  color: #444;
}

/*
 * Quote
 */
/* line 209, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
q {
  font-style: italic;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 215, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 221, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 229, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
sup {
  top: -0.5em;
}

/* line 230, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
/* line 240, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
/* line 253, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
}

/*
 * Preserve original dimensions
 */
/* line 269, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}

/*
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 280, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
img {
  border: 0;
}

/*
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 286, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
/* line 296, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
blockquote,
figure {
  margin: 0;
}

/*
 * Margins
 */
/* line 303, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}

/* line 313, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}

/* Headings
 ========================================================================== */
/* line 327, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #e6cce6;
  text-transform: none;
}

/*
 * Margins
 */
/* line 340, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}

/*
 * Sizes
 */
/* line 351, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h1, .uk-h1 {
  font-size: 36px;
  line-height: 42px;
}

/* line 357, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px;
}

/* line 363, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h3, .uk-h3 {
  font-size: 18px;
  line-height: 24px;
}

/* line 369, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h4, .uk-h4 {
  font-size: 16px;
  line-height: 22px;
}

/* line 375, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h5, .uk-h5 {
  font-size: 14px;
  line-height: 20px;
}

/* line 381, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
h6, .uk-h6 {
  font-size: 12px;
  line-height: 18px;
}

/* Lists
 ========================================================================== */
/* line 391, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
/* line 398, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
/* line 407, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
dt {
  font-weight: bold;
}

/* line 408, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
/* line 419, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Address
 ========================================================================== */
/* line 434, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
/* line 440, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
/* line 457, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
}

/* Selection pseudo-element
 ========================================================================== */
/* line 473, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* line 479, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 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 495, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 511, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
progress {
  vertical-align: baseline;
}

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
/* line 517, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
audio:not([controls]) {
  display: none;
}

/*
 * 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 524, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
[hidden],
template {
  display: none;
}

/* Iframe
 ========================================================================== */
/* line 531, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_base.scss */
iframe {
  border: 0;
}

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
/* line 71, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid, header, body > div:not(.uk-datepicker) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
/* line 90, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid:before, header:before, body > div:not(.uk-datepicker):before,
.uk-grid:after,
header:after,
body > div:not(.uk-datepicker):after {
  content: "";
  display: block;
  overflow: hidden;
}

/* line 97, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid:after, header:after, body > div:not(.uk-datepicker):after {
  clear: both;
}

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid > *, header > *, body > div:not(.uk-datepicker) > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}

/*
 * Remove margin from the last-child
 */
/* line 121, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid > * > :last-child, header > * > :last-child, body > div:not(.uk-datepicker) > * > :last-child {
  margin-bottom: 0;
}

/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
/* line 132, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid, header, body > div:not(.uk-datepicker) {
  margin-left: -25px;
}

/* line 133, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid > *, header > *, body > div:not(.uk-datepicker) > * {
  padding-left: 25px;
}

/* Vertical */
/* line 136, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid + .uk-grid, header + .uk-grid, body > div:not(.uk-datepicker) + .uk-grid, .uk-grid + header, header + header, body > div:not(.uk-datepicker) + header, body > .uk-grid + div:not(.uk-datepicker), body > header + div:not(.uk-datepicker), body > div:not(.uk-datepicker) + div:not(.uk-datepicker),
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel, header > * > .uk-panel + .uk-panel, body > div:not(.uk-datepicker) > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  /* line 144, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid, header, body > div:not(.uk-datepicker) {
    margin-left: -35px;
  }
  /* line 145, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid > *, header > *, body > div:not(.uk-datepicker) > * {
    padding-left: 35px;
  }
  /* Vertical */
  /* line 148, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid + .uk-grid, header + .uk-grid, body > div:not(.uk-datepicker) + .uk-grid, .uk-grid + header, header + header, body > div:not(.uk-datepicker) + header, body > .uk-grid + div:not(.uk-datepicker), body > header + div:not(.uk-datepicker), body > div:not(.uk-datepicker) + div:not(.uk-datepicker),
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel, header > * > .uk-panel + .uk-panel, body > div:not(.uk-datepicker) > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}

/*
 * Collapse gutter
 */
/* Horizontal */
/* line 159, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-collapse {
  margin-left: 0;
}

/* line 160, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-collapse > * {
  padding-left: 0;
}

/* Vertical */
/* line 163, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}

/*
 * Small gutter
 */
/* Horizontal */
/* line 172, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-small {
  margin-left: -10px;
}

/* line 173, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-small > * {
  padding-left: 10px;
}

/* Vertical */
/* line 176, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}

/*
 * Medium gutter
 */
/* Horizontal */
/* line 185, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-medium {
  margin-left: -25px;
}

/* line 186, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-medium > * {
  padding-left: 25px;
}

/* Vertical */
/* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}

/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  /* line 202, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-large {
    margin-left: -35px;
  }
  /* line 203, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-large > * {
    padding-left: 35px;
  }
  /* Vertical */
  /* line 206, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}

/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  /* line 216, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-large {
    margin-left: -50px;
  }
  /* line 217, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-large > * {
    padding-left: 50px;
  }
  /* Vertical */
  /* line 220, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}

/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
/* line 236, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 241, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 246, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):not(header p):not(header nav):not(header nav ul):not(header nav ul li):not(body > div:not(.uk-datepicker) > main):not(body > div:not(.uk-datepicker) > aside):not(form .uk-form-row input:not(#date)):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd;
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 259, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 266, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  /* line 277, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  /* line 282, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 287, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

/*
 * Vertical divider
 */
/* line 298, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}

/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
/* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-match > *, body > div:not(.uk-datepicker) > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 321, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-match > * > *, body > div:not(.uk-datepicker) > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}

/* Even grid cell widths
 ========================================================================== */
/* line 334, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

/* line 339, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-1-2 > * {
  width: 50%;
}

/* line 340, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-1-3 > * {
  width: 33.333%;
}

/* line 341, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-1-4 > * {
  width: 25%;
}

/* line 342, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-1-5 > * {
  width: 20%;
}

/* line 343, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-1-6 > * {
  width: 16.666%;
}

/* line 344, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-1-10 > * {
  width: 10%;
}

/* line 346, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-grid-width-auto > * {
  width: auto;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* line 351, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  /* line 352, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  /* line 353, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  /* line 354, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  /* line 355, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  /* line 356, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  /* line 357, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 364, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  /* line 365, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  /* line 366, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  /* line 367, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  /* line 368, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  /* line 369, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  /* line 370, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 377, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  /* line 378, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  /* line 379, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  /* line 380, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  /* line 381, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  /* line 382, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  /* line 383, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 390, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  /* line 391, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  /* line 392, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  /* line 393, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  /* line 394, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  /* line 395, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  /* line 396, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}

/* Sub-objects: `uk-width-*`
 ========================================================================== */
/* line 404, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

/*
 * Widths
 */
/* Whole */
/* line 414, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-1, header p, header nav, header nav ul, header nav ul li, body > div:not(.uk-datepicker) > main, body > div:not(.uk-datepicker) > aside, form .uk-form-row input:not(#date) {
  width: 100%;
}

/* Halves */
/* line 417, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}

/* Thirds */
/* line 423, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}

/* line 425, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}

/* Quarters */
/* line 429, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-4 {
  width: 25%;
}

/* line 430, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
/* line 433, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}

/* line 435, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}

/* line 437, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}

/* line 439, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}

/* Sixths */
/* line 443, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-6 {
  width: 16.666%;
}

/* line 444, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-5-6 {
  width: 83.333%;
}

/* Tenths */
/* line 447, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-1-10 {
  width: 10%;
}

/* line 448, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-3-10 {
  width: 30%;
}

/* line 449, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-7-10 {
  width: 70%;
}

/* line 450, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
.uk-width-9-10 {
  width: 90%;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  /* line 456, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  /* line 459, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-2, header nav ul li, form .uk-form-row input:not(#date),
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  /* line 465, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  /* line 467, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  /* line 471, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-4 {
    width: 25%;
  }
  /* line 472, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  /* line 475, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  /* line 477, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  /* line 479, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  /* line 481, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  /* line 485, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  /* line 486, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  /* line 489, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-1-10 {
    width: 10%;
  }
  /* line 490, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-3-10 {
    width: 30%;
  }
  /* line 491, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-7-10 {
    width: 70%;
  }
  /* line 492, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-small-9-10 {
    width: 90%;
  }
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* line 500, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  /* line 503, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  /* line 509, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  /* line 511, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  /* line 515, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-4, body > div:not(.uk-datepicker) > aside {
    width: 25%;
  }
  /* line 516, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-3-4, body > div:not(.uk-datepicker) > main:not(.no-aside) {
    width: 75%;
  }
  /* Fifths */
  /* line 519, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-5, header nav ul li,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  /* line 521, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  /* line 523, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  /* line 525, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  /* line 529, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  /* line 530, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  /* line 533, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  /* line 534, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-3-10 {
    width: 30%;
  }
  /* line 535, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-7-10 {
    width: 70%;
  }
  /* line 536, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-medium-9-10 {
    width: 90%;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* line 544, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  /* line 547, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  /* line 553, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  /* line 555, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  /* line 559, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-4 {
    width: 25%;
  }
  /* line 560, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  /* line 563, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  /* line 565, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  /* line 567, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  /* line 569, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  /* line 573, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  /* line 574, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  /* line 577, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-1-10 {
    width: 10%;
  }
  /* line 578, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-3-10 {
    width: 30%;
  }
  /* line 579, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-7-10 {
    width: 70%;
  }
  /* line 580, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-large-9-10 {
    width: 90%;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  /* line 588, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  /* Halves */
  /* line 591, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  /* Thirds */
  /* line 597, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  /* line 599, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  /* line 603, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  /* line 604, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  /* Fifths */
  /* line 607, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  /* line 609, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  /* line 611, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  /* line 613, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  /* Sixths */
  /* line 617, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  /* line 618, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  /* line 621, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  /* line 622, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  /* line 623, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  /* line 624, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}

/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 640, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  /* line 648, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  /* line 654, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  /* line 656, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  /* line 660, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-1-4 {
    left: 25%;
  }
  /* line 661, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  /* line 664, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  /* line 666, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  /* line 668, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  /* line 670, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  /* line 674, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-1-6 {
    left: 16.666%;
  }
  /* line 675, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  /* line 678, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-1-10 {
    left: 10%;
  }
  /* line 679, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-3-10 {
    left: 30%;
  }
  /* line 680, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-7-10 {
    left: 70%;
  }
  /* line 681, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  /* line 688, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  /* line 694, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  /* line 696, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  /* line 700, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-1-4 {
    left: -25%;
  }
  /* line 701, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  /* line 704, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  /* line 706, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  /* line 708, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  /* line 710, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  /* line 714, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  /* line 715, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  /* line 718, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-1-10 {
    left: -10%;
  }
  /* line 719, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-3-10 {
    left: -30%;
  }
  /* line 720, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-7-10 {
    left: -70%;
  }
  /* line 721, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_grid.scss */
  .uk-pull-9-10 {
    left: -90%;
  }
}

/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
/* line 103, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}

/*
 * Allow panels to be anchors
 */
/* line 114, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}

/*
 * Micro clearfix to make panels more robust
 */
/* line 121, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}

/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel:after {
  clear: both;
}

/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
/* line 133, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

/* Sub-object: `uk-panel-title`
 ========================================================================== */
/* line 139, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #e6cce6;
}

/* Sub-object: `uk-panel-badge`
 ========================================================================== */
/* line 154, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Sub-object: `uk-panel-teaser`
 ========================================================================== */
/* line 165, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-teaser {
  margin-bottom: 15px;
}

/* Sub-object: `uk-panel-body`
 ========================================================================== */
/* line 171, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-body {
  padding: 15px;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
/* line 177, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
}

/* line 184, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-hover:hover {
  color: #444;
}

/* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box .uk-panel-title {
  color: #e6cce6;
}

/* line 191, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}

/* line 196, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

/*
 * Nav in panel
 */
/* line 206, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}

/*
 * Sub-modifier: `uk-panel-box-primary`
 */
/* line 212, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-primary {
  background-color: #344d34;
  color: #e6cce6;
}

/* line 218, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-primary-hover:hover {
  color: #e6cce6;
}

/* line 223, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}

/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
/* line 229, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-secondary {
  background-color: #344d34;
  color: #e6cce6;
}

/* line 235, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-secondary-hover:hover {
  color: #e6cce6;
}

/* line 240, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-box-secondary .uk-panel-title {
  color: #e6cce6;
}

/* Modifier: `uk-panel-hover`
 ========================================================================== */
/* line 246, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-hover {
  padding: 15px;
  color: #444;
}

/* line 252, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444;
}

/* line 258, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}

/* line 263, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

/* Modifier: `uk-panel-header`
 ========================================================================== */
/* line 273, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #444;
}

/* Modifier: `uk-panel-space`
 ========================================================================== */
/* line 284, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-space {
  padding: 30px;
}

/* line 286, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}

/* Modifier: `uk-panel-divider`
 ========================================================================== */
/* line 295, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}

/* line 297, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 310, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  /* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_panel.scss */
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}

/* ========================================================================
   Component: Block
 ========================================================================== */
/* line 35, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block, body > div:not(.uk-datepicker) > main, body > div:not(.uk-datepicker) > aside {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 46, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
  .uk-block, body > div:not(.uk-datepicker) > main, body > div:not(.uk-datepicker) > aside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*
 * Micro clearfix to make blocks more robust
 */
/* line 57, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block:before, body > div:not(.uk-datepicker) > main:before, body > div:not(.uk-datepicker) > aside:before,
.uk-block:after,
body > div:not(.uk-datepicker) > main:after,
body > div:not(.uk-datepicker) > aside:after {
  content: "";
  display: table;
}

/* line 63, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block:after, body > div:not(.uk-datepicker) > main:after, body > div:not(.uk-datepicker) > aside:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 69, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block > :last-child, body > div:not(.uk-datepicker) > main > :last-child, body > div:not(.uk-datepicker) > aside > :last-child {
  margin-bottom: 0;
}

/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
/* line 79, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Tablets and bigger */
@media (min-width: 640px) {
  /* line 87, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 97, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
/* line 112, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block-default, body > div:not(.uk-datepicker) > main, body > div:not(.uk-datepicker) > aside {
  background: #344d34;
}

/*
 * Muted
 */
/* line 121, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block-muted {
  background: #f9f9f9;
}

/*
 * Primary
 */
/* line 130, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block-primary {
  background: #00a8e6;
}

/*
 * Secondary
 */
/* line 139, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_block.scss */
.uk-block-secondary {
  background: #222;
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
/* line 57, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article:before, article:before,
.uk-article:after,
article:after {
  content: "";
  display: table;
}

/* line 63, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article:after, article:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 69, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article > :last-child, article > :last-child {
  margin-bottom: 0;
}

/*
 * Vertical gutter for articles
 */
/* line 75, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article + .uk-article, article + .uk-article, .uk-article + article, article + article {
  margin-top: 25px;
}

/* Sub-object `uk-article-title`
 ========================================================================== */
/* line 81, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article-title, article h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}

/* line 89, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article-title a, article h1 a {
  color: inherit;
  text-decoration: none;
}

/* Sub-object `uk-article-meta`
 ========================================================================== */
/* line 98, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

/* Sub-object `uk-article-lead`
 ========================================================================== */
/* line 109, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article-lead {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

/* Sub-object `uk-article-divider`
 ========================================================================== */
/* line 121, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
.uk-article-divider {
  margin-bottom: 25px;
  border-color: #ddd;
}

/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_article.scss */
* + .uk-article-divider {
  margin-top: 25px;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
/* line 63, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-header {
  margin-bottom: 15px;
}

/*
 * Micro clearfix
 */
/* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}

/* line 78, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-header:after {
  clear: both;
}

/* Sub-object `uk-comment-avatar`
 ========================================================================== */
/* line 84, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}

/* Sub-object `uk-comment-title`
 ========================================================================== */
/* line 94, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}

/* Sub-object `uk-comment-meta`
 ========================================================================== */
/* line 105, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999;
}

/* Sub-object `uk-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
/* line 125, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-body > :last-child {
  margin-bottom: 0;
}

/* Sub-object `uk-comment-list`
 ========================================================================== */
/* line 131, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* line 136, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-list .uk-comment + ul {
  margin: 15px 0 0 0;
  list-style: none;
}

/* line 141, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 15px;
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 147, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_comment.scss */
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}

/* Modifier `uk-comment-primary`
 ========================================================================== */
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
/* line 19, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_cover.scss */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
/* line 34, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_cover.scss */
.uk-cover {
  overflow: hidden;
}

/* line 36, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_cover.scss */
.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
 * To center iframes use `data-uk-cover` JavaScript
 */
/* line 56, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_cover.scss */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/* line 115, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav, header nav ul,
.uk-nav ul, header nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Items
 */
/* line 126, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav li > a, header nav ul li > a {
  display: block;
  text-decoration: none;
}

/* line 131, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav > li > a, header nav ul > li > a {
  padding: 5px 15px;
}

/*
 * Nested items
 */
/* line 137, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav ul, header nav ul ul {
  padding-left: 15px;
}

/* line 139, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav ul a, header nav ul ul a {
  padding: 2px 0;
}

/*
 * Item subtitle
 */
/* line 145, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav li > a > div, header nav ul li > a > div {
  font-size: 12px;
  line-height: 18px;
}

/* Sub-object: `uk-nav-header`
 ========================================================================== */
/* line 154, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

/* line 162, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}

/* Sub-object: `uk-nav-divider`
 ========================================================================== */
/* line 168, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-divider {
  margin: 9px 15px;
}

/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
/* line 181, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
/* line 190, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}

/* line 200, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "";
}

/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
/* line 210, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side > li > a {
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 221, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  /* 2 */
  outline: none;
}

/* Active */
/* line 231, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #fff;
}

/*
 * Sub-object: `uk-nav-header`
 */
/* line 241, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side .uk-nav-header {
  color: #444;
}

/*
 * Sub-object: `uk-nav-divider`
 */
/* line 250, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/*
 * Nested items
 */
/* line 259, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side ul a {
  color: #07D;
}

/* line 260, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-side ul a:hover {
  color: #059;
}

/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
/* line 270, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-dropdown > li > a {
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 281, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #fff;
  /* 2 */
  outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */
/* line 294, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-dropdown .uk-nav-header {
  color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */
/* line 303, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/*
 * Nested items
 */
/* line 312, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-dropdown ul a {
  color: #07D;
}

/* line 313, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-dropdown ul a:hover {
  color: #059;
}

/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
/* line 323, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-navbar > li > a {
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 334, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #fff;
  /* 2 */
  outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */
/* line 347, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-navbar .uk-nav-header {
  color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */
/* line 356, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/*
 * Nested items
 */
/* line 365, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-navbar ul a {
  color: #07D;
}

/* line 366, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-navbar ul a:hover {
  color: #059;
}

/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
/* line 376, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px;
}

/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 389, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #fff;
  /* 2 */
  outline: none;
}

/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
/* line 403, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a, html header nav ul.uk-nav-offcanvas > li.uk-active > a, header nav html ul.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #fff;
}

/*
 * Sub-object: `uk-nav-header`
 */
/* line 413, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}

/*
 * Sub-object: `uk-nav-divider`
 */
/* line 422, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}

/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
/* line 432, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
.uk-nav-offcanvas ul a {
  color: #ccc;
}

/* line 433, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_nav.scss */
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/* line 75, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar, header nav {
  background: #093809;
  color: #a04ea0;
}

/*
 * Micro clearfix
 */
/* line 85, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar:before, header nav:before,
.uk-navbar:after,
header nav:after {
  content: "";
  display: table;
}

/* line 91, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar:after, header nav:after {
  clear: both;
}

/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
/* line 97, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav, header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

/*
 * 1. Create position context for dropdowns
 */
/* line 108, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav > li, header nav ul > li {
  float: left;
  /* 1 */
  position: relative;
}

/*
 * 1. Dimensions
 * 2. Style
 */
/* line 119, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav > li > a, header nav ul > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #a04ea0;
  font-size: 14px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* Appear not as link */
/* line 136, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav > li > a[href='#'], header nav ul > li > a[href='#'] {
  cursor: text;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
/* line 145, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav > li:hover > a, header nav ul > li:hover > a,
.uk-navbar-nav > li > a:focus, header nav ul > li > a:focus,
.uk-navbar-nav > li.uk-open > a, header nav ul > li.uk-open > a {
  background-color: #e6cce6;
  color: #093809;
  /* 3 */
  outline: none;
}

/* OnClick */
/* line 156, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav > li > a:active, header nav ul > li > a:active {
  background-color: #ddd;
  color: #444;
}

/* Active */
/* line 163, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav > li.uk-active > a, header nav ul > li.uk-active > a {
  background-color: #e6cce6;
  color: #093809;
}

/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
/* line 173, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav .uk-navbar-nav-subtitle, header nav ul .uk-navbar-nav-subtitle {
  line-height: 28px;
}

/* line 175, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}

/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
/* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left;
}

/*
 * Helper to center all child elements vertically
 */
/* line 204, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
/* line 221, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}

/*
 * Link colors
 */
/* line 227, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-content > a:not([class]) {
  color: #a04ea0;
}

/* line 228, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-content > a:not([class]):hover {
  color: #059;
}

/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
/* line 234, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-brand {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 245, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
/* line 257, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 268, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

/*
 * 1. Center icon vertically
 */
/* line 280, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-toggle:after {
  content: "";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}

/* line 287, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-toggle-alt:after {
  content: "";
}

/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
/* line 298, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
/* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_navbar.scss */
.uk-navbar-flip {
  float: right;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
/* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
/* line 76, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}

/*
 * DEPRECATED IE9 Support
 */
/* line 92, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

/* line 99, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav:after {
  clear: both;
}

/* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav > * {
  float: left;
}

/* Items
 ========================================================================== */
/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav > * > * {
  display: inline-block;
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
/* line 118, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #07D;
  text-decoration: none;
}

/*
 * Active
 */
/* line 129, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav > .uk-active > * {
  color: #07D;
}

/* Modifier: 'subnav-line'
 ========================================================================== */
/* line 138, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}

/* line 145, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #ddd;
}

/* Modifier: 'subnav-pill'
 ========================================================================== */
/* line 155, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav-pill > * > * {
  padding: 3px 9px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 166, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #eee;
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

/*
 * Active
 * `li` needed for higher specificity to override hover
 */
/* line 181, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav-pill > .uk-active > * {
  background: #00a8e6;
  color: #fff;
}

/* Disabled state
 ========================================================================== */
/* line 191, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_subnav.scss */
.uk-subnav > .uk-disabled > * {
  background: none;
  color: #999;
  text-decoration: none;
  cursor: text;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
/* line 39, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_breadcrumb.scss */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}

/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
/* line 56, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_breadcrumb.scss */
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}

/* line 61, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_breadcrumb.scss */
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}

/* line 65, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_breadcrumb.scss */
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}

/*
 * Disabled
 */
/* line 76, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_breadcrumb.scss */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
/* line 58, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}

/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
/* line 73, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}

/* line 79, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination:after {
  clear: both;
}

/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
/* line 90, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  vertical-align: top;
}

/* line 98, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}

/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
/* line 105, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}

/*
 * Links
 */
/* line 123, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > li > a {
  background: #eee;
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 135, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none;
}

/* OnClick */
/* line 145, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > li > a:active {
  background-color: #ddd;
  color: #444;
}

/*
 * Active
 */
/* line 155, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #fff;
}

/*
 * Disabled
 */
/* line 165, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999;
}

/* Previous and next navigation
 ========================================================================== */
/* line 175, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination-previous {
  float: left;
}

/* line 176, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination-next {
  float: right;
}

/* Alignment modifiers
 ========================================================================== */
/* line 182, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination-left {
  text-align: left;
}

/* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_pagination.scss */
.uk-pagination-right {
  text-align: right;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/* line 53, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

/*
 * Micro clearfix on the deepest container
 */
/* line 64, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}

/* line 70, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab:after {
  clear: both;
}

/*
 * Items
 * 1. Create position context for dropdowns
 */
/* line 77, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}

/* line 84, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #07D;
  text-decoration: none;
}

/* line 94, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
/* line 103, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #059;
  /* 2 */
  outline: none;
}

/* line 114, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}

/* Active */
/* line 122, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li.uk-active > a {
  border-color: #ddd;
  border-bottom-color: transparent;
  background: #fff;
  color: #444;
}

/* Disabled */
/* line 131, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li.uk-disabled > a {
  color: #999;
  cursor: text;
}

/* line 137, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}

/* Modifier: 'tab-flip'
 ========================================================================== */
/* line 148, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-flip > li {
  float: right;
}

/* line 150, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}

/* Modifier: 'tab-responsive'
 ========================================================================== */
/* line 159, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}

/*
 * Icon
 */
/* line 168, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}

/* Modifier: 'tab-center'
 ========================================================================== */
/* line 177, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center {
  border-bottom: 1px solid #ddd;
}

/* line 179, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

/* line 184, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center:before,
.uk-tab-center:after {
  content: "";
  display: table;
}

/* line 190, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center:after {
  clear: both;
}

/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
/* line 197, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}

/* line 204, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}

/* line 209, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}

/* Modifier: 'tab-bottom'
 ========================================================================== */
/* line 215, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-bottom {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

/* line 220, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 225, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}

/* line 232, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}

/* line 241, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #ddd;
}

/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
/* line 254, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}

/* line 262, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #ddd;
  /* 1 */
  z-index: -1;
}

/* line 273, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}

/* line 275, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-grid > li > a {
  text-align: center;
}

/*
 * If `uk-tab-bottom`
 */
/* line 281, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}

/* line 282, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}

/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 294, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  /* line 297, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  /* line 303, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 309, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  /* line 315, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #ddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  /* line 322, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left {
    border-right: 1px solid #ddd;
  }
  /* line 323, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li {
    margin-right: -1px;
  }
  /* line 324, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  /* line 328, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  /* line 335, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  /* line 341, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-right {
    border-left: 1px solid #ddd;
  }
  /* line 342, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-right > li {
    margin-left: -1px;
  }
  /* line 343, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  /* line 347, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  /* line 354, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_tab.scss */
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
/* line 41, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
/* line 61, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}

/*
 * DEPRECATED IE9 Support
 */
/* line 75, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

/* line 82, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav:after {
  clear: both;
}

/* line 84, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav > * {
  float: left;
}

/* Items
 ========================================================================== */
/* line 90, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav > * > * {
  display: block;
  background: #fff;
}

/* line 96, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/*
 * Hover
 */
/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav > * > :hover > img,
.uk-thumbnav > * > :focus > img {
  opacity: 1;
}

/*
 * Active
 */
/* line 113, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnav.scss */
.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}

/* ========================================================================
   Component: List
 ========================================================================== */
/* line 33, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list, body > div:not(.uk-datepicker) > aside div ul, nav.home ul {
  padding: 0;
  list-style: none;
}

/*
 * Micro clearfix to make list more robust
 */
/* line 42, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list > li:before, body > div:not(.uk-datepicker) > aside div ul > li:before, nav.home ul > li:before,
.uk-list > li:after, body > div:not(.uk-datepicker) > aside div ul > li:after, nav.home ul > li:after {
  content: "";
  display: table;
}

/* line 48, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list > li:after, body > div:not(.uk-datepicker) > aside div ul > li:after, nav.home ul > li:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 54, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list > li > :last-child, body > div:not(.uk-datepicker) > aside div ul > li > :last-child, nav.home ul > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */
/* line 60, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list ul, body > div:not(.uk-datepicker) > aside div ul ul, nav.home ul ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

/* Modifier: `uk-list-line`
 ========================================================================== */
/* line 70, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

/* Modifier: `uk-list-striped`
 ========================================================================== */
/* line 81, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list-striped > li {
  padding: 5px 5px;
}

/* line 86, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}

/* Modifier: `uk-list-space`
 ========================================================================== */
/* line 92, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_list.scss */
.uk-list-space > li:nth-child(n+2), body > div:not(.uk-datepicker) > aside div ul > li:nth-child(n+2), nav.home ul > li:nth-child(n+2) {
  margin-top: 10px;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 37, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_description-list.scss */
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  /* line 39, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_description-list.scss */
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 48, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_description-list.scss */
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}

/* Modifier: `uk-description-list-line`
 ========================================================================== */
/* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_description-list.scss */
.uk-description-list-line > dt {
  font-weight: normal;
}

/* line 57, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_description-list.scss */
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

/* line 63, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_description-list.scss */
.uk-description-list-line > dd {
  color: #999;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
/* line 46, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table, table#festival {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
}

/*
 * Add margin if adjacent element
 */
/* line 60, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
* + .uk-table, * + table#festival {
  margin-top: 15px;
}

/* line 62, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table th, table#festival th,
.uk-table td, table#festival td {
  padding: 8px 8px;
}

/*
 * Set alignment
 */
/* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table th, table#festival th {
  text-align: left;
}

/* line 73, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table td, table#festival td {
  vertical-align: top;
}

/* line 75, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table thead th, table#festival thead th {
  vertical-align: bottom;
}

/*
 * Caption and footer
 */
/* line 81, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table caption, table#festival caption,
.uk-table tfoot, table#festival tfoot {
  font-size: 1.2rem;
  font-style: italic;
}

/* line 87, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table caption, table#festival caption {
  text-align: left;
  color: #e6cce6;
}

/*
 * Active State
 */
/* line 96, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table tbody tr.uk-active, table#festival tbody tr.uk-active {
  background: #122e12;
}

/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
/* line 105, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Modifier: `uk-table-striped`
 ========================================================================== */
/* line 112, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

/* Modifier: `uk-table-condensed`
 ========================================================================== */
/* line 121, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table-condensed td {
  padding: 4px 8px;
}

/* Modifier: `uk-table-hover`
 ========================================================================== */
/* line 130, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_table.scss */
.uk-table-hover tbody tr:hover, table#festival tbody tr:hover {
  background: #122e12;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
/* line 126, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input, form input,
.uk-form select, form select,
.uk-form textarea, form textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}

/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
/* line 144, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form select, form select {
  text-transform: none;
}

/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
/* line 152, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form optgroup, form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 163, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input::-moz-focus-inner, form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Removes excess padding in IE 8/9/10.
 */
/* line 172, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input[type="checkbox"], form input[type="checkbox"],
.uk-form input[type="radio"], form input[type="radio"] {
  padding: 0;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
/* line 179, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input[type="checkbox"]:not(:disabled), form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled), form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove default style in iOS.
 */
/* line 186, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form textarea, form textarea,
.uk-form input:not([type]), form input:not([type]),
.uk-form input[type="text"], form input[type="text"],
.uk-form input[type="password"], form input[type="password"],
.uk-form input[type="email"], form input[type="email"],
.uk-form input[type="url"], form input[type="url"],
.uk-form input[type="search"], form input[type="search"],
.uk-form input[type="tel"], form input[type="tel"],
.uk-form input[type="number"], form input[type="number"],
.uk-form input[type="datetime"], form input[type="datetime"] {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
/* line 201, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input[type="search"]::-webkit-search-cancel-button, form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration, form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 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 210, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input[type="number"]::-webkit-inner-spin-button, form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button, form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 217, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form fieldset, form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 228, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form textarea, form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}

/*
 * Removes placeholder transparency in Firefox.
 */
/* line 239, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form ::-moz-placeholder, form ::-moz-placeholder {
  opacity: 1;
}

/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
/* line 245, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form :invalid, form :invalid {
  box-shadow: none;
}

/*
 * Vertical alignment
 */
/* line 251, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form input:not([type="radio"]):not([type="checkbox"]), form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select, form select {
  vertical-align: middle;
}

/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
/* line 262, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form > :last-child, form > :last-child {
  margin-bottom: 0;
}

/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
/* line 273, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form select, form select,
.uk-form textarea, form textarea,
.uk-form input:not([type]), form input:not([type]),
.uk-form input[type="text"], form input[type="text"],
.uk-form input[type="password"], form input[type="password"],
.uk-form input[type="datetime"], form input[type="datetime"],
.uk-form input[type="datetime-local"], form input[type="datetime-local"],
.uk-form input[type="date"], form input[type="date"],
.uk-form input[type="month"], form input[type="month"],
.uk-form input[type="time"], form input[type="time"],
.uk-form input[type="week"], form input[type="week"],
.uk-form input[type="number"], form input[type="number"],
.uk-form input[type="email"], form input[type="email"],
.uk-form input[type="url"], form input[type="url"],
.uk-form input[type="search"], form input[type="search"],
.uk-form input[type="tel"], form input[type="tel"],
.uk-form input[type="color"], form input[type="color"] {
  /* 1 */
  height: 30px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 6px;
  /* 4 */
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
}

/* line 307, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form select:focus, form select:focus,
.uk-form textarea:focus, form textarea:focus,
.uk-form input:not([type]):focus, form input:not([type]):focus,
.uk-form input[type="text"]:focus, form input[type="text"]:focus,
.uk-form input[type="password"]:focus, form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus, form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus, form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus, form input[type="date"]:focus,
.uk-form input[type="month"]:focus, form input[type="month"]:focus,
.uk-form input[type="time"]:focus, form input[type="time"]:focus,
.uk-form input[type="week"]:focus, form input[type="week"]:focus,
.uk-form input[type="number"]:focus, form input[type="number"]:focus,
.uk-form input[type="email"]:focus, form input[type="email"]:focus,
.uk-form input[type="url"]:focus, form input[type="url"]:focus,
.uk-form input[type="search"]:focus, form input[type="search"]:focus,
.uk-form input[type="tel"]:focus, form input[type="tel"]:focus,
.uk-form input[type="color"]:focus, form input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444;
}

/* line 316, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form select:disabled, form select:disabled,
.uk-form textarea:disabled, form textarea:disabled,
.uk-form input:not([type]):disabled, form input:not([type]):disabled,
.uk-form input[type="text"]:disabled, form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled, form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled, form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled, form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled, form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled, form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled, form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled, form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled, form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled, form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled, form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled, form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled, form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled, form input[type="color"]:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999;
}

/*
 * Placeholder
 */
/* line 328, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form :-ms-input-placeholder, form :-ms-input-placeholder {
  color: #999 !important;
}

/* line 329, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form ::-moz-placeholder, form ::-moz-placeholder {
  color: #999;
}

/* line 330, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form ::-webkit-input-placeholder, form ::-webkit-input-placeholder {
  color: #999;
}

/* line 332, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form :disabled:-ms-input-placeholder, form :disabled:-ms-input-placeholder {
  color: #999 !important;
}

/* line 333, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form :disabled::-moz-placeholder, form :disabled::-moz-placeholder {
  color: #999;
}

/* line 334, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form :disabled::-webkit-input-placeholder, form :disabled::-webkit-input-placeholder {
  color: #999;
}

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
/* line 346, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form legend, form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}

/*
 * 1. Fixes IE9
 */
/* line 365, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form legend:after, form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  /* 1 */
  width: 100%;
}

/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
/* line 378, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}

/* line 387, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}

/* Reset height
 * Must be after size modifiers
 ========================================================================== */
/* line 401, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form textarea, form textarea,
.uk-form select[multiple], form select[multiple],
.uk-form select[size], form select[size] {
  height: auto;
}

/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
/* line 414, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

/*
 * Success state
 */
/* line 425, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}

/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
/* line 441, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}

/* line 448, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-blank:focus {
  border-color: #ddd !important;
}

/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
/* line 462, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
input.uk-form-width-mini {
  width: 40px;
}

/* line 463, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
select.uk-form-width-mini {
  width: 65px;
}

/* line 464, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-width-small {
  width: 130px;
}

/* line 465, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-width-medium {
  width: 200px;
}

/* line 466, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-width-large {
  width: 500px;
}

/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
/* line 478, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}

/* line 484, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-row:after {
  clear: both;
}

/*
 * Vertical gutter
 */
/* line 490, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}

/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
/* line 497, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* line 502, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-help-block {
  margin: 5px 0 0 0;
}

/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
/* line 513, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-controls > :first-child, form fieldset > :first-child, form .uk-form-row input:not(#date) > :first-child {
  margin-top: 0;
}

/* line 514, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-controls > :last-child, form fieldset > :last-child, form .uk-form-row input:not(#date) > :last-child {
  margin-bottom: 0;
}

/*
 * Group controls and text into blocks with a small spacing between blocks
 */
/* line 520, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-controls-condensed {
  margin: 5px 0;
}

/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
/* line 527, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-stacked .uk-form-label, form .uk-form-label, .uk-form-stacked form label, form .uk-form-stacked label, form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  /* line 543, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
  .uk-form-horizontal .uk-form-label, .uk-form-horizontal form label, form .uk-form-horizontal label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 555, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
  .uk-form-horizontal .uk-form-label, .uk-form-horizontal form label, form .uk-form-horizontal label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  /* line 562, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
  .uk-form-horizontal .uk-form-controls, .uk-form-horizontal form fieldset, form .uk-form-horizontal fieldset, .uk-form-horizontal form .uk-form-row input:not(#date), form .uk-form-row .uk-form-horizontal input:not(#date) {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  /* line 565, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}

/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
/* line 579, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}

/*
 * 1. Make form element clickable through icon
 */
/* line 592, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999;
  text-align: center;
  /* 1 */
  pointer-events: none;
}

/* line 604, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}

/*
 * Sub-modifier: `uk-form-icon-flip`
 */
/* line 610, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}

/* line 611, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_form.scss */
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 108, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button, input[type=submit], input[type=button] {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #444;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eee;
  vertical-align: middle;
  /* 8 */
  line-height: 30px;
  /* 9 */
  min-height: 30px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
}

/* line 159, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button:not(:disabled), input[type=submit]:not(:disabled), input[type=button]:not(:disabled) {
  cursor: pointer;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
/* line 168, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button:hover, input[type=submit]:hover, input[type=button]:hover,
.uk-button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}

/* Active */
/* line 180, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button:active, input[type=submit]:active, input[type=button]:active,
.uk-button.uk-active,
input.uk-active[type=submit],
input.uk-active[type=button] {
  background-color: #ddd;
  color: #444;
}

/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
/* line 195, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-primary {
  background-color: #00a8e6;
  color: #fff;
}

/* Hover */
/* line 202, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #35b3ee;
  color: #fff;
}

/* Active */
/* line 210, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #fff;
}

/*
 * Modifier: `uk-button-success`
 */
/* line 221, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-success {
  background-color: #8cc14c;
  color: #fff;
}

/* Hover */
/* line 228, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8ec73b;
  color: #fff;
}

/* Active */
/* line 236, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #72ae41;
  color: #fff;
}

/*
 * Modifier: `uk-button-danger`
 */
/* line 247, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-danger {
  background-color: #da314b;
  color: #fff;
}

/* Hover */
/* line 254, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e4354f;
  color: #fff;
}

/* Active */
/* line 262, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91032;
  color: #fff;
}

/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
/* line 275, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button:disabled, input[type=submit]:disabled, input[type=button]:disabled {
  background-color: #f5f5f5;
  color: #999;
}

/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
/* line 286, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
}

/* Color */
/* line 298, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-link {
  color: #07D;
}

/* line 300, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #059;
  text-decoration: underline;
}

/* line 308, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-link:disabled {
  color: #999;
}

/* Focus */
/* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-link:focus {
  outline: 1px dotted;
}

/* Size modifiers
 ========================================================================== */
/* line 317, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px;
}

/* line 324, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}

/* line 331, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}

/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
/* line 351, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}

/* line 363, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-group > * {
  display: inline-block;
}

/* 5 */
/* line 366, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-group .uk-button, .uk-button-group input[type=submit], .uk-button-group input[type=button] {
  vertical-align: top;
}

/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
/* line 377, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_button.scss */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
/* line 73, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 6 */
/* line 88, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
/* line 96, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}

/* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}

/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}

/* Modifier: `uk-icon-justify`
 ========================================================================== */
/* line 115, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-justify {
  width: 1em;
  text-align: center;
}

/* Modifier: `uk-icon-spin`
 ========================================================================== */
/* line 124, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

/* Modifier: `uk-icon-hover`
 ========================================================================== */
/* line 134, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hover {
  color: #999;
}

/*
 * Hover
 */
/* line 143, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hover:hover {
  color: #444;
}

/* Modifier: `uk-icon-button`
 ========================================================================== */
/* line 152, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 172, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none;
}

/* Active */
/* line 182, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-button:active {
  background-color: #ddd;
  color: #444;
}

/* Icon mapping
 ========================================================================== */
/* line 192, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-glass:before {
  content: "\f000";
}

/* line 193, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-music:before {
  content: "\f001";
}

/* line 194, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-search:before {
  content: "\f002";
}

/* line 195, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-envelope-o:before {
  content: "\f003";
}

/* line 196, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-heart:before {
  content: "\f004";
}

/* line 197, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-star:before {
  content: "\f005";
}

/* line 198, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-star-o:before {
  content: "\f006";
}

/* line 199, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-user:before {
  content: "\f007";
}

/* line 200, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-film:before {
  content: "\f008";
}

/* line 201, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-th-large:before {
  content: "\f009";
}

/* line 202, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-th:before {
  content: "\f00a";
}

/* line 203, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-th-list:before {
  content: "\f00b";
}

/* line 204, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-check:before {
  content: "\f00c";
}

/* line 205, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}

/* line 208, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-search-plus:before {
  content: "\f00e";
}

/* line 209, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-search-minus:before {
  content: "\f010";
}

/* line 210, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-power-off:before {
  content: "\f011";
}

/* line 211, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-signal:before {
  content: "\f012";
}

/* line 212, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}

/* line 214, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-trash-o:before {
  content: "\f014";
}

/* line 215, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-home:before {
  content: "\f015";
}

/* line 216, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-o:before {
  content: "\f016";
}

/* line 217, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-clock-o:before {
  content: "\f017";
}

/* line 218, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-road:before {
  content: "\f018";
}

/* line 219, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-download:before {
  content: "\f019";
}

/* line 220, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 221, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 222, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-inbox:before {
  content: "\f01c";
}

/* line 223, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-play-circle-o:before {
  content: "\f01d";
}

/* line 224, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}

/* line 226, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-refresh:before {
  content: "\f021";
}

/* line 227, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-list-alt:before {
  content: "\f022";
}

/* line 228, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-lock:before {
  content: "\f023";
}

/* line 229, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-flag:before {
  content: "\f024";
}

/* line 230, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-headphones:before {
  content: "\f025";
}

/* line 231, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-volume-off:before {
  content: "\f026";
}

/* line 232, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-volume-down:before {
  content: "\f027";
}

/* line 233, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-volume-up:before {
  content: "\f028";
}

/* line 234, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-qrcode:before {
  content: "\f029";
}

/* line 235, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-barcode:before {
  content: "\f02a";
}

/* line 236, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tag:before {
  content: "\f02b";
}

/* line 237, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tags:before {
  content: "\f02c";
}

/* line 238, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-book:before {
  content: "\f02d";
}

/* line 239, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bookmark:before {
  content: "\f02e";
}

/* line 240, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-print:before {
  content: "\f02f";
}

/* line 241, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-camera:before {
  content: "\f030";
}

/* line 242, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-font:before {
  content: "\f031";
}

/* line 243, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bold:before {
  content: "\f032";
}

/* line 244, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-italic:before {
  content: "\f033";
}

/* line 245, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-text-height:before {
  content: "\f034";
}

/* line 246, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-text-width:before {
  content: "\f035";
}

/* line 247, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-align-left:before {
  content: "\f036";
}

/* line 248, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-align-center:before {
  content: "\f037";
}

/* line 249, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-align-right:before {
  content: "\f038";
}

/* line 250, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-align-justify:before {
  content: "\f039";
}

/* line 251, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-list:before {
  content: "\f03a";
}

/* line 252, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}

/* line 254, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-indent:before {
  content: "\f03c";
}

/* line 255, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-video-camera:before {
  content: "\f03d";
}

/* line 256, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}

/* line 259, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pencil:before {
  content: "\f040";
}

/* line 260, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-map-marker:before {
  content: "\f041";
}

/* line 261, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-adjust:before {
  content: "\f042";
}

/* line 262, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tint:before {
  content: "\f043";
}

/* line 263, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}

/* line 265, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-share-square-o:before {
  content: "\f045";
}

/* line 266, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-check-square-o:before {
  content: "\f046";
}

/* line 267, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrows:before {
  content: "\f047";
}

/* line 268, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-step-backward:before {
  content: "\f048";
}

/* line 269, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fast-backward:before {
  content: "\f049";
}

/* line 270, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-backward:before {
  content: "\f04a";
}

/* line 271, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-play:before {
  content: "\f04b";
}

/* line 272, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pause:before {
  content: "\f04c";
}

/* line 273, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stop:before {
  content: "\f04d";
}

/* line 274, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-forward:before {
  content: "\f04e";
}

/* line 275, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fast-forward:before {
  content: "\f050";
}

/* line 276, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-step-forward:before {
  content: "\f051";
}

/* line 277, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-eject:before {
  content: "\f052";
}

/* line 278, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-left:before {
  content: "\f053";
}

/* line 279, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-right:before {
  content: "\f054";
}

/* line 280, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-plus-circle:before {
  content: "\f055";
}

/* line 281, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-minus-circle:before {
  content: "\f056";
}

/* line 282, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-times-circle:before {
  content: "\f057";
}

/* line 283, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-check-circle:before {
  content: "\f058";
}

/* line 284, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-question-circle:before {
  content: "\f059";
}

/* line 285, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-info-circle:before {
  content: "\f05a";
}

/* line 286, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-crosshairs:before {
  content: "\f05b";
}

/* line 287, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-times-circle-o:before {
  content: "\f05c";
}

/* line 288, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-check-circle-o:before {
  content: "\f05d";
}

/* line 289, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ban:before {
  content: "\f05e";
}

/* line 290, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-left:before {
  content: "\f060";
}

/* line 291, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-right:before {
  content: "\f061";
}

/* line 292, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-up:before {
  content: "\f062";
}

/* line 293, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-down:before {
  content: "\f063";
}

/* line 294, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}

/* line 296, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-expand:before {
  content: "\f065";
}

/* line 297, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-compress:before {
  content: "\f066";
}

/* line 298, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-plus:before {
  content: "\f067";
}

/* line 299, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-minus:before {
  content: "\f068";
}

/* line 300, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-asterisk:before {
  content: "\f069";
}

/* line 301, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}

/* line 302, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gift:before {
  content: "\f06b";
}

/* line 303, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-leaf:before {
  content: "\f06c";
}

/* line 304, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fire:before {
  content: "\f06d";
}

/* line 305, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-eye:before {
  content: "\f06e";
}

/* line 306, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-eye-slash:before {
  content: "\f070";
}

/* line 307, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}

/* line 309, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-plane:before {
  content: "\f072";
}

/* line 310, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calendar:before {
  content: "\f073";
}

/* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-random:before {
  content: "\f074";
}

/* line 312, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-comment:before {
  content: "\f075";
}

/* line 313, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-magnet:before {
  content: "\f076";
}

/* line 314, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-up:before {
  content: "\f077";
}

/* line 315, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-down:before {
  content: "\f078";
}

/* line 316, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-retweet:before {
  content: "\f079";
}

/* line 317, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-shopping-cart:before {
  content: "\f07a";
}

/* line 318, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-folder:before {
  content: "\f07b";
}

/* line 319, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-folder-open:before {
  content: "\f07c";
}

/* line 320, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrows-v:before {
  content: "\f07d";
}

/* line 321, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrows-h:before {
  content: "\f07e";
}

/* line 322, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}

/* line 324, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-twitter-square:before {
  content: "\f081";
}

/* line 325, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-facebook-square:before {
  content: "\f082";
}

/* line 326, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-camera-retro:before {
  content: "\f083";
}

/* line 327, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-key:before {
  content: "\f084";
}

/* line 328, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}

/* line 330, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-comments:before {
  content: "\f086";
}

/* line 331, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}

/* line 332, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}

/* line 333, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-star-half:before {
  content: "\f089";
}

/* line 334, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-heart-o:before {
  content: "\f08a";
}

/* line 335, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sign-out:before {
  content: "\f08b";
}

/* line 336, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-linkedin-square:before {
  content: "\f08c";
}

/* line 337, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-thumb-tack:before {
  content: "\f08d";
}

/* line 338, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-external-link:before {
  content: "\f08e";
}

/* line 339, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sign-in:before {
  content: "\f090";
}

/* line 340, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-trophy:before {
  content: "\f091";
}

/* line 341, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-github-square:before {
  content: "\f092";
}

/* line 342, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-upload:before {
  content: "\f093";
}

/* line 343, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-lemon-o:before {
  content: "\f094";
}

/* line 344, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-phone:before {
  content: "\f095";
}

/* line 345, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-square-o:before {
  content: "\f096";
}

/* line 346, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bookmark-o:before {
  content: "\f097";
}

/* line 347, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-phone-square:before {
  content: "\f098";
}

/* line 348, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-twitter:before {
  content: "\f099";
}

/* line 349, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}

/* line 351, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-github:before {
  content: "\f09b";
}

/* line 352, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-unlock:before {
  content: "\f09c";
}

/* line 353, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-credit-card:before {
  content: "\f09d";
}

/* line 354, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-rss:before {
  content: "\f09e";
}

/* line 355, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hdd-o:before {
  content: "\f0a0";
}

/* line 356, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bullhorn:before {
  content: "\f0a1";
}

/* line 357, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bell:before {
  content: "\f0f3";
}

/* line 358, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-certificate:before {
  content: "\f0a3";
}

/* line 359, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}

/* line 360, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}

/* line 361, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}

/* line 362, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}

/* line 363, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 364, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 365, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 366, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 367, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-globe:before {
  content: "\f0ac";
}

/* line 368, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wrench:before {
  content: "\f0ad";
}

/* line 369, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tasks:before {
  content: "\f0ae";
}

/* line 370, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-filter:before {
  content: "\f0b0";
}

/* line 371, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-briefcase:before {
  content: "\f0b1";
}

/* line 372, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}

/* line 373, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}

/* line 375, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}

/* line 377, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cloud:before {
  content: "\f0c2";
}

/* line 378, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-flask:before {
  content: "\f0c3";
}

/* line 379, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}

/* line 381, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}

/* line 383, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-paperclip:before {
  content: "\f0c6";
}

/* line 384, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}

/* line 386, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-square:before {
  content: "\f0c8";
}

/* line 387, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}

/* line 390, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-list-ul:before {
  content: "\f0ca";
}

/* line 391, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-list-ol:before {
  content: "\f0cb";
}

/* line 392, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-strikethrough:before {
  content: "\f0cc";
}

/* line 393, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-underline:before {
  content: "\f0cd";
}

/* line 394, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-table:before {
  content: "\f0ce";
}

/* line 395, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-magic:before {
  content: "\f0d0";
}

/* line 396, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-truck:before {
  content: "\f0d1";
}

/* line 397, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pinterest:before {
  content: "\f0d2";
}

/* line 398, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}

/* line 399, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}

/* line 400, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-google-plus:before {
  content: "\f0d5";
}

/* line 401, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-money:before {
  content: "\f0d6";
}

/* line 402, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-caret-down:before {
  content: "\f0d7";
}

/* line 403, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-caret-up:before {
  content: "\f0d8";
}

/* line 404, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-caret-left:before {
  content: "\f0d9";
}

/* line 405, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-caret-right:before {
  content: "\f0da";
}

/* line 406, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-columns:before {
  content: "\f0db";
}

/* line 407, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}

/* line 409, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}

/* line 411, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}

/* line 413, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-envelope:before {
  content: "\f0e0";
}

/* line 414, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-linkedin:before {
  content: "\f0e1";
}

/* line 415, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}

/* line 417, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}

/* line 419, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}

/* line 421, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-comment-o:before {
  content: "\f0e5";
}

/* line 422, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-comments-o:before {
  content: "\f0e6";
}

/* line 423, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}

/* line 425, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sitemap:before {
  content: "\f0e8";
}

/* line 426, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-umbrella:before {
  content: "\f0e9";
}

/* line 427, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}

/* line 429, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}

/* line 430, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-exchange:before {
  content: "\f0ec";
}

/* line 431, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cloud-download:before {
  content: "\f0ed";
}

/* line 432, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 433, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-user-md:before {
  content: "\f0f0";
}

/* line 434, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stethoscope:before {
  content: "\f0f1";
}

/* line 435, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-suitcase:before {
  content: "\f0f2";
}

/* line 436, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bell-o:before {
  content: "\f0a2";
}

/* line 437, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-coffee:before {
  content: "\f0f4";
}

/* line 438, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cutlery:before {
  content: "\f0f5";
}

/* line 439, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-text-o:before {
  content: "\f0f6";
}

/* line 440, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-building-o:before {
  content: "\f0f7";
}

/* line 441, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hospital-o:before {
  content: "\f0f8";
}

/* line 442, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ambulance:before {
  content: "\f0f9";
}

/* line 443, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-medkit:before {
  content: "\f0fa";
}

/* line 444, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 445, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-beer:before {
  content: "\f0fc";
}

/* line 446, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-h-square:before {
  content: "\f0fd";
}

/* line 447, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-plus-square:before {
  content: "\f0fe";
}

/* line 448, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-double-left:before {
  content: "\f100";
}

/* line 449, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-double-right:before {
  content: "\f101";
}

/* line 450, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-double-up:before {
  content: "\f102";
}

/* line 451, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-double-down:before {
  content: "\f103";
}

/* line 452, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-left:before {
  content: "\f104";
}

/* line 453, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-right:before {
  content: "\f105";
}

/* line 454, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-up:before {
  content: "\f106";
}

/* line 455, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angle-down:before {
  content: "\f107";
}

/* line 456, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-desktop:before {
  content: "\f108";
}

/* line 457, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-laptop:before {
  content: "\f109";
}

/* line 458, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tablet:before {
  content: "\f10a";
}

/* line 459, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}

/* line 461, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-circle-o:before {
  content: "\f10c";
}

/* line 462, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-quote-left:before {
  content: "\f10d";
}

/* line 463, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-quote-right:before {
  content: "\f10e";
}

/* line 464, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-spinner:before {
  content: "\f110";
}

/* line 465, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-circle:before {
  content: "\f111";
}

/* line 466, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}

/* line 468, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-github-alt:before {
  content: "\f113";
}

/* line 469, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-folder-o:before {
  content: "\f114";
}

/* line 470, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-folder-open-o:before {
  content: "\f115";
}

/* line 471, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-smile-o:before {
  content: "\f118";
}

/* line 472, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-frown-o:before {
  content: "\f119";
}

/* line 473, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-meh-o:before {
  content: "\f11a";
}

/* line 474, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gamepad:before {
  content: "\f11b";
}

/* line 475, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-keyboard-o:before {
  content: "\f11c";
}

/* line 476, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-flag-o:before {
  content: "\f11d";
}

/* line 477, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-flag-checkered:before {
  content: "\f11e";
}

/* line 478, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-terminal:before {
  content: "\f120";
}

/* line 479, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-code:before {
  content: "\f121";
}

/* line 480, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}

/* line 482, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}

/* line 485, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-location-arrow:before {
  content: "\f124";
}

/* line 486, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-crop:before {
  content: "\f125";
}

/* line 487, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-code-fork:before {
  content: "\f126";
}

/* line 488, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}

/* line 490, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-question:before {
  content: "\f128";
}

/* line 491, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-info:before {
  content: "\f129";
}

/* line 492, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-exclamation:before {
  content: "\f12a";
}

/* line 493, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-superscript:before {
  content: "\f12b";
}

/* line 494, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-subscript:before {
  content: "\f12c";
}

/* line 495, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-eraser:before {
  content: "\f12d";
}

/* line 496, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 497, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-microphone:before {
  content: "\f130";
}

/* line 498, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-microphone-slash:before {
  content: "\f131";
}

/* line 499, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-shield:before {
  content: "\f132";
}

/* line 500, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calendar-o:before {
  content: "\f133";
}

/* line 501, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 502, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-rocket:before {
  content: "\f135";
}

/* line 503, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-maxcdn:before {
  content: "\f136";
}

/* line 504, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}

/* line 505, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}

/* line 506, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}

/* line 507, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}

/* line 508, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-html5:before {
  content: "\f13b";
}

/* line 509, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-css3:before {
  content: "\f13c";
}

/* line 510, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-anchor:before {
  content: "\f13d";
}

/* line 511, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-unlock-alt:before {
  content: "\f13e";
}

/* line 512, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bullseye:before {
  content: "\f140";
}

/* line 513, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ellipsis-h:before {
  content: "\f141";
}

/* line 514, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ellipsis-v:before {
  content: "\f142";
}

/* line 515, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-rss-square:before {
  content: "\f143";
}

/* line 516, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-play-circle:before {
  content: "\f144";
}

/* line 517, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ticket:before {
  content: "\f145";
}

/* line 518, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-minus-square:before {
  content: "\f146";
}

/* line 519, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-minus-square-o:before {
  content: "\f147";
}

/* line 520, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-level-up:before {
  content: "\f148";
}

/* line 521, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-level-down:before {
  content: "\f149";
}

/* line 522, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-check-square:before {
  content: "\f14a";
}

/* line 523, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pencil-square:before {
  content: "\f14b";
}

/* line 524, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-external-link-square:before {
  content: "\f14c";
}

/* line 525, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-share-square:before {
  content: "\f14d";
}

/* line 526, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-compass:before {
  content: "\f14e";
}

/* line 527, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}

/* line 529, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}

/* line 531, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}

/* line 533, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}

/* line 535, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gbp:before {
  content: "\f154";
}

/* line 536, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}

/* line 538, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}

/* line 540, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}

/* line 544, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}

/* line 547, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}

/* line 549, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}

/* line 551, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file:before {
  content: "\f15b";
}

/* line 552, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-text:before {
  content: "\f15c";
}

/* line 553, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 554, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 555, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}

/* line 556, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}

/* line 557, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}

/* line 558, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}

/* line 559, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-thumbs-up:before {
  content: "\f164";
}

/* line 560, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-thumbs-down:before {
  content: "\f165";
}

/* line 561, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-youtube-square:before {
  content: "\f166";
}

/* line 562, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-youtube:before {
  content: "\f167";
}

/* line 563, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-xing:before {
  content: "\f168";
}

/* line 564, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-xing-square:before {
  content: "\f169";
}

/* line 565, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-youtube-play:before {
  content: "\f16a";
}

/* line 566, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dropbox:before {
  content: "\f16b";
}

/* line 567, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stack-overflow:before {
  content: "\f16c";
}

/* line 568, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-instagram:before {
  content: "\f16d";
}

/* line 569, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-flickr:before {
  content: "\f16e";
}

/* line 570, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-adn:before {
  content: "\f170";
}

/* line 571, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bitbucket:before {
  content: "\f171";
}

/* line 572, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bitbucket-square:before {
  content: "\f172";
}

/* line 573, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tumblr:before {
  content: "\f173";
}

/* line 574, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tumblr-square:before {
  content: "\f174";
}

/* line 575, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-long-arrow-down:before {
  content: "\f175";
}

/* line 576, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-long-arrow-up:before {
  content: "\f176";
}

/* line 577, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-long-arrow-left:before {
  content: "\f177";
}

/* line 578, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-long-arrow-right:before {
  content: "\f178";
}

/* line 579, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-apple:before {
  content: "\f179";
}

/* line 580, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-windows:before {
  content: "\f17a";
}

/* line 581, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-android:before {
  content: "\f17b";
}

/* line 582, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-linux:before {
  content: "\f17c";
}

/* line 583, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dribbble:before {
  content: "\f17d";
}

/* line 584, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-skype:before {
  content: "\f17e";
}

/* line 585, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-foursquare:before {
  content: "\f180";
}

/* line 586, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-trello:before {
  content: "\f181";
}

/* line 587, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-female:before {
  content: "\f182";
}

/* line 588, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-male:before {
  content: "\f183";
}

/* line 589, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}

/* line 591, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sun-o:before {
  content: "\f185";
}

/* line 592, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-moon-o:before {
  content: "\f186";
}

/* line 593, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-archive:before {
  content: "\f187";
}

/* line 594, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bug:before {
  content: "\f188";
}

/* line 595, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-vk:before {
  content: "\f189";
}

/* line 596, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-weibo:before {
  content: "\f18a";
}

/* line 597, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-renren:before {
  content: "\f18b";
}

/* line 598, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pagelines:before {
  content: "\f18c";
}

/* line 599, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stack-exchange:before {
  content: "\f18d";
}

/* line 600, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 601, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 602, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}

/* line 604, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dot-circle-o:before {
  content: "\f192";
}

/* line 605, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wheelchair:before {
  content: "\f193";
}

/* line 606, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-vimeo-square:before {
  content: "\f194";
}

/* line 607, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}

/* line 609, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-plus-square-o:before {
  content: "\f196";
}

/* line 610, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-space-shuttle:before {
  content: "\f197";
}

/* line 611, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-slack:before {
  content: "\f198";
}

/* line 612, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-envelope-square:before {
  content: "\f199";
}

/* line 613, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wordpress:before {
  content: "\f19a";
}

/* line 614, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-openid:before {
  content: "\f19b";
}

/* line 615, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}

/* line 618, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}

/* line 620, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-yahoo:before {
  content: "\f19e";
}

/* line 621, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-google:before {
  content: "\f1a0";
}

/* line 622, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-reddit:before {
  content: "\f1a1";
}

/* line 623, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-reddit-square:before {
  content: "\f1a2";
}

/* line 624, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 625, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}

/* line 626, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-delicious:before {
  content: "\f1a5";
}

/* line 627, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-digg:before {
  content: "\f1a6";
}

/* line 628, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pied-piper:before {
  content: "\f1a7";
}

/* line 629, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 630, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-drupal:before {
  content: "\f1a9";
}

/* line 631, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-joomla:before {
  content: "\f1aa";
}

/* line 632, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-language:before {
  content: "\f1ab";
}

/* line 633, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fax:before {
  content: "\f1ac";
}

/* line 634, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-building:before {
  content: "\f1ad";
}

/* line 635, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-child:before {
  content: "\f1ae";
}

/* line 636, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-paw:before {
  content: "\f1b0";
}

/* line 637, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-spoon:before {
  content: "\f1b1";
}

/* line 638, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cube:before {
  content: "\f1b2";
}

/* line 639, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cubes:before {
  content: "\f1b3";
}

/* line 640, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-behance:before {
  content: "\f1b4";
}

/* line 641, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-behance-square:before {
  content: "\f1b5";
}

/* line 642, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-steam:before {
  content: "\f1b6";
}

/* line 643, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-steam-square:before {
  content: "\f1b7";
}

/* line 644, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-recycle:before {
  content: "\f1b8";
}

/* line 645, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}

/* line 647, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}

/* line 649, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tree:before {
  content: "\f1bb";
}

/* line 650, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-spotify:before {
  content: "\f1bc";
}

/* line 651, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-deviantart:before {
  content: "\f1bd";
}

/* line 652, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-soundcloud:before {
  content: "\f1be";
}

/* line 653, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-database:before {
  content: "\f1c0";
}

/* line 654, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}

/* line 655, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-word-o:before {
  content: "\f1c2";
}

/* line 656, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}

/* line 657, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 658, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}

/* line 661, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}

/* line 663, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}

/* line 665, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}

/* line 667, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-file-code-o:before {
  content: "\f1c9";
}

/* line 668, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-vine:before {
  content: "\f1ca";
}

/* line 669, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-codepen:before {
  content: "\f1cb";
}

/* line 670, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}

/* line 671, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}

/* line 676, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}

/* line 677, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}

/* line 679, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}

/* line 681, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-git-square:before {
  content: "\f1d2";
}

/* line 682, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-git:before {
  content: "\f1d3";
}

/* line 683, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hacker-news:before {
  content: "\f1d4";
}

/* line 684, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}

/* line 685, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-qq:before {
  content: "\f1d6";
}

/* line 686, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}

/* line 688, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}

/* line 690, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}

/* line 692, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-history:before {
  content: "\f1da";
}

/* line 693, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}

/* line 695, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-header:before {
  content: "\f1dc";
}

/* line 696, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-paragraph:before {
  content: "\f1dd";
}

/* line 697, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sliders:before {
  content: "\f1de";
}

/* line 698, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-share-alt:before {
  content: "\f1e0";
}

/* line 699, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}

/* line 700, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bomb:before {
  content: "\f1e2";
}

/* line 701, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}

/* line 703, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tty:before {
  content: "\f1e4";
}

/* line 704, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-binoculars:before {
  content: "\f1e5";
}

/* line 705, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-plug:before {
  content: "\f1e6";
}

/* line 706, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-slideshare:before {
  content: "\f1e7";
}

/* line 707, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-twitch:before {
  content: "\f1e8";
}

/* line 708, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-yelp:before {
  content: "\f1e9";
}

/* line 709, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}

/* line 710, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wifi:before {
  content: "\f1eb";
}

/* line 711, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calculator:before {
  content: "\f1ec";
}

/* line 712, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-paypal:before {
  content: "\f1ed";
}

/* line 713, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-google-wallet:before {
  content: "\f1ee";
}

/* line 714, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-visa:before {
  content: "\f1f0";
}

/* line 715, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}

/* line 716, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-discover:before {
  content: "\f1f2";
}

/* line 717, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-amex:before {
  content: "\f1f3";
}

/* line 718, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}

/* line 719, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}

/* line 720, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bell-slash:before {
  content: "\f1f6";
}

/* line 721, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}

/* line 722, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-trash:before {
  content: "\f1f8";
}

/* line 723, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-copyright:before {
  content: "\f1f9";
}

/* line 724, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-at:before {
  content: "\f1fa";
}

/* line 725, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-eyedropper:before {
  content: "\f1fb";
}

/* line 726, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-paint-brush:before {
  content: "\f1fc";
}

/* line 727, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}

/* line 728, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-area-chart:before {
  content: "\f1fe";
}

/* line 729, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pie-chart:before {
  content: "\f200";
}

/* line 730, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-line-chart:before {
  content: "\f201";
}

/* line 731, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-lastfm:before {
  content: "\f202";
}

/* line 732, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-lastfm-square:before {
  content: "\f203";
}

/* line 733, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-toggle-off:before {
  content: "\f204";
}

/* line 734, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-toggle-on:before {
  content: "\f205";
}

/* line 735, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bicycle:before {
  content: "\f206";
}

/* line 736, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bus:before {
  content: "\f207";
}

/* line 737, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ioxhost:before {
  content: "\f208";
}

/* line 738, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-angellist:before {
  content: "\f209";
}

/* line 739, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc:before {
  content: "\f20a";
}

/* line 740, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}

/* line 743, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-meanpath:before {
  content: "\f20c";
}

/* line 744, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-buysellads:before {
  content: "\f20d";
}

/* line 745, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-connectdevelop:before {
  content: "\f20e";
}

/* line 746, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-dashcube:before {
  content: "\f210";
}

/* line 747, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-forumbee:before {
  content: "\f211";
}

/* line 748, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-leanpub:before {
  content: "\f212";
}

/* line 749, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sellsy:before {
  content: "\f213";
}

/* line 750, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}

/* line 751, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-simplybuilt:before {
  content: "\f215";
}

/* line 752, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-skyatlas:before {
  content: "\f216";
}

/* line 753, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cart-plus:before {
  content: "\f217";
}

/* line 754, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}

/* line 755, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-diamond:before {
  content: "\f219";
}

/* line 756, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-ship:before {
  content: "\f21a";
}

/* line 757, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-user-secret:before {
  content: "\f21b";
}

/* line 758, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-motorcycle:before {
  content: "\f21c";
}

/* line 759, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-street-view:before {
  content: "\f21d";
}

/* line 760, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-heartbeat:before {
  content: "\f21e";
}

/* line 761, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-venus:before {
  content: "\f221";
}

/* line 762, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mars:before {
  content: "\f222";
}

/* line 763, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mercury:before {
  content: "\f223";
}

/* line 764, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-transgender:before {
  content: "\f224";
}

/* line 765, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-transgender-alt:before {
  content: "\f225";
}

/* line 766, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-venus-double:before {
  content: "\f226";
}

/* line 767, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mars-double:before {
  content: "\f227";
}

/* line 768, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-venus-mars:before {
  content: "\f228";
}

/* line 769, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mars-stroke:before {
  content: "\f229";
}

/* line 770, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}

/* line 771, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}

/* line 772, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-neuter:before {
  content: "\f22c";
}

/* line 773, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-facebook-official:before {
  content: "\f230";
}

/* line 774, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pinterest-p:before {
  content: "\f231";
}

/* line 775, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-whatsapp:before {
  content: "\f232";
}

/* line 776, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-server:before {
  content: "\f233";
}

/* line 777, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-user-plus:before {
  content: "\f234";
}

/* line 778, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-user-times:before {
  content: "\f235";
}

/* line 779, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}

/* line 781, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-viacoin:before {
  content: "\f237";
}

/* line 782, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-train:before {
  content: "\f238";
}

/* line 783, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-subway:before {
  content: "\f239";
}

/* line 784, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-medium-logo:before {
  content: "\f23a";
}

/* line 785, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-500px:before {
  content: "\f26e";
}

/* line 786, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-amazon:before {
  content: "\f270";
}

/* line 787, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-balance-scale:before {
  content: "\f24e";
}

/* line 788, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}

/* line 790, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}

/* line 792, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}

/* line 794, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}

/* line 796, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}

/* line 798, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-black-tie:before {
  content: "\f27e";
}

/* line 799, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calendar-check-o:before {
  content: "\f274";
}

/* line 800, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}

/* line 801, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}

/* line 802, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-calendar-times-o:before {
  content: "\f273";
}

/* line 803, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}

/* line 804, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-cc-jcb:before {
  content: "\f24b";
}

/* line 805, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-chrome:before {
  content: "\f268";
}

/* line 806, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-clone:before {
  content: "\f24d";
}

/* line 807, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-commenting:before {
  content: "\f27a";
}

/* line 808, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-commenting-o:before {
  content: "\f27b";
}

/* line 809, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-contao:before {
  content: "\f26d";
}

/* line 810, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-creative-commons:before {
  content: "\f25e";
}

/* line 811, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-expeditedssl:before {
  content: "\f23e";
}

/* line 812, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-firefox:before {
  content: "\f269";
}

/* line 813, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fonticons:before {
  content: "\f280";
}

/* line 814, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-get-pocket:before {
  content: "\f265";
}

/* line 815, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gg:before {
  content: "\f260";
}

/* line 816, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gg-circle:before {
  content: "\f261";
}

/* line 817, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}

/* line 818, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}

/* line 820, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}

/* line 821, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}

/* line 822, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}

/* line 824, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}

/* line 825, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hand-spock-o:before {
  content: "\f259";
}

/* line 826, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hourglass:before {
  content: "\f254";
}

/* line 827, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hourglass-o:before {
  content: "\f250";
}

/* line 828, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}

/* line 830, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}

/* line 832, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}

/* line 834, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-houzz:before {
  content: "\f27c";
}

/* line 835, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-i-cursor:before {
  content: "\f246";
}

/* line 836, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-industry:before {
  content: "\f275";
}

/* line 837, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-internet-explorer:before {
  content: "\f26b";
}

/* line 838, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-map:before {
  content: "\f279";
}

/* line 839, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-map-o:before {
  content: "\f278";
}

/* line 840, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-map-pin:before {
  content: "\f276";
}

/* line 841, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-map-signs:before {
  content: "\f277";
}

/* line 842, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mouse-pointer:before {
  content: "\f245";
}

/* line 843, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-object-group:before {
  content: "\f247";
}

/* line 844, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-object-ungroup:before {
  content: "\f248";
}

/* line 845, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-odnoklassniki:before {
  content: "\f263";
}

/* line 846, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}

/* line 847, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-opencart:before {
  content: "\f23d";
}

/* line 848, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-opera:before {
  content: "\f26a";
}

/* line 849, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-optin-monster:before {
  content: "\f23c";
}

/* line 850, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-registered:before {
  content: "\f25d";
}

/* line 851, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-safari:before {
  content: "\f267";
}

/* line 852, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sticky-note:before {
  content: "\f249";
}

/* line 853, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}

/* line 854, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}

/* line 856, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-trademark:before {
  content: "\f25c";
}

/* line 857, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-tripadvisor:before {
  content: "\f262";
}

/* line 858, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-vimeo:before {
  content: "\f27d";
}

/* line 859, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wikipedia-w:before {
  content: "\f266";
}

/* line 860, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}

/* line 862, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}

/* line 865, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bluetooth:before {
  content: "\f293";
}

/* line 866, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-bluetooth-b:before {
  content: "\f294";
}

/* line 867, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-codiepie:before {
  content: "\f284";
}

/* line 868, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-credit-card-alt:before {
  content: "\f283";
}

/* line 869, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-edge:before {
  content: "\f282";
}

/* line 870, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-fort-awesome:before {
  content: "\f286";
}

/* line 871, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hashtag:before {
  content: "\f292";
}

/* line 872, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-mixcloud:before {
  content: "\f289";
}

/* line 873, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-modx:before {
  content: "\f285";
}

/* line 874, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pause-circle:before {
  content: "\f28b";
}

/* line 875, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-pause-circle-o:before {
  content: "\f28c";
}

/* line 876, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-percent:before {
  content: "\f295";
}

/* line 877, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-product-hunt:before {
  content: "\f288";
}

/* line 878, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-reddit-alien:before {
  content: "\f281";
}

/* line 879, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-scribd:before {
  content: "\f28a";
}

/* line 880, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-shopping-bag:before {
  content: "\f290";
}

/* line 881, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-shopping-basket:before {
  content: "\f291";
}

/* line 882, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stop-circle:before {
  content: "\f28d";
}

/* line 883, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-stop-circle-o:before {
  content: "\f28e";
}

/* line 884, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-usb:before {
  content: "\f287";
}

/* line 886, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}

/* line 888, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 889, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-audio-description:before {
  content: "\f29e";
}

/* line 890, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-blind:before {
  content: "\f29d";
}

/* line 891, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-braille:before {
  content: "\f2a1";
}

/* line 892, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-deaf:before,
.uk-icon-deafness:before {
  content: "\f2a4";
}

/* line 894, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-envira:before {
  content: "\f299";
}

/* line 895, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-font-awesome:before,
.uk-icon-fa:before {
  content: "\f2b4";
}

/* line 897, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-first-order:before {
  content: "\f2b0";
}

/* line 898, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-gitlab:before {
  content: "\f296";
}

/* line 899, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-glide:before {
  content: "\f2a5";
}

/* line 900, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-glide-g:before {
  content: "\f2a6";
}

/* line 901, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 902, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-low-vision:before {
  content: "\f2a8";
}

/* line 903, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-question-circle-o:before {
  content: "\f29c";
}

/* line 904, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}

/* line 906, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-snapchat:before {
  content: "\f2ab";
}

/* line 907, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 908, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-snapchat-square:before {
  content: "\f2ad";
}

/* line 909, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-themeisle:before {
  content: "\f2b2";
}

/* line 910, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-universal-access:before {
  content: "\f29a";
}

/* line 911, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-viadeo:before {
  content: "\f2a9";
}

/* line 912, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-viadeo-square:before {
  content: "\f2aa";
}

/* line 913, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}

/* line 914, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}

/* line 915, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wpbeginner:before {
  content: "\f297";
}

/* line 916, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-wpforms:before {
  content: "\f298";
}

/* line 917, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_icon.scss */
.uk-icon-yoast:before {
  content: "\f2b1";
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 33, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
/* line 49, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}

/* Icon */
/* line 78, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
/* line 91, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* Modifier
 ========================================================================== */
/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1;
}

/* Hover */
/* line 115, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}

/* Icon */
/* line 119, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close-alt:after {
  opacity: 0.5;
}

/* line 121, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_close.scss */
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/* line 37, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_badge.scss */
.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}

/*
 * Keep color when badge is a link
 */
/* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_badge.scss */
a.uk-badge:hover {
  color: #fff;
}

/* Modifier: `uk-badge-notification`;
 ========================================================================== */
/* line 61, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_badge.scss */
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}

/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
/* line 77, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_badge.scss */
.uk-badge-success {
  background-color: #8cc14c;
}

/*
 * Modifier: `uk-badge-warning`
 */
/* line 86, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_badge.scss */
.uk-badge-warning {
  background-color: #faa732;
}

/*
 * Modifier: `uk-badge-danger`
 */
/* line 95, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_badge.scss */
.uk-badge-danger {
  background-color: #da314b;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
/* line 50, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
}

/*
 * Add margin if adjacent element
 */
/* line 62, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
* + .uk-alert {
  margin-top: 15px;
}

/*
 * Remove margin from the last-child
 */
/* line 68, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */
/* line 74, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

/* Close in alert
 ========================================================================== */
/* line 85, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert > .uk-close:first-child {
  float: right;
}

/*
 * Remove margin from adjacent element
 */
/* line 91, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}

/* Modifier: `uk-alert-success`
 ========================================================================== */
/* line 97, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert-success {
  background: #f2fae3;
  color: #659f13;
}

/* Modifier: `uk-alert-warning`
 ========================================================================== */
/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert-warning {
  background: #fffceb;
  color: #e28327;
}

/* Modifier: `uk-alert-danger`
 ========================================================================== */
/* line 117, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert-danger {
  background: #fff1f0;
  color: #d85030;
}

/* Modifier: `uk-alert-large`
 ========================================================================== */
/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert-large {
  padding: 20px;
}

/* line 129, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_alert.scss */
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}

/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
/* line 56, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
/* line 79, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: #aaa;
  background-color: #fff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}

/* Caption
 ========================================================================== */
/* line 94, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444;
}

/* Sizes
 ========================================================================== */
/* line 105, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail-mini {
  width: 150px;
}

/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail-small {
  width: 200px;
}

/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail-medium {
  width: 300px;
}

/* line 108, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail-large {
  width: 400px;
}

/* line 110, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_thumbnail.scss */
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay, figure {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}

/* 6 for Safari */
/* line 124, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay.uk-border-circle, figure.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*
 * Remove margin from content
 */
/* line 130, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay > :first-child, figure > :first-child {
  margin-bottom: 0;
}

/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
/* line 141, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-panel, figure figcaption {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 10px;
  color: #fff;
}

/*
 * Remove margin from the last-child
 */
/* line 158, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-panel > :last-child, figure figcaption > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child, figure figcaption.uk-flex > * > :last-child {
  margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */
/* line 165, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-panel h1, figure figcaption h1,
.uk-overlay-panel h2, figure figcaption h2,
.uk-overlay-panel h3, figure figcaption h3,
.uk-overlay-panel h4, figure figcaption h4,
.uk-overlay-panel h5, figure figcaption h5,
.uk-overlay-panel h6, figure figcaption h6 {
  color: inherit;
}

/* line 172, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-panel a:not([class]), figure figcaption a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

/* line 177, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button), figure figcaption a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}

/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
/* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore), figure:not(:hover):not(.uk-hover):not(.homefig) .uk-overlay-panel:not(.uk-ignore), .uk-overlay-hover:not(:hover):not(.uk-hover) figure figcaption:not(.uk-ignore), figure .uk-overlay-hover:not(:hover):not(.uk-hover) figcaption:not(.uk-ignore), figure:not(:hover):not(.uk-hover):not(.homefig) figcaption:not(.uk-ignore) {
  opacity: 0;
}

/* line 185, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore), .uk-overlay-active figure :not(.uk-active) > figcaption:not(.uk-ignore), figure .uk-overlay-active :not(.uk-active) > figcaption:not(.uk-ignore) {
  opacity: 0;
}

/* Modifier `uk-overlay-background`
 ========================================================================== */
/* line 191, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-background, figure figcaption {
  background: rgba(0, 0, 0, 0.5);
}

/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
/* line 204, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-image {
  padding: 0;
}

/* Position modifiers
 ========================================================================== */
/* line 213, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-top {
  bottom: auto;
}

/* line 215, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-bottom, figure figcaption {
  top: auto;
}

/* line 217, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-left {
  right: auto;
}

/* line 219, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-right {
  left: auto;
}

/* Sub-object `uk-overlay-icon`
 ========================================================================== */
/* line 225, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

/* Transitions
 ========================================================================== */
/* line 246, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

/* line 257, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}

/*
 * Fade
 */
/* line 266, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-fade {
  opacity: 0.7;
}

/* line 268, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-hover:hover .uk-overlay-fade, figure:hover:not(.homefig) .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade, figure.uk-hover:not(.homefig) .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}

/*
 * Scale
 */
/* line 276, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 281, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-hover:hover .uk-overlay-scale, figure:hover:not(.homefig) .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale, figure.uk-hover:not(.homefig) .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
 * Spin
 */
/* line 292, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* line 297, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-hover:hover .uk-overlay-spin, figure:hover:not(.homefig) .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin, figure.uk-hover:not(.homefig) .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

/*
 * Grayscale
 */
/* line 308, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 313, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-hover:hover .uk-overlay-grayscale, figure:hover:not(.homefig) .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale, figure.uk-hover:not(.homefig) .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*
 * Slide
 */
/* line 324, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
[class*='uk-overlay-slide'] {
  opacity: 0;
}

/* Top */
/* line 327, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* Bottom */
/* line 333, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* Left */
/* line 339, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* Right */
/* line 345, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Hover */
/* line 351, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-hover:hover [class*='uk-overlay-slide'], figure:hover:not(.homefig) [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'], figure.uk-hover:not(.homefig) [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
/* line 370, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
/* line 393, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay:hover .uk-overlay-area, figure:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area, figure.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}

/*
 * Icon
 */
/* line 402, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area:empty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
/* line 429, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}

/*
 * 1. Needed for vertical alignment
 */
/* line 435, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
/* line 449, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #fff;
}

/*
 * Remove margin from the last-child
 */
/* line 469, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}

/*
 * Links in overlay area
 */
/* line 475, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}

/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
/* line 489, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
/* line 513, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_overlay.scss */
.uk-overlay:hover .uk-overlay-caption, figure:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption, figure.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
/* line 22, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
[class*='uk-column-'] {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

/* Width modifiers
 ========================================================================== */
/* line 33, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/* line 39, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

/* line 45, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

/* line 51, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

/* line 57, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* line 66, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-small-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-small-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 78, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-small-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 84, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-small-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  /* line 90, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-small-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-medium-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-medium-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 113, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-medium-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 119, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-medium-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  /* line 125, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-medium-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 136, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-large-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 142, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-large-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 148, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-large-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 154, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-large-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  /* line 160, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-large-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 171, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-xlarge-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 177, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-xlarge-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-xlarge-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-xlarge-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  /* line 195, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_column.scss */
  .uk-column-xlarge-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
/* line 43, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */
@media screen {
  /* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
/* line 64, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

/*
 * Fade with scale
 */
/* line 77, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

/* line 82, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

/*
 * Fade with slide
 */
/* line 91, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

/* line 96, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

/* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

/*
 * Scale
 */
/* line 115, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}

/*
 * Shake
 */
/* line 124, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/* Direction modifiers
 ========================================================================== */
/* line 133, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Duration modifiers
========================================================================== */
/* line 144, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/* Origin modifiers
========================================================================== */
/* line 153, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 158, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 163, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 168, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 173, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 178, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* line 188, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
/* line 202, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_animation.scss */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}

/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}

/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
/* line 70, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown,
.uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 970;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 200px;
}

/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
/* line 88, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
}

/* Focus */
/* line 99, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown:focus {
  outline: none;
}

/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
/* line 126, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-top {
  margin-top: -5px;
}

/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-bottom {
  margin-top: 5px;
}

/* line 128, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-left {
  margin-left: -5px;
}

/* line 129, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-right {
  margin-left: 5px;
}

/* Nav in dropdown
 ========================================================================== */
/* line 135, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown .uk-nav, .uk-dropdown header nav ul, header nav .uk-dropdown ul {
  margin: 0 -15px;
}

/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
/* line 150, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid, header .uk-dropdown-grid + .uk-dropdown-grid, body > div:not(.uk-datepicker) .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}

/* Panels */
/* line 153, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /*
     * Horizontal gutter
     */
  /* line 162, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 167, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  /* line 176, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
  /*
     * Width multiplier for dropdown columns
     */
  /* line 182, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  /* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  /* line 184, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  /* line 185, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}

/* Phone landscape and smaller */
@media (max-width: 639px) {
  /*
     * Stack columns and take full width
     */
  /* line 196, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  /* line 202, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}

/*
* Stack grid columns
*/
/* line 210, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}

/* line 212, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}

/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
/* line 223, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}

/*
 * Nav in dropdown
 */
/* line 234, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-small .uk-nav, .uk-dropdown-small header nav ul, header nav .uk-dropdown-small ul {
  margin: 0 -5px;
}

/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
/* line 240, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
}

/* line 247, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}

/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
/* line 260, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_dropdown.scss */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}

/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
/* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/*
 * Open state
 */
/* line 103, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal.uk-open {
  opacity: 1;
}

/*
 * Prevents duplicated scrollbar caused by 4.
 */
/* line 109, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
/* line 123, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #344d34;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  border: 2px solid black;
  border-radius: 3px;
  height: 12em;
}

/* Phone landscape and smaller */
@media (max-width: 639px) {
  /*
     * Fit in small screen
     */
  /* line 151, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}

/*
 * Open state
 */
/* line 162, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
 * Remove margin from the last-child
 */
/* line 173, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}

/* Close in modal
 ========================================================================== */
/* line 179, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}

/*
 * Remove margin from adjacent element
 */
/* line 188, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}

/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
/* line 194, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}

/*
 * Close button
 */
/* line 207, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}

/* Phone landscape and smaller */
@media (max-width: 639px) {
  /* line 218, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}

/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
/* line 228, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/*
* Close button
*/
/* line 241, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}

/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 257, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
  .uk-modal-dialog-large {
    width: 930px;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 264, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
  .uk-modal-dialog-large {
    width: 1130px;
  }
}

/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
/* line 272, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-header {
  margin-bottom: 15px;
}

/* line 234, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/_uikit-mixins.scss */
.uk-modal-header h3 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* line 277, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-footer {
  margin-top: 15px;
}

/*
 * Remove margin from the last-child
 */
/* line 286, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
/* line 293, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
/* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}

/* line 322, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_modal.scss */
.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
/* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(0, 0, 0, 0.1);
}

/* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas.uk-active {
  display: block;
}

/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 * 3. Needed for the transition to work instead of just letting it pop to the side
 */
/* line 85, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  /* 3 */
  margin-left: 0;
}

/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
/* line 108, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #333;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}

/* line 132, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
/* line 140, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Offcanvase modes
 ========================================================================== */
/* line 149, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-bar[mode='none'] {
  -webkit-transition: none;
  transition: none;
}

/* line 154, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-bar[mode='reveal'] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  clip: rect(0, 0, 100vh, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
}

/* line 162, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-bar-flip[mode='reveal'] {
  clip: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 168, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas-bar-flip[mode='reveal'] > * {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

/* line 175, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* Panel in offcanvas
 ========================================================================== */
/* line 183, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777;
}

/* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas .uk-panel-title {
  color: #ccc;
}

/* line 191, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas .uk-panel a:not([class]) {
  color: #ccc;
}

/* line 192, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_offcanvas.scss */
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #fff;
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
/* line 18, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_switcher.scss */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

/*
 * Items
 */
/* line 30, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_switcher.scss */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
/* line 33, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}

/* line 38, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

/* Weight modifiers
 ========================================================================== */
/* line 48, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-bold {
  font-weight: bold;
}

/* Color modifiers
 ========================================================================== */
/* line 54, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-muted {
  color: #999 !important;
}

/* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-primary {
  color: #2d7091 !important;
}

/* line 56, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-success {
  color: #659f13 !important;
}

/* line 57, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-warning {
  color: #e28327 !important;
}

/* line 58, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-danger {
  color: #d85030 !important;
}

/* line 59, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-contrast {
  color: #fff !important;
}

/* Alignment modifiers
 ========================================================================== */
/* line 65, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-left, figure.homefig figcaption {
  text-align: left !important;
}

/* line 66, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-right {
  text-align: right !important;
}

/* line 67, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-center, header, header p, nav.home ul li {
  text-align: center !important;
}

/* line 68, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-justify {
  text-align: justify !important;
}

/* line 70, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-top {
  vertical-align: top !important;
}

/* line 71, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-middle {
  vertical-align: middle !important;
}

/* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-bottom {
  vertical-align: bottom !important;
}

/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  /* line 77, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
  .uk-text-center-medium {
    text-align: center !important;
  }
  /* line 78, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
  .uk-text-left-medium {
    text-align: left !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 639px) {
  /* line 85, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
  .uk-text-center-small {
    text-align: center !important;
  }
  /* line 86, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
  .uk-text-left-small {
    text-align: left !important;
  }
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
/* line 98, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
/* line 104, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 * Break strings if their length exceeds the width of their container
 */
/* line 114, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* Transform modifiers
 ========================================================================== */
/* line 126, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* line 128, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_text.scss */
.uk-text-uppercase {
  text-transform: uppercase !important;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
/* line 73, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 83, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}

/*
 * Micro clearfix
 */
/* line 94, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}

/* line 100, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-container:after {
  clear: both;
}

/*
 * Center container
 */
/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-container-center, nav.home ul {
  margin-left: auto;
  margin-right: auto;
}

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* line 122, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}

/* line 127, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 *  Create a new block formatting context
 */
/* line 138, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-nbfc {
  overflow: hidden;
}

/* line 140, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
/* line 154, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-float-left {
  float: left;
}

/* line 155, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-float-right {
  float: right;
}

/* 1 */
/* line 158, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
/* line 168, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}

/* line 173, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-align-left {
  margin-right: 15px;
  float: left;
}

/* line 178, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-align-right {
  margin-left: 15px;
  float: right;
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 186, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  /* line 191, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}

/* line 198, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
/* line 211, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-vertical-align {
  font-size: 0.001px;
}

/*
 *  The `uk-vertical-align` container needs a specific height
 */
/* line 217, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
/* line 229, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}

/* line 237, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-vertical-align-middle {
  vertical-align: middle;
}

/* line 238, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-vertical-align-bottom {
  vertical-align: bottom;
}

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
/* line 248, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
[class*='uk-height'] {
  box-sizing: border-box;
}

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
/* line 254, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
/* line 260, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
/* line 274, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
/* line 282, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
/* line 292, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
/* line 306, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin {
  margin-bottom: 15px;
}

/* line 307, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
* + .uk-margin {
  margin-top: 15px;
}

/* line 309, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-top {
  margin-top: 15px !important;
}

/* line 310, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-bottom {
  margin-bottom: 15px !important;
}

/* line 311, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-left, header, body > div:not(.uk-datepicker) {
  margin-left: 15px !important;
}

/* line 312, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-right {
  margin-right: 15px !important;
}

/*
 * Larger margins
 */
/* line 318, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-large {
  margin-bottom: 50px;
}

/* line 319, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
* + .uk-margin-large {
  margin-top: 50px;
}

/* line 321, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-large-top {
  margin-top: 50px !important;
}

/* line 322, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}

/* line 323, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-large-left {
  margin-left: 50px !important;
}

/* line 324, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-large-right {
  margin-right: 50px !important;
}

/*
 * Smaller margins
 */
/* line 330, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-small {
  margin-bottom: 5px;
}

/* line 331, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
* + .uk-margin-small {
  margin-top: 5px;
}

/* line 333, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-small-top {
  margin-top: 5px !important;
}

/* line 334, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}

/* line 335, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-small-left {
  margin-left: 5px !important;
}

/* line 336, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-small-right {
  margin-right: 5px !important;
}

/*
 * Remove margins
 */
/* line 342, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-remove {
  margin: 0 !important;
}

/* line 343, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-top-remove {
  margin-top: 0 !important;
}

/* line 344, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}

/* Padding
 ========================================================================== */
/* line 350, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-padding-remove {
  padding: 0 !important;
}

/* line 351, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-padding-top-remove {
  padding-top: 0 !important;
}

/* line 352, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}

/* line 354, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-padding-vertical-remove, body > div:not(.uk-datepicker) > main, body > div:not(.uk-datepicker) > aside {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Border
 ========================================================================== */
/* line 362, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-border-circle {
  border-radius: 50%;
}

/* line 363, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-border-rounded {
  border-radius: 5px;
}

/* Headings
 ========================================================================== */
/* line 369, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 377, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}

/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
/* line 392, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-link-muted,
.uk-link-muted a {
  color: #444;
}

/* line 395, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444;
}

/*
 * Reset link style
 */
/* line 402, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}

/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
/* line 420, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/*
 * Box with scrolling enabled
 */
/* line 431, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* line 442, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}

/* Overflow
 ========================================================================== */
/* line 448, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
/* line 454, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 459, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}

/* Position
 ========================================================================== */
/* line 465, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
/* line 470, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

/* line 476, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 482, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-top-left {
  top: 0;
  left: 0;
}

/* line 487, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-top-right {
  top: 0;
  right: 0;
}

/* line 492, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 497, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Cover
 */
/* line 506, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
 * Relative
 */
/* line 518, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-relative {
  position: relative !important;
}

/*
 * Z-index
 */
/* line 524, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-position-z-index {
  z-index: 1;
}

/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
/* line 535, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-display-block {
  display: block !important;
}

/* line 536, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-display-inline {
  display: inline !important;
}

/* line 538, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 552, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-visible-small {
    display: none !important;
  }
  /* line 553, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-visible-medium {
    display: none !important;
  }
  /* line 554, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-hidden-large {
    display: none !important;
  }
}

/* Tablets portrait */
@media (min-width: 640px) and (max-width: 959px) {
  /* line 561, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-visible-small {
    display: none !important;
  }
  /* line 562, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-visible-large {
    display: none !important;
  }
  /* line 563, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-hidden-medium {
    display: none !important;
  }
}

/* Phone landscape and smaller*/
@media (max-width: 639px) {
  /* line 570, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-visible-medium {
    display: none !important;
  }
  /* line 571, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-visible-large {
    display: none !important;
  }
  /* line 572, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
  .uk-hidden-small {
    display: none !important;
  }
}

/* Remove from the flow and screen readers on any device */
/* line 577, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* It's hidden, but still affects layout */
/* line 583, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-invisible {
  visibility: hidden !important;
}

/* Show on hover */
/* line 586, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-visible-hover:hover .uk-hidden, body > div:not(.uk-datepicker) > main:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible, body > div:not(.uk-datepicker) > main:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}

/* line 592, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}

/* Hide on touch */
/* line 599, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_utility.scss */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
/* line 16, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 22, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

/*
 * Fixes initial flex-shrink value in IE10
 */
/* line 32, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}

/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
/* line 46, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 52, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 58, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
/* line 71, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 77, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 83, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 89, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* Direction
 ========================================================================== */
/* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 113, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
/* line 124, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 130, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 136, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/*
 * Horizontal alignment
 * Default value is `stretch`
 */
/* line 149, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/* line 155, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

/* line 161, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/* line 167, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

/* line 173, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
/* line 187, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

/* line 193, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* line 203, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* line 209, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Tablet and bigger */
@media (min-width: 640px) {
  /* line 220, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* line 226, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 237, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* line 243, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* line 254, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* line 260, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
/* line 283, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
/* line 295, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
/* line 308, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_flex.scss */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

/* ========================================================================
   Component: Contrast
 ========================================================================== */
/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast {
  color: #fff;
  /* Active */
}

/* line 118, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: fade(#fff, 70%);
  text-decoration: none;
}

/* line 124, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 134, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
  color: #fff;
}

/* line 145, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast em {
  color: #fff;
}

/* line 151, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast h1, .uk-contrast h2, .uk-contrast h3, .uk-contrast h4, .uk-contrast h5, .uk-contrast h6 {
  color: #fff;
}

/* line 157, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast hr {
  border-top-color: fade(#fff, 20%);
}

/* line 163, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav li > a, .uk-contrast header nav ul li > a, header nav .uk-contrast ul li > a,
.uk-contrast .uk-nav li > a:hover,
.uk-contrast header nav ul li > a:hover, header nav
.uk-contrast ul li > a:hover {
  text-decoration: none;
}

/* line 170, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side > li > a {
  color: #fff;
}

/* line 175, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
  background: fade(#fff, 10%);
  color: #fff;
}

/* line 182, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side > li.uk-active > a {
  background: #fff;
  color: #444;
}

/* line 189, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side .uk-nav-header {
  color: #fff;
}

/* line 195, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: fade(#fff, 20%);
}

/* line 201, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side ul a {
  color: fade(#fff, 70%);
}

/* line 202, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-nav-side ul a:hover {
  color: #fff;
}

/* line 208, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-subnav > * > a {
  color: fade(#fff, 70%);
  text-decoration: none;
}

/* line 214, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
  color: #fff;
  text-decoration: none;
}

/* line 221, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-subnav > .uk-active > a {
  color: #fff;
}

/* line 230, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: fade(#fff, 20%);
}

/* line 239, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
  background: fade(#fff, 70%);
  color: #444;
  text-decoration: none;
}

/* line 247, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-subnav-pill > .uk-active > a {
  background: #fff;
  color: #444;
}

/* line 257, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-tab {
  border-bottom-color: fade(#fff, 20%);
}

/* line 259, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-tab > li > a {
  border-color: transparent;
  color: fade(#fff, 70%);
}

/* line 265, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-tab > li > a:hover,
.uk-contrast .uk-tab > li > a:focus,
.uk-contrast .uk-tab > li.uk-open > a {
  border-color: fade(#fff, 70%);
  background: fade(#fff, 70%);
  color: #444;
  text-decoration: none;
}

/* line 276, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-tab > li.uk-active > a {
  border-color: fade(#fff, 20%);
  border-bottom-color: transparent;
  background: #fff;
  color: #444;
}

/* line 288, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-tab-center {
  border-bottom-color: fade(#fff, 20%);
}

/* line 294, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-tab-grid:before {
  border-top-color: fade(#fff, 20%);
}

/* line 300, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-list-line > li:nth-child(n+2) {
  border-top-color: fade(#fff, 20%);
}

/* line 309, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-form select, .uk-contrast form select,
.uk-contrast .uk-form textarea,
.uk-contrast form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast form input[type="tel"],
.uk-contrast .uk-form input[type="color"],
.uk-contrast form input[type="color"] {
  border-color: fade(#fff, 80%);
  background: fade(#fff, 80%);
  color: #444;
  background-clip: padding-box;
}

/* line 332, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-form select:focus, .uk-contrast form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus,
.uk-contrast form input[type="color"]:focus {
  border-color: #fff;
  background: #fff;
  color: #444;
}

/* line 344, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-form :-ms-input-placeholder, .uk-contrast form :-ms-input-placeholder {
  color: fade(#444, 70%) !important;
}

/* line 345, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-form ::-moz-placeholder, .uk-contrast form ::-moz-placeholder {
  color: fade(#444, 70%);
}

/* line 346, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-form ::-webkit-input-placeholder, .uk-contrast form ::-webkit-input-placeholder {
  color: fade(#444, 70%);
}

/* line 352, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-button, .uk-contrast input[type=submit], .uk-contrast input[type=button] {
  color: #444;
  background: #fff;
}

/* line 358, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-button:hover, .uk-contrast input[type=submit]:hover, .uk-contrast input[type=button]:hover,
.uk-contrast .uk-button:focus,
.uk-contrast input[type=submit]:focus,
.uk-contrast input[type=button]:focus {
  background-color: fade(#fff, 80%);
  color: #444;
}

/* line 365, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-button:active, .uk-contrast input[type=submit]:active, .uk-contrast input[type=button]:active,
.uk-contrast .uk-button.uk-active,
.uk-contrast input.uk-active[type=submit],
.uk-contrast input.uk-active[type=button] {
  background-color: fade(#fff, 70%);
  color: #444;
}

/* line 376, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-button-primary {
  background-color: #00a8e6;
  color: #fff;
}

/* line 382, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #35b3ee;
  color: #fff;
}

/* line 389, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #fff;
}

/* line 404, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-icon-hover {
  color: fade(#fff, 70%);
}

/* line 409, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-icon-hover:hover {
  color: #fff;
}

/* line 418, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-icon-button {
  background: #fff;
  color: #444;
}

/* line 424, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: fade(#fff, 80%);
  color: #444;
}

/* line 431, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-icon-button:active {
  background-color: fade(#fff, 70%);
  color: #444;
}

/* line 441, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-text-muted {
  color: fade(#fff, 60%) !important;
}

/* line 442, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_contrast.scss */
.uk-contrast .uk-text-primary {
  color: #2d7091 !important;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  /* line 17, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 26, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 29, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 35, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 37, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 40, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 44, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 51, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/core/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * 1. Highest z-index
 * 2. Reset dropdown width
 * 3. Set animation
 * 4. Needed for scale animation
 */
/* line 55, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker {
  /* 1 */
  z-index: 1050;
  /* 2 */
  width: auto;
  /* 3 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 4 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Sub-object: `uk-datepicker-nav`
========================================================================== */
/* line 72, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}

/*
 * Micro clearfix
 */
/* line 83, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-nav:before,
.uk-datepicker-nav:after {
  content: "";
  display: table;
}

/* line 89, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-nav:after {
  clear: both;
}

/*
 * Previous and next navigation
 */
/* line 95, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-nav a {
  color: #444;
  text-decoration: none;
}

/* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-nav a:hover {
  color: #444;
}

/* line 103, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-previous {
  float: left;
}

/* line 104, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-next {
  float: right;
}

/* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-previous:after,
.uk-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}

/* line 112, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-previous:after {
  content: "";
}

/* line 113, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-next:after {
  content: "";
}

/* Sub-object: `uk-datepicker-heading`
========================================================================== */
/* Sub-object: `uk-datepicker-table`
========================================================================== */
/* Block element behavior */
/* line 126, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table {
  width: 100%;
}

/* line 128, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table th,
.uk-datepicker-table td {
  padding: 2px;
}

/* line 131, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table th {
  font-size: 12px;
}

/*
 * Item
 */
/* line 137, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  text-align: center;
  color: #444;
  text-decoration: none;
}

/*
 * Sub-object: `uk-datepicker-table-muted`
 */
/* line 151, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
a.uk-datepicker-table-muted {
  color: #999;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
/* line 159, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
  background-color: #ddd;
  color: #444;
  /* 2 */
  outline: none;
}

/* OnClick */
/* line 169, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table a:active {
  background-color: #ccc;
  color: #444;
}

/*
 * Active
 */
/* line 179, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_datepicker.scss */
.uk-datepicker-table a.uk-active {
  background: #00a8e6;
  color: #fff;
}

/* ========================================================================
   Component: Form advanced
   Note: Only works in Webkit at the moment
 ========================================================================== */
/*
 * 1. Style
 * 2. Makes box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 */
/* line 44, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type="radio"], form input[type="radio"],
.uk-form input[type="checkbox"], form input[type="checkbox"] {
  /* 1 */
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #aaa;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  outline: 0;
  /* 5 */
  background: transparent;
}

/* Radio */
/* line 65, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type="radio"], form input[type="radio"] {
  border-radius: 50%;
}

/*
 * Checked
 */
/* line 71, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=radio]:before, form input[type=radio]:before,
.uk-form input[type=checkbox]:before, form input[type=checkbox]:before {
  display: block;
}

/* Radio */
/* line 78, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=radio]:checked:before, form input[type=radio]:checked:before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-radius: 50%;
  background: #00a8e6;
}

/* Checkbox */
/* line 89, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=checkbox]:checked:before, form input[type=checkbox]:checked:before,
.uk-form input[type=checkbox]:indeterminate:before, form input[type=checkbox]:indeterminate:before {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 12px;
  color: #00a8e6;
}

/* line 101, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=checkbox]:indeterminate:before, form input[type=checkbox]:indeterminate:before {
  content: "";
}

/*
 * Disabled
 */
/* line 107, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=radio]:disabled, form input[type=radio]:disabled,
.uk-form input[type=checkbox]:disabled, form input[type=checkbox]:disabled {
  border-color: #ddd;
}

/* line 113, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=radio]:disabled:checked:before, form input[type=radio]:disabled:checked:before {
  background-color: #aaa;
}

/* line 114, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/components/_form-advanced.scss */
.uk-form input[type=checkbox]:disabled:checked:before, form input[type=checkbox]:disabled:checked:before,
.uk-form input[type=checkbox]:disabled:indeterminate:before, form input[type=checkbox]:disabled:indeterminate:before {
  color: #aaa;
}

/* line 21, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
header, body > div:not(.uk-datepicker) {
  max-width: 60em;
}

/* line 25, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
html {
  box-sizing: border-box;
}

/* line 29, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* copied from Bootstrap, plus colors */
/* line 34, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  background-color: white;
  color: #00E;
  font-family: initial;
}

/* line 47, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
.sr-only:hover, .sr-only:focus {
  width: auto;
  height: auto;
  margin: inherit;
  overflow: auto;
  clip: inherit;
  border: 2px dotted #00E;
  left: 5px;
}

/* line 59, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
header {
  width: 100%;
  background-color: #4F6C2D;
  background: url("../img/fairy-glen-480w-1x.jpg") no-repeat;
  min-height: 64px;
  /* responsive background image */
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
  header {
    background: url("../img/fairy-glen-480w-2x.jpg") no-repeat;
    background-size: 480px 96px;
  }
}

@media (min-width: 480px) {
  /* line 77, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
  header {
    background: url("../img/fairy-glen-960w-1x.jpg") no-repeat;
    background-size: 960px 64px;
  }
}

@media (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 480px) and (min-resolution: 144dpi) {
  /* line 85, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
  header {
    background: url("../img/fairy-glen-960w-2x.jpg") no-repeat;
    background-size: 960px 64px;
  }
}

/* line 91, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
header p {
  font-family: 'Homemade Apple', 'Lucida Handwriting', 'Apple Chancery', cursive;
  font-size: 1.5rem;
  padding-top: 1em;
  text-shadow: black 1px 1px 2px;
}

@media (min-width: 480px) {
  /* line 106, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
  header nav ul li {
    text-align: center;
  }
}

/* line 122, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
body > div:not(.uk-datepicker) > main {
  outline: none;
}

/* line 128, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
body > div:not(.uk-datepicker) > main h2 {
  clear: both;
}

/* line 165, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
figure:not(.video):not(.homefig) {
  max-width: 308px;
}

@media (min-width: 480px) {
  /* line 169, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
  figure:not(.video):not(.homefig) {
    float: left;
    margin-right: 15px;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  /* line 174, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
  figure:not(.video):not(.homefig) {
    max-width: 12.75em;
  }
}

/* line 205, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
table#festival {
  clear: both;
}

/* line 210, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
table#festival caption {
  font-style: initial;
  font-weight: bold;
  text-align: center;
}

/* line 216, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
table#festival td {
  border-top: 1px solid #122e12;
}

/* line 220, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
table#festival th#time {
  min-width: 4.5rem;
}

/* line 224, /Users/cwcx/Documents/DGMD E-27/assignment3/scss/styles.scss */
table#festival th[colspan] {
  border-top: 2px solid #122e12;
}

/*# sourceMappingURL=../css/styles.map */