body,
html {
  font-family: Lato, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
}

.black{
  font-weight: 900;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.75rem;
  /* Margin bottom by footer height */
}


h2{
  font-size: 2.3rem;
  line-height: 3rem;
}

h3{
  text-transform: uppercase;
  font-size: 1.5rem;
  color: gray;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Media breakpoints
-------------------------------------------------- */

@media (min-width: 320px) {
  .logo-max {
    width: 200px;
  }
  h2{
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 992px) {
  .logo-max {
    width: 300px;
  }
}

/* Custom page CSS
-------------------------------------------------- */

.active-valued {
  color: #1b75bb !important;
}

.bg-valued {
  background: linear-gradient(0deg, #0B6DB3, #1b75bb);
}

.bg-cosmas {
  background: #1b75bb;
}

.bg-valued2 {
  background: linear-gradient(45deg, #0B6DB3, #1b75bb);
}

.sep-20{
  height: 20px;
}

.sep-line {
  height: 0.5rem;
}

.rad-10{
  border-radius: 10px !important;
}

.text-max{
  margin: auto;
  max-width: 700px;
}

.text-max2 {
  margin: auto;
  max-width: 750px;
}

/*Primary color: #007bff*/
