/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  padding: 0;
  margin: 0;
  width: 100vw;
  font-weight: 300;
  overflow: hidden;
  font-family: "niveau-grotesk"; }

p {
  margin: 0; }

a {
  cursor: pointer;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit; }

li, ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Variables */
/* variables file */
/** MEDIA QUERY USAGE EXAMPLE  =================================================

device/size name is defined as a single string argument.
  .wrapper {
    margin: 0 auto;
    width: 100%;
    @include screen('tablet') {
      width: 90%;
    }

    @include screen('desktop') {
      width: 85%;
    }
  }

====================================================== */
/* Components (Page Sections) */
/* Header Component */
.header-bar {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 6px #111111;
          box-shadow: 0 0 6px #111111; }

.header-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 20px 0; }
  @media only screen and (max-width: 450px) {
    .header-row {
      height: 80px; } }

.title-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: -webkit-calc(100% - 204px);
  width: calc(100% - 204px);
  padding-top: 10px; }
  @media only screen and (max-width: 450px) {
    .title-right {
      padding-top: 5px;
      width: auto; } }

.logo-text {
  background: url(/assets/images/Mediacomm-logo.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 480px;
  height: 40px; }
  @media only screen and (min-width: 451px) and (max-width: 768px) {
    .logo-text {
      width: 360px;
      height: 30px; } }
  @media only screen and (max-width: 450px) {
    .logo-text {
      width: 240px;
      height: 25px; } }

.left-logo {
  background-image: url(/assets/images/MediaComms-Logo-Docklands-CBD-southbank-news.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 2rem;
  height: 60px;
  width: 60px; }
  @media only screen and (max-width: 450px) {
    .left-logo {
      height: 40px;
      width: 40px; } }

/* .header-background {
  background: url(/assets/images/header-background.jpg);
  //The following can be replaced by a mixin:
  //Mixin: see mixin file
  @include bg-image();
  background-attachment: fixed;
  position: relative;
} */
@media only screen and (max-width: 450px) {
  .header-background {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent)), url("/assets/images/video-thumbnail.png");
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), transparent 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent), url("/assets/images/video-thumbnail.png");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.75), transparent 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent), url("/assets/images/video-thumbnail.png");
    background: linear-gradient(rgba(0, 0, 0, 0.75), transparent 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent), url("/assets/images/video-thumbnail.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; } }

.video-background {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100vh;
  min-width: 100vw;
  height: auto;
  width: auto; }
  @media only screen and (max-width: 450px) {
    .video-background {
      display: none; } }

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  z-index: 99; }

.nav-item {
  color: white;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 450;
  line-height: 0.95;
  text-shadow: 0px 0px 10px #333;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s ease-out;
  -o-transition: opacity 0.3s 0.2s ease-out;
  transition: opacity 0.3s 0.2s ease-out;
  word-spacing: 9999999px; }
  @media only screen and (max-width: 450px) {
    .nav-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.75rem !important;
      opacity: 1;
      position: static;
      padding: 20px 0;
      line-height: 2;
      word-spacing: normal; } }
  .nav-item--southbank-button {
    font-size: 32px;
    top: -webkit-calc(85% - 40vh);
    top: calc(85% - 40vh);
    left: 17%; }
  .nav-item--docklands-button {
    font-size: 28px;
    top: -webkit-calc(65% - 40vh);
    top: calc(65% - 40vh);
    left: 42%; }
  .nav-item--cbd-button {
    font-size: 36px;
    top: -webkit-calc(76% - 40vh);
    top: calc(76% - 40vh);
    left: 78%; }
  .nav-item__link {
    text-decoration: none; }

/* Dot styles */
.dot-navigation {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 450px) {
    .dot-navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.dot {
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0px 0px 10px #333;
          box-shadow: 0px 0px 10px #333;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: white; }
  .dot--southbank {
    top: 85%;
    left: 15%; }
    .dot--southbank:before {
      content: '';
      position: absolute;
      top: -250px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      right: 0;
      bottom: 0px;
      height: 2px;
      width: 5px;
      display: block;
      margin: auto 0 0 0;
      background: transparent;
      -webkit-transition: height .3s ease, background-color .3s ease;
      -o-transition: height .3s ease, background-color .3s ease;
      transition: height .3s ease, background-color .3s ease; }
      @media only screen and (max-width: 450px) {
        .dot--southbank:before {
          display: none; } }
  .dot--cbd {
    top: 76%;
    left: 76%; }
    .dot--cbd:before {
      content: '';
      position: absolute;
      top: -250px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      right: 0;
      bottom: 0px;
      height: 2px;
      width: 5px;
      display: block;
      margin: auto 0 0 0;
      background: transparent;
      -webkit-transition: height .3s ease, background-color .3s ease;
      -o-transition: height .3s ease, background-color .3s ease;
      transition: height .3s ease, background-color .3s ease; }
      @media only screen and (max-width: 450px) {
        .dot--cbd:before {
          display: none; } }
  .dot--docklands {
    top: 65%;
    left: 40%; }
    .dot--docklands:before {
      content: '';
      position: absolute;
      top: -250px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      right: 0;
      bottom: 0px;
      height: 2px;
      width: 5px;
      display: block;
      margin: auto 0 0 0;
      background: transparent;
      -webkit-transition: height .3s ease, background-color .3s ease;
      -o-transition: height .3s ease, background-color .3s ease;
      transition: height .3s ease, background-color .3s ease; }
      @media only screen and (max-width: 450px) {
        .dot--docklands:before {
          display: none; } }
  @media only screen and (max-width: 450px) {
    .dot {
      display: none; } }

.dot--southbank.startAnimation {
  cursor: pointer; }
  .dot--southbank.startAnimation.dot--southbank::before {
    height: 42.5vh;
    background: #fff; }

.dot--cbd.startAnimation {
  cursor: pointer; }
  .dot--cbd.startAnimation.dot--cbd::before {
    height: 42.5vh;
    background: #fff; }

.dot--docklands.startAnimation {
  cursor: pointer; }
  .dot--docklands.startAnimation.dot--docklands::before {
    height: 42.5vh;
    background: #fff; }

.downarrow {
  position: absolute;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  bottom: 15%;
  width: 50px; }
  .downarrow:hover {
    cursor: pointer; }
  .downarrow img {
    height: 50px;
    width: 50px; }

.animate {
  -webkit-animation: bounce 2s linear infinite;
  animation: bounce 2s linear infinite; }

@-webkit-keyframes bounce {
  0% {
    bottom: 0; }
  50% {
    bottom: -10px; }
  100% {
    bottom: 0; } }

@keyframes bounce {
  0% {
    bottom: 0; }
  50% {
    bottom: -10px; }
  100% {
    bottom: 0; } }

.text--active {
  opacity: 1 !important; }

.about-section {
  padding: 6.5rem 0 3rem; }
  @media only screen and (max-width: 450px) {
    .about-section {
      padding: 3rem 0; } }

.about-section .container {
  margin: auto;
  width: 65%; }
  @media only screen and (max-width: 450px) {
    .about-section .container {
      word-wrap: break-word;
      width: 70%; } }

.three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 30px; }
  @media only screen and (min-width: 451px) and (max-width: 768px) {
    .three-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0; } }
  @media only screen and (max-width: 450px) {
    .three-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0; } }

.button {
  width: -webkit-calc(100vw / 4.5);
  width: calc(100vw / 4.5);
  height: 25vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }
  @media only screen and (min-width: 451px) and (max-width: 768px) {
    .button {
      width: -webkit-calc(100vw / 1.25);
      width: calc(100vw / 1.25);
      min-height: 33vh;
      margin-top: 40px; } }
  @media only screen and (max-width: 450px) {
    .button {
      width: -webkit-calc(100vw / 1.25);
      width: calc(100vw / 1.25);
      min-height: 33vh;
      margin-top: 30px; } }

.docklands {
  background: url(/assets/images/Docklands-news.png) #ddd;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .docklands:hover {
    background: url(/assets/images/Docklands-news-white.png) #6d9bb6;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.cbd {
  background: url(/assets/images/CBD-news.png) #ddd;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .cbd:hover {
    background: url(/assets/images/CBD-news-white.png) #6d9bb6;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.southbank {
  background: url(/assets/images/southbank-local-news.png) #ddd;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .southbank:hover {
    background: url(/assets/images/southbank-local-news-white.png) #6d9bb6;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.contact-section {
  padding: 80px 0; }
  @media only screen and (max-width: 450px) {
    .contact-section {
      padding: 60px 0; } }

.footer-section {
  font-size: 1rem;
  background: black;
  padding: 0.5rem 1rem; }
  @media only screen and (max-width: 450px) {
    .footer-section {
      font-size: 0.7rem;
      padding: 0.5rem; } }

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.copyright-column {
  font-size: 12px;
  margin-right: 2rem; }
  @media only screen and (max-width: 450px) {
    .copyright-column {
      margin-right: 0; } }

.rss-feed-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px); }
  @media only screen and (max-width: 450px) {
    .rss-feed-column {
      width: -webkit-calc(100% - 168px);
      width: calc(100% - 168px); } }

.marqueeLink {
  color: white;
  margin-right: 2rem; }

/* .rss {
  position: absolute;
  z-index: 8888;
  &--docklands-rss {
    left: 25vw;
  }
  &--cbd-rss {
    left: 50vw;
  }
  &--southbank-rss {
    left: 75vw;
  }
} */
/* General Layout Styles */
html {
  overflow-x: hidden; }

#map {
  height: 400px;
  width: 100%; }
  @media only screen and (max-width: 450px) {
    #map {
      height: 350px; } }

body {
  line-height: 1.5;
  color: #808080;
  font-family: 'Opan Sans', sans-serif;
  position: relative; }

.nav-item, h2 {
  font-family: 'Slabo 27px', serif; }

.container {
  max-width: 70%;
  margin: 0 auto; }
  @media only screen and (min-width: 451px) and (max-width: 768px) {
    .container {
      max-width: 70%; } }
  @media only screen and (max-width: 450px) {
    .container {
      max-width: 80%; } }

.container-2 {
  max-width: 80%;
  margin: 0 auto; }

.bg-black {
  background: black; }

.text-white {
  color: white; }

.text-center {
  text-align: center; }

.text-bold {
  font-weight: 600; }

.space-top {
  margin-top: 4rem; }

.space-bottom {
  margin-bottom: 4rem; }

.space-bottom--single {
  margin-bottom: 1rem; }

.font-size-small {
  font-size: 1.25rem;
  margin-bottom: 1rem; }

.font-size-medium {
  font-size: 1.5rem; }

.font-size-large {
  font-size: 2.125rem; }
  @media only screen and (max-width: 450px) {
    .font-size-large {
      font-size: 1.75rem; } }

.title-space {
  padding-bottom: 1.5rem; }
  @media only screen and (max-width: 450px) {
    .title-space {
      padding-bottom: 1rem; } }

.text-upper {
  text-transform: uppercase; }

/* ===================================
 Breaking everything down into focused components is important as a project grows
 so that everything becomes easy to track.
 then use @import 'component'; to import into the compiler

 Sass supports nesting, which makes writing these components very easy.
 eg:

 .header {

  position: relative;

   &-bar {
   position: absolute;
   width: 100%;
  }

  &-row {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }

}

Once run through the compiler, these will be concatinated into:
  .header
  .header-bar
  .header-row

=================================== */
/* #map {
  width: 750px
  height: 500px;
} */
/* Aesthetics */
