#logo {
    width: 2rem;
    height: 2rem;
}

.logo-text {
    text-align: center;
    padding-left: .5rem;
    line-height: 1.1rem;
    font-size: 1.2rem;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.btn {
    background-color: #7395AE;
    font-weight: normal !important;
}

.background-color {
    background-color: #0D3146;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

.nav-link:hover {
    text-decoration: underline;
}

.bg-image {
    background-image: url('../assets/background.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-image-szakbevizsgalas {
    background-image: url('../assets/background-szakbevizsgalas.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homepage-pic {
    width: 50%;
    height: 50%;
    padding: 1rem;
}

.homepage-pic svg {
    animation: rotating 10s linear infinite;
}

@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}


.map {
    height: 20rem;
}

.link-danger {
    text-decoration: none;
    color: red;
}

.link-light {
    text-decoration: none;
}

.phone-icon {
    height: 3rem;
    width: 3rem;
    padding-bottom: .9rem;
}   

.active {
    font-weight: bold;
}

#szolgaltatas-lista .btn {
    width: 15rem;
    height: 2rem;
}

.directone-link {
    color:aqua;
    text-decoration: underline;
}

.directone-link:hover {
    color: #508CA4;
    text-decoration: none;
}