@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100vh;
}

body {
  position: relative;
  padding-bottom: 411px;
}

.navbar-brand {
  font-family: "Source Sans Pro", sans-serif;
}

header {
  background: url("../images/main.jpg") no-repeat scroll top;
  background-size: cover;
  position: relative;
}

header::after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/page-header-footer.png");
  background-position: center bottom;
}

#languages {
  position: absolute;
  top: 16px;
  right: 16px;
}

#languages a:hover {
  opacity: 0.8;
}

.jumbotron-fluid {
  background: rgba(0, 0, 0, 0.6);
  font-family: "Raleway", sans-serif;
  position: relative;
}

.image-card {
  background-position: center;
  background-size: cover;
  border-radius: 0.25rem 0.25rem 0 0;
  min-height: 200px;
}

.image-article {
  max-width: 50%;
}

.text-card {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#analise-canhamo-maconha {
  background-image: url("../images/canhamo-vs-maconha.jpg");
}

#diferencas-canhamo-cbd-maconha {
  background-image: url("../images/bg1.jpeg");
}

#quais-as-patologias-tratadas {
  background-image: url("../images/online-marketing-hIgeoQjS_iE-unsplash.jpg");
}

#contact-us-image {
  background-image: url("../images/cbd.jpeg");
  background-position: center;
  min-height: 250px;
}

#contact-us-text {
  background: linear-gradient(120deg, rgb(15, 191, 95), rgb(63, 223, 207));
  position: relative;
}

.hidden {
  display: none;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 216px;
  }

  .image-article {
    border-radius: 0.25rem 0 0 0.25rem;
  }

  .text-card {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
  }
}