@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

a {
    text-decoration: none;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


body {
    background-color: #222c74;
    color: white;
}

#logo {
    max-height: 150px;
    margin-right: 20px;
}

h1 {
    font-family: "eb garamond", serif;
    color: white
}

h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 1em;
}

.navbar-nav .nav-link {
    color: #222c74;
}
.navbar-nav .nav-link:hover {
    font-weight: bold;
}

.navbar-nav .nav-link.active {
    color: #222c74;
    font-weight: bold;
}

.nav-link-right a {
    margin-left: 10px;
    color: #222c74;
}

.navbar{ height: 30px;}
/* .navbar a{font-size:12px;} */

#engine_check {
    max-height: 400px;
}


footer a {
    color: white;
    font-weight: normal;
}

#kapcsolat {
    background-color: white;
    color: #222c74;
}

#kapcsolat h1 {
    color: #222c74;
}

#kapcsolat h3 {
    color: #222c74;
}