/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the default font size on small devices */
html {
  font-size: 112.5%;
}

#name-and-slogan {
  max-width: 45%;
}

#site-name a {
  font-size: 1em;
}

#logo {
  max-width: 50%;
}

#site-slogan {
  font-size: 0.8em;
  line-height: 1;
}

 /* Menu overrides */

.nav li,
 .nav ul.menu li {
  width: 100%
}

#menu-bar ul > li > a {
  padding: 0px;
  height: 50px;
  line-height: 1;
  background: none;
}

/* Front page panel overrides */
.home-page-bottom-row .panels-flexible-column {
  width: 100%;
}

/* Footer overrides */

#footer #block-block-1 {
  padding-top: 0px;
  max-width: 70%;
}

#footer #block-menu-menu-footer-menu-centre,
#footer #block-menu-menu-footer-menu-right {
  float: left;
}

.node-parabola-article .field-name-body {
  display: block;
}


/* Page layout tweak */
.block-inner,
.menu-wrapper,
.branding-elements {
  margin-left: 10px;
}

/* Fix sizing and position for smartphones */

#name-and-slogan .incfunction {
    font-size:21px;
    margin-right:20px;
    color:white;
}

.no-split {
        white-space:nowrap;
}


#site-slogan {
    margin-top:12px;
}


