

@font-face {
  font-family: 'Montserrat';
  src: url('../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NerkoOne';
  src: url('../Web/NerkoOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bungee';
  src: url('../Web/Bungee-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Montserrat;
  background-color: #0b2239;
  padding-bottom: 3rem;
  color: #f7f7f7
}

.header-css {
  position: fixed; width: 100%; top: 0px; z-index: 5;
  -webkit-box-shadow: 0px 20px 15px 0px rgba(11,34,57,1);
  -moz-box-shadow: 0px 20px 15px 0px rgba(11,34,57,1);
  box-shadow: 0px 20px 15px 0px rgba(11,34,57,1);
}

.header-logo {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  background-image: url('../Web/gepjarmu_felmeres/PNG/LOGO/aszti_logo.png');
  background-repeat: repeat;
  background-size: 100%;
}

.bg-darkblue {
  background-color: #0b2239;
}

.bg-blue {
  background-color: #134276 !important;
}

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

.text-color-blue {
  color: #134276;
}

.text-color-lightblue {
  color: #a4c8ff;
}

.menu-item {
  color: #dbdbdb;
}

.menu-item:hover {
  color: #a4c8ff;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 50rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-divider-sm {
  margin: 2rem 0;
}

.featurette-heading {
  letter-spacing: -.05rem;
}

.radius-5px {
  border-radius: 5px;
}

.border-radius-bottom {
  border-radius: 0px 0px 0.5rem 0.5rem;
}

.border-radius-top {
  border-radius: 0.5rem 0.5rem 0px 0px;
}

.text-justify {
  text-align: justify;
}

.link-no-decoration {
  cursor: pointer;
  text-decoration: none;
}

.link-no-decoration:hover {
 color: inherit;
}

@media (min-width: 40em) {

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.cookie-content {
  position: fixed;
  z-index: 15;
  bottom: 0px;
  width: 100%;
  background-color: #134276;
  box-shadow: 0px -2px 5px 0px rgba(255,255,255,1);
  -webkit-box-shadow: 0px -2px 5px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px -2px 5px 0px rgba(255,255,255,1);
  text-align: justify;
}


@media (min-width: 1551px) {
  .h1-size-resp {
    font-size: 2em;
  }
}

@media (max-width: 1550px) {
  .h1-size-resp {
    font-size: 1.5em;
  }
}

@media (max-width: 700px) {
  .h1-size-resp {
    font-size: 1.2em;
  }
}

@media (min-width: 1250px) {
  .display-block-desktop {
    display: block;
  }

  .display-block-phone {
    display: none;
  }

  .display-flex-desktop {
    display: flex;
  }

  .display-flex-phone {
    display: none;
  }
}

@media (max-width: 1249px) {
  .display-block-desktop {
    display: none;
  }

  .display-block-phone {
    display: block;
  }

  .display-flex-desktop {
    display: none;
  }

  .display-flex-phone {
    display: flex;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 0.8em;
  }

  .smaller-text p {
    font-size: 1em !important;
  }

  .cookie-content {
    height: 120px;
  }
}

@media (min-width: 577px) {
  .cookie-content {
    display: flex;
    align-items: center;
    height: 100px;
  }
}