.site-header {
  background: none;
}

body,
button,
input,
select,
textarea {
  font-family:
    "Source Sans Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "Lato",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar-brand,
#site-navigation.main-navigation ul {
  font-family:
    "Source Sans Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}

#site-navigation.main-navigation ul {
  font-weight: 400;
  font-style: normal;
}

.site-header {
  background: url(../images/cropped-adri-wide-2.jpg) no-repeat scroll top;
  background-size: cover;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}

.site-header {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(182, 182, 182, 0.3);
  -moz-box-shadow: 0px 0px 2px 1px rgba(182, 182, 182, 0.3);
  -o-box-shadow: 0px 0px 2px 1px rgba(182, 182, 182, 0.3);
  box-shadow: 0px 0px 2px 1px rgba(182, 182, 182, 0.3);
}

.site-title,
.site-description,
.dark .site-title,
.dark .site-description {
  color: #ffffff;
}

.site-title::after {
  background: #ffffff;
  content: "";
}

.wpglobus_flag_hu {
  background-image: url(../images/flags/hu.png);
}

.wpglobus_flag_it {
  background-image: url(../images/flags/it.png);
}

.wpglobus_flag_en {
  background-image: url(../images/flags/us.png);
}

.site-header {
  background-position-x: right;
}

.sidebar {
  display: none;
}

#primary {
  width: 100%;
}

@media (max-width: 359px) {
  .site-header {
    background-size: 768px 170px;
  }
}
