@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap");
body,
html {
  min-height: 100%; }

body {
  color: #343937;
  font-family: 'Source Sans Pro', sans-serif; }

svg {
  height: auto; }

a {
  color: #0b5168; }

b,
strong {
  font-weight: 700; }

.color-teal {
  color: #29b4aa; }

.color-blue {
  color: #0b5168; }

.color-lightblue {
  color: #a5d7d5; }

.color-cream {
  color: #ede9dc; }

.color-black {
  color: #343937; }

.bg-teal {
  background-color: #29b4aa; }

.bg-blue {
  background-color: #0b5168; }

.bg-lightblue {
  background-color: #a5d7d5; }

.bg-cream {
  background-color: #ede9dc; }

.bg-cream--light {
  background-color: rgba(237, 233, 220, 0.5); }

.bg-black {
  background-color: #343937; }

h1,
h2,
h3 {
  font-family: 'Sackers Gothic Std', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em; }

.btn {
  border-radius: 99px; }
  .btn-primary {
    background-color: #29b4aa;
    border-color: #29b4aa; }
    .btn-primary:hover {
      background-color: #0b5168;
      border-color: #0b5168; }

.preheader {
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 1rem; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 990;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: background-color 300ms ease-out; }
  .header__logo {
    display: flex;
    align-items: center; }
  .header__portal-login {
    margin-right: 0; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-image: url("../img/proekonomi-header.jpg");
  background-position: center center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 4rem; }
  .hero:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ede9dc;
    opacity: 0.8;
    z-index: 1; }
  .hero__logo, .hero__title {
    z-index: 2;
    position: relative; }
  .hero__logo {
    width: 60%;
    max-width: 240px;
    margin-bottom: 2rem; }
  .hero__title {
    font-size: 5vw; }

.content {
  padding-top: 4rem;
  padding-bottom: 4rem; }

@media (min-width: 576px) {
  .hero {
    padding-top: 6rem; }
    .hero__logo {
      max-width: 160px; }
    .hero__title {
      font-size: 2.4vw; } }

@media (min-width: 768px) {
  .hero {
    min-height: 0;
    height: auto;
    padding-top: 12rem;
    padding-bottom: 10rem; }
    .hero__logo {
      max-width: 280px; }
    .hero__title {
      font-size: 4vw; }
  .content {
    padding-top: 6rem;
    padding-bottom: 6rem; } }

@media (min-width: 992px) {
  .hero {
    padding-top: 16rem;
    padding-bottom: 14rem; }
    .hero__logo {
      margin: 0;
      width: 100%;
      max-width: none; }
    .hero__title {
      font-size: 30px;
      text-align: left; }
  .contacts {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center; }
    .contacts li {
      margin-right: 2rem; }
      .contacts li span {
        left: -.25em;
        position: relative; }
  .content {
    padding-top: 8rem;
    padding-bottom: 8rem; } }

@media (min-width: 1200px) {
  .hero__title {
    font-size: 36px; } }
