
body {
    font-family: 'Arial', Times, serif;
    font-size: 1rem;
  }

  small, .small-text, footer, aside {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
  }

header {
    display: flex;
    justify-content: center;
}

img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
  }

html {
    scroll-behavior: smooth;
}

table {
    border-collapse: collapse;
    width: 100%;
  }
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
  }
th {
    background-color: #f2f2f2;
  }
  
a:link {
    color: blue;
    opacity: 1;
    text-decoration: underline;
}

a:visited {
    color: rgb(113, 159, 174);
    text-decoration: underline;
}

textarea {
    width: 100%;
    height: 90px;
    resize: vertical;
}

h1 {
    padding: 50px 0 0 0;
    font-size: 2rem;
    text-align: left;
    font-weight: 700;
}

h2 {
    padding: 40px 0 0 0;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 600;
}

h3 {
    padding: 30px 0 0 0;
    font-size: 1.3rem;
    text-align: left;
    font-weight: 600;
}

.background2 {
    background-color: aqua;
}

.background1 {
    background-color: brown
}

.boxbackground {
    background-color: white;
    max-width: 960px;
    
}

.custom-navbar {
    background-color: rgb(0 25 85); /* costum blue */
  }

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  text-decoration: none;
}

.p-10-percent {
    padding-left: 10%;
    padding-right: 10%;
}

.title1 {
    padding: 50px 0 0 0;
    font-size: 1.7rem;
    text-align: left;
    font-weight: 700;
}

.title2 {
    padding: 40px 0 0 0;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 600;
}


.normal-picture {
    padding: 10px 0 10px 0;
}

.bullet-point {
    font-weight: 800;

}

.inner-part-of-bullet-point {
    margin: 0 0 0 40px;
}

.inner-link {
    text-decoration: underline;
    
}

.checkbox-label {
    margin-right: 50px;
  }

.button-group {
    display: flex;
    gap: 40px;
}

.image_center {
    text-align: center;
}

.table {
    text-align: center;
}

.image_center_building {
    text-align: center;
    margin-bottom: 100px;
}

.nav-padding {
    padding: 0 30px 0 30px;
}

.right-nav  {
    padding-right: 30px;
}

.navbar-toggler {
    margin-bottom: 10px;
}

.background-image-div {
    background-image: url('weblap_hatterkep_fejlec/background-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.form_style_div {
    position: relative;
    border: 1px solid black;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}

.form_style_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('tartalom/weblap_hatterkep_fejlec/background.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.form_style {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
}

.div-white {
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    max-width: 65%;
}

.form-control {
    width: 90%;
  }

.active {
font-weight: bold;
background-color: #0d6efd;
border-radius: 5px;
}
  

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    font-weight: bold;
  }
  
  .skip-link:focus {
    top: 0;
  }

.table-bordered {
    border-collapse: collapse;
    width: 100%;
  }












