/* 
 * Hummingbird Child Theme CSS
 * Add your custom styles here
 * These styles will override the parent theme styles
 */

/* Example custom styles */
/*
body {
    font-family: 'Arial', sans-serif;
}

.header {
    background-color: #f8f9fa;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
*/

/* Add your custom CSS here */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

body {
  color: #fff;
  background: #26272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e0c374;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

p + p {
  margin: 1rem 0 0;
}

.underline {
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #e0c374;
}

::selection {
  color: #fff;
  background: #e0c374;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.logo {
  text-align: center;
}

.logo__img {
  max-width: 24rem;
}

.cover {
  margin: -2rem 0 4rem;
  width: 100%;
  display: block;
}

.section {
  padding: 0 0 3rem;
}

.section__title {
  font-weight: 600;
  color: #e0c374;
  padding: 0 0 0.5rem;
  font-size: 1.5rem;
}

.section__text {
  text-align: justify;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 2rem;
}

.social__single {
  padding: 1rem;
}

.social__img {
  height: 2rem;
}
.header-bottom .navbar-brand .logo {
    max-height: inherit;
    width: 120px;
    height: 120px;
}
/*# sourceMappingURL=style.css.map */