html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto';
    max-width: 100vw;
    /* max-height: 100vh; */
}

/* desktop properties */
@media screen and (min-width: 1195px) {
    
    body {
        /* overflow-y: hidden; */
    }
    
    #kezdolap_pc {
        background-image: url(images/love-2012531_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #kezdolap-content_pc {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        border-radius: 15px;
    }
    
    #bevezeto_pc {
        background-image: url(images/beauty-355157_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed; 
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
        /* filter: blur(5px); */
    }
    
    #bevezeto-content_pc {
        position: absolute;
        top: 150%;
        left: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        border-radius: 15px;
    }
    
    #arlista_pc {
        background-image: url(images/cloud-2436676_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed; 
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #arlista-content_pc {
        position: absolute;
        top: 250%;
        left: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        border-radius: 15px;
    }
    
    #rendeles_pc {
        background-image: url(images/people-3163556_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed; 
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #rendeles-content_pc {
        
    }
    
    #adatvedelem_pc {
        background-image: url(images/satisfaction-7196040_1280.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed; 
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    #adatvedelem-content_pc {
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        margin-left: 15vw;
        margin-right: 15vw;
        backdrop-filter: blur(10px);
        border-radius: 15px;
    }
    
}


            
@media screen and (max-width: 1195px) {
    #kezdolap_m {
        background-image: url(images/love-2012531_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #kezdolap-content_m {
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        min-height: 80vh;
        padding-top: 20vh;
    }
    
    #bevezeto_m {
        background-image: url(images/beauty-355157_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
        /* filter: blur(5px); */
    }
    
    #bevezeto-content_m {
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        min-height: 80vh;
        padding-top: 20vh;
    }
    
    #arlista_m {
        background-image: url(images/cloud-2436676_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #arlista-content_m {
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        min-height: 80vh;
        padding-top: 20vh;
    }
    
    #rendeles_m {
        background-image: url(images/people-3163556_1280.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #rendeles-content_m {
        backdrop-filter: blur(10px);
        min-height: 80vh;
        padding-top: 20vh;
    }
    
    #adatvedelem_m {
        background-image: url(images/satisfaction-7196040_1280.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        margin: -8px;
        margin-bottom: 8px;
    }
    
    #adatvedelem-content_m {
        background-color:rgba(35, 39, 42, 0.3);
        padding: 30px;
        backdrop-filter: blur(10px);
        min-height: 80vh;
        padding-top: 20vh;
    }
}

p, h1, h2, h3, h4, h5, h6, li{
    color: white;
}

.link a {
    color: dodgerblue;
    text-decoration: none;
    transition: all 0.15s ease-out;
}
.link a:hover {
    color: skyblue;
}
a {
    color: black;
}


#button .button:hover{
    background-color: black;
    color: white;
}
.button_image:hover {
    opacity: 0.3;
}
#content-pc {
    
}
#content-pc p {
    color: whitesmoke;
}
#content-pc h2 {
    color: whitesmoke;
}
@media screen and (min-width: 1195px) {
    table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    min-width: 70vw;
    }
}
@media screen and (max-width: 1195px) {
    table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 70vw;
    }
}

td, th {
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
tr:nth-child(odd) {
  background-color: white;
}

/* desktop #button */
@media screen and (min-width: 1195px) {
  #button .button {
    margin: auto;
    border: 3px solid black;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-out;
    }
}
/* mobile #button */
@media screen and (max-width: 1195px) {
  #button .button {
    margin: auto;
    border: 1px solid black;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    }
}

@media only screen and (min-device-width: 1195px) {
    #mobile-ui {  display: none; }
}
@media only screen and (max-device-width: 1195px) {
    #desktop-ui {  display: none; }
}

    li .button {
        text-decoration: none;
        transition: all 0.3s ease-out;
        color: dodgerblue;
    }
    li .button:hover {
        color: darkblue;
    }
    .button_text {
        text-decoration: none;
        transition: all 0.3s ease-out;
        color: cyan;
    }
    .button_text:hover {
        color: darkorange;
    }
a {
    text-decoration: none;
}
.column {
  float: left;
  width: 50%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1195px) {
  .column {
    width: 100%;
  }
}

#embed {
    max-width: 100%;
}
#embed iframe {
    margin-bottom: 15px;
    
}
iframe {
    max-width: 100%;
}

a {
    text-decoration: none;
}
/* desktop #button2 */
            @media screen and (min-width: 1195px) {
              #button2 .button {
                margin: 2px;
                color: black;
                padding: 10px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                transition: all 0.3s ease-out;
                background-color: white;
                border: 1px solid white;
                }
            }
            /* mobile #button2 */
            @media screen and (max-width: 1195px) {
              #button2 .button {
                margin: 1px;
                color: black;
                padding: 10px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                background-color: white;
                }
            }
            #button2 .button:hover{
                background: none;
                color: whitesmoke;
            }
.button_image:hover {
    opacity: 0.3;
}
.button_profile:hover {
    opacity: 0.3;
    color: grey;
    transition: all 0.15s ease-out;
}
.button_profile {
    margin: auto;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.button_profile img {
    border-radius: 50%;
    max-width: 100%;
}
/* desktop view */
@media screen and (min-width: 1195px) {
    div .add_margin_pc {
        margin-top: 15px;
    }
    ul .add_margin_pc {
        margin-top: 15px;
        margin-left: 50px;
    }
    .button_image:hover {
    opacity: 0.3;
    }
}
/* mobile view */
@media screen and (max-width: 1195px) {
    h1 {
        font-size: 25px;
    }
    div .add_margin_m {
        margin-top: 15px;
    }
    ul .add_margin_m {
        margin-top: 15px;
        margin-left: 30px;
    }
}
.quote {
    background-color: black;
    color: white;
    padding: 5px;
}


/* animation */
        @import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
section{
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .container{
  margin: 30px;
}
section h1{
  margin: 20px;
}
section h2{
  text-align: center;
}
section .text-container{
   display: flex;
}
section .text-container .text-box{
  margin: 20px;
  padding: 20px;
  background: #00000085;
  width: 20vw;
}
section .text-container .text-box h3{
  text-align: center;
    color: whitesmoke;
}

@media (max-width: 1195px){
  section h1{
    text-align: center;
  }
  section .text-container{
    flex-direction: column;
  }
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}  

/* more info: https://alvarotrigo.com/blog/css-animations-scroll/ & https://alvarotrigo.com/blog/css-text-animations/ */


/* The Modal (background) */
            .modal {
              display: none; /* Hidden by default */
              position: fixed; /* Stay in place */
              z-index: 1; /* Sit on top */
              left: 0;
              top: 0;
              width: 100%; /* Full width */
              height: 100%; /* Full height */
              overflow: auto; /* Enable scroll if needed */
              background-color: rgb(0,0,0); /* Fallback color */
              background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            }

            /* Modal Content/Box */
            .modal-content {
              background-color: #fefefe;
              margin: 15% auto; /* 15% from the top and centered */
              padding: 20px;
              border: 1px solid #888;
              width: 50%; /* Could be more or less, depending on screen size */
              height: 15%;
            }
            
            @media (max-width: 480px) {
                .modal-content {
                background-color: #fefefe;
                margin: 15% auto; /* 15% from the top and centered */
                padding: 20px;
                border: 1px solid #888;
                width: 70%; /* Could be more or less, depending on screen size */
                height: 25%;
                }
            }
            
            #modal-text {
                padding-bottom: 20px;
            }
            
            /* The Close Button */
            .close {
              color: green;
              padding: 5px;
              font-size: 15px;
              font-weight: bold;
                border: 1px solid black;
                padding: 10px;
                text-align: center;
                text-decoration: none;
                transition: all 0.3s ease-out;
            }

            .close:hover,
            .close:focus {
              color: white;
              background-color: green;
              text-decoration: none;
              cursor: pointer;
            }
            
            @media (max-width: 480px) {
                #modal-text {
                padding-top: 20px;
                }
            }

.div_white {
    margin: -8px;
    margin-top: 50;
    padding: 30px;
    background-color: whitesmoke;
    margin-bottom: -50px;
}
#menu1 {
    background-color:rgba(35, 39, 42, 0.7);
    margin-left: -8px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    /* filter: blur(5px); */
    backdrop-filter: blur(10px);
    
}
#menu1 .button {
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-out;
    font-size: 20px;
    opacity: 0.7;
}
#menu1 .button:hover{
    opacity: 1;  
}

#menu2 {
    background-color:rgba(35, 39, 42, 0.7);
    background-repeat: no-repeat;
    height: 100px;;
    margin-left: -8px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    /* filter: blur(5px); */
    backdrop-filter: blur(10px);
}
#menu2 .txt {
    color: white;
    margin-left: 15px;
}

/* dropdown-menu */
@media only screen and (max-device-width: 1195px) {
    #desktop-ui {  display: none; }
            .dropdown-button {
              background-color:rgba(35, 39, 42, 0.0);
              color: white;
              padding: 16px;
              font-size: 16px;
              border: none;
            }

            .dropdown {
              position: relative;
              display: inline-block;
              padding: 20px;
            }

            .dropdown-content {
              display: none;
              position: absolute;
              background-color: #f1f1f1;
              min-width: 160px;
              z-index: 1;
            }

            .dropdown-content a {
              color: black;
              padding: 12px 16px;
              text-decoration: none;
              display: block;  
              text-align: right;
            }
            
            .dropdown-content ul {
              margin: 0;
              padding: 0;
    }

            .dropdown-content a:hover {background-color: #ddd;}

            .dropdown:hover .dropdown-content {display: block;}

            .dropdown:hover .dropbtn {background-color: #3e8e41;}
    }

#footer-pc {
    margin: -8px;
    padding: 30px;
    background-image: url(icon/footer.jpg);
    background-color:rgba(35, 39, 42, 0.3);
    backdrop-filter: blur(10px);
}
#footer-pc .footer-pc-content p {
    font-size: 27px;
    opacity: 0.7;
    color: ghostwhite;
}
#footer-pc .footer-pc-content a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: ghostwhite;
}
#footer-pc .footer-pc-content a:hover {
    opacity: 1.0;
}
#footer-m {
    margin: -8px;
    padding: 70px;
    background-image: url(icon/footer.jpg);
    background-color:rgba(35, 39, 42, 0.3);
    backdrop-filter: blur(10px);
}
#footer-m .footer-m-content p {
    margin-bottom: 30px;
    opacity: 0.7;
    color: ghostwhite;
}
#footer-m .footer-m-content hr {
    opacity: 0.7;
}
#footer-m .footer-m-content a {
    text-decoration: none;
    color: ghostwhite;
}
#footer-m .footer-m-content a:hover {
    opacity: 0.7;
}