/* == Container & Layout == */
.container-fluid,
.carousel-div,
.introduction-div,
.news-div {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

body {
  font-family: Tahoma, sans-serif !important;
  background: #ffffff;
}

.background-white {
  background-color: white;
}

/* == Typography == */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0a74b7 !important;
}

a {
  color: #0a74b7 !important;
  text-decoration: none;

}
a:hover {
  text-decoration: underline !important;

}

/* == Superfish Main == */
#superfish-main a {
  text-decoration: none;
}

#superfish-main li.active-trail {
  background-color: #dddddd !important;
}

/* == Superfish Group == */
#superfish-group, #superfish-facilities {
  line-height: normal;
}

#superfish-group a, #superfish-facilities a {
  text-decoration: none;
}

#superfish-group li, #superfish-facilities li {
  margin-right: 20px;
  padding-bottom: 0 !important;
}

/* == Region Primary Menu == */
.region-primary-menu {
  display: flex;
  justify-content: center;
}

/* == Menu Styling == */
.sf-menu {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0 auto;
}

ul.sf-menu {
  line-height: 3.5;
}

ul.sf-menu.sf-style-none {
  margin-bottom: 0;
}

ul.sf-menu.sf-style-none a,
ul.sf-menu.sf-style-none a:visited,
ul.sf-menu.sf-style-none span.nolink {
  border: 0 none;
  padding-right: 1.6em;
  padding-left: 1.6em;
  padding-top: 0;
  padding-bottom: 0;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
  font-weight: 600;
}

/* == Accordion == */
div.sf-accordion-toggle.sf-style-none a {
  background: #ffffff;
  border: 1px solid #0a74b7;
  color: #0a74b7;
  display: inline-block;
  font-weight: bold;
  padding: 0 3em 0 1em;
  position: relative;
  width: 100%;
}

div.sf-accordion-toggle.sf-style-none a.sf-expanded,
ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded {
  background: #ffffff;
}

div.sf-accordion-toggle > a:after {
  content: "≡";
  font-size: 4.5em !important;
  top: 25% !important;
  line-height: 0.6 !important;
}
div.sf-accordion-toggle {
  padding: 0.5rem 1rem;
  height: auto;
}

/* == Sections: Carousel / Intro / News == */
.introduction-div,
.news-div {
  background-color: #0a74b7;
  color: #FFFFFF !important;
}

.introduction-div h1,
.news-div h2 {
  color: #FFFFFF !important;
  font-size: 2.5rem !important;
  text-align: center;
}

.logo-div h2,
.page-home {
  font-size: 2.5rem !important;
  text-align: left;
}

.carousel-div img {
  padding: 0 !important;
}

/* == Header / Main / Footer == */
#header {
  background-image: url("/sites/web.nanocarbon/files/header.jpeg");
  background-repeat: repeat-x;
}

#main {
  margin-top: 20px;
  margin-bottom: 20px;
}

#main li {
  padding-bottom: 10px;
}

#footer {
  background: #444444;
  color: #ffffff;
  padding-bottom: 50px;
  padding-top: 30px;
}

#footer a,
#footer a:hover,
#footer a:active,
#footer a:visited {
  color: #eeeeee !important;
}

#footer h2,
#footer h5 {
  font-size: 1.2rem !important;
  color: grey !important;
}

#copyright {
  background: #333333;
  color: #dddddd;
  padding-bottom: 20px;
  padding-top: 10px;
}

/* == Images == */
img {
  padding-right: 10px;
  padding-bottom: 10px;
}

/* == Fields == */
.field--name-field-folllow div,
.field--name-field-gallery div {
  float: left;
  padding: 2px;
}

.field--label-inline {
  padding-top: 20px;
}

.field--label-above .field__label {
  color: #0a74b7;
  font-weight: normal;
  font-size: 1.6rem;
  padding-top: 10px;
}
.field--name-field-focus {
  margin-top: auto; /* pushes it to bottom of .group-left */
}
.group-left {
  display: flex;
  flex-direction: column;
}
.group-header {
  padding-bottom: 10px;
}
#block-nanocarbon-theme-socialicons a {
  float: left;
}
@media (min-width: 992px) {
  .navbar-brand img {
     height: 100px !important;
  }
}
