body {
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9rem;
  margin-top: -70px;
}

body, html {
  height: 100%;
}

li {
  margin-bottom: 6px;
  line-height: 1.7;
}

.nav-offset {
  height: 60px;
}

main {
  min-height: calc(100vh - 186px);
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  padding: 10px;
  text-transform: none;
  font-weight: 700;
}

h1 {
  font-size: 3.8em !important;
  color: #10395C;
  font-weight: 700;
  margin: 20px 0 30px 0;
}
h1 .h1-vekony {
  font-weight: 500;
}

h2:before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2022/01/skills_it_only_logo_36x36.png") no-repeat;
  width: 32px;
  height: 36px;
  padding-left: 50px;
  float: left;
}

section {
  padding: 0;
  position: relative;
}

section.white {
  color: #10395C;
}

section.light {
  background-color: #EBEBEB;
  color: #212529;
}

section.white h2, section.light h2 {
  color: #10395C;
}

section.dark {
  background-color: #10395C;
  color: whitesmoke;
}
section.dark h2:before {
  background: url("/wp-content/uploads/2022/01/skills_it_only_white_logo_36x36.png") no-repeat;
}

section.highlight h2 {
  margin-top: -20px;
  margin-bottom: 30px;
}

.container {
  padding: 3em 1em 3em 1em;
}

.hero-image {
  background-image: url(/wp-content/uploads/2022/01/skills-it_hero-02.png);
  background-color: #318FB5;
  background-size: cover;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 3em;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-text .szlogen {
  font-size: 1.3rem;
  font-style: italic;
}

.more-btn {
  color: #10395C;
  text-decoration: none;
  display: inline-block;
  border-radius: 25px;
  border: 2px solid rgba(182, 182, 182, 0.49);
  line-height: 100%;
  padding: 9px 13px;
  margin: 10px 0;
  font-weight: 700;
  background-color: #fff;
}
.more-btn:hover {
  color: #fff;
  background-image: linear-gradient(to right, #00B1FF, #092034);
  border: 2px solid #fff;
}

footer {
  background-color: #212529;
  color: whitesmoke;
}

.card {
  background-color: whitesmoke;
  padding: 15px;
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.card.clickable {
  cursor: pointer;
}
.card.dark {
  background-color: #103757;
  border-radius: 15px;
}
.card.dark h3, .card.dark p {
  color: #fff;
  text-align: center;
}
.card.dark.hover:hover {
  transform: translateY(-10px);
  box-shadow: 6px 6px 15px 5px rgba(0, 0, 0, 0.2);
  background-color: whitesmoke;
}
.card.dark.hover:hover h3, .card.dark.hover:hover p {
  color: #3d3d3d;
}
.card.dark.hover:hover .card-separator {
  background-color: #3d3d3d;
}
.card a {
  text-decoration: none;
}
.card h3 {
  color: #10395C;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0 5px 0;
  line-height: 1.5rem;
}
.card .more-btn {
  float: right;
}
.card .card-image {
  height: 200px;
  background-color: #c9c9c9;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.card .card-image.large {
  height: 280px;
}
.card .card-separator {
  width: 80%;
  margin: 15px auto;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.navbar-collapse ul {
  font-size: 13px !important;
}

@media screen and (min-width: 992px) {
  nav {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
    height: 60px;
  }
  nav .navbar-brand {
    position: relative;
    width: 145px;
    height: 45px;
  }
  nav .navbar-brand img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out;
  }
  nav .navbar-brand img.light {
    opacity: 1;
  }
  nav .navbar-brand img.dark {
    opacity: 0;
  }
  nav .nav-item {
    position: relative;
    height: 100%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
  }
  nav .nav-item:not(:first-child):before {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
  }
  nav .nav-item:after {
    transition: all 0.2s ease-in-out;
    content: "";
    width: 0;
    height: 2.5px;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
    border-radius: 2px;
  }
  nav .nav-item:hover:after {
    width: calc(100% - 20px);
  }
  nav a {
    color: #ffffff !important;
  }
  nav.inverse {
    background-color: #ffffff;
    box-shadow: #5c5c5c 0 2px 8px 0px;
  }
  nav.inverse .nav-item:before {
    background-color: rgba(189, 189, 189, 0.8);
  }
  nav.inverse .nav-item:after {
    background-color: #56C3E7;
  }
  nav.inverse a {
    color: #252525 !important;
  }
  nav.inverse .navbar-brand img.light {
    opacity: 0;
  }
  nav.inverse .navbar-brand img.dark {
    opacity: 1;
  }
  nav .mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1210px) {
  .navbar-collapse ul {
    font-size: 10.7px !important;
  }
}
#kapcsolat a {
  text-decoration: none;
}

p {
  font-size: 0.9rem;
  line-height: 1.7rem;
}

.btn-secondary {
  /* background-color: #D69E6B; */
}

/*  @media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
    .nav > .container {
        max-width: 1200px;
    }
} */
.cell-img img {
  max-width: 100%;
}

.team-row {
  margin-top: 25px;
}

.social-icons img {
  height: 40px;
}

header {
  margin-bottom: 70px;
}

/*
:target:before {
    content:"";
    display:block;
    height:150px;
    margin:-150px 0 0;
    position: absolute;
}
*/
a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.highlight-image {
  position: absolute;
  width: calc((100% - 1320px) / 2 + 550px - 60px);
  height: calc(100% - 60px);
  border-top-right-radius: 100px;
  left: 0;
  top: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.highlight-image.right {
  right: 0;
  left: auto;
  border-radius: 0;
  background-size: contain;
}

.highlight-image-mobile {
  display: none;
}

.page-thumbnail-wrapper {
  width: 100%;
  height: 600px;
}
.page-thumbnail-wrapper :hover {
  /* transform: scale(0.97); */
}

.page-thumbnail-outer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1); */
  transition: transform 0.65s ease-in-out
}
.page-thumbnail-outer :hover {
  /* transform: scale(1.2); */
  transform: scale(1.05);
}

.page-thumbnail {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.page-thumbnail-mobile {
  display: none;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.wpcf7-form {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.wpcf7-form h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 10px 0 0 0;
}
.wpcf7-form label {
  margin-top: 15px;
  width: 100%;
  max-width: 500px;
}
.wpcf7-form .btn {
  margin-top: 15px;
}

.rolunk-images > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rolunk-images > p img {
  margin: 0 25px;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2em !important;
  }

  h1:before {
    display: none;
  }

  .highlight-image-mobile {
    display: block;
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: gray;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 60px;
  }

  .page-thumbnail {
    display: none;
  }

  .page-thumbnail-wrapper {
    display: none;
  }

  .page-thumbnail-mobile {
    display: block;
  }

  .highlight-image {
    display: none;
  }

  nav {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    background-color: #f8f9fa !important;
    height: 60px;
    display: flex;
    justify-content: right;
  }
  nav .navbar-brand {
    width: 145px;
    height: 45px;
    flex: 1;
    text-align: center;
    margin-right: 61px;
  }
  nav .navbar-brand img {
    height: 100%;
  }
  nav ul {
    margin-top: 5px;
    background-color: #f8f9fa !important;
    width: 80%;
  }
  nav li {
    display: flex;
    justify-content: center;
    border: solid 1px #eee;
    padding: 10px 20px 10px 20px;
  }
  nav .desktop {
    display: none;
  }
  nav .navbar-toggler {
    margin-left: 5px;
  }
}
.nav li {
  font-size: 12px;
}

/*# sourceMappingURL=main.css.map */
