




 .szolgaltatastipus {
  padding: 5px 0 5px 0;

 }

#header{
    position:fixed;
    top:0;
    display:flex;
    justify-content:space-evenly;
    align-items: center;
    min-height:90px;
    background:white;
    padding:20px 20px 0px 10px;
    width:100%;
    color:#209ff3 
  }
  body{
    font-family: Roboto Mono,monospace;
    word-wrap: break-word;
    text-align: center;
  }
 

  .parallax {
     background-image: url('./images/background2.jpg');
     /* border: 0px solid white; */
     border-radius: 8px;
    width: 100%;
    min-height: 100vh;
         
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  
  #logoContainer{
    width:30vw;
    display:flex;
    justify-content: center;
    align-items:center;
    padding:0 5px;
    height:auto;
    
    
  }
  #logoText{
    padding:2px;
    font-size:20px;
    text-align:center;
    color:#209ff3;
  }
 
  #nav-bar{
    height:auto;
  }
  #navList{
    width: 60vw;
    font-size:20px;
    align-items:center;
    height:auto;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    margin:0 5px 0 0;
    padding:0 15px;
    list-style:none;
    
  }
  #magamrol {
   
    padding-top:120px;
  }
  
  #szolgaltatasok{
  
    height: auto; 
    padding-top:120px;
    
  }
  
  .gif {
    width:75px;
  }
  
  @media (max-width: 1200px){
    
    #header {
      flex-wrap: wrap;
      flex-direction: row;
      flex-basis: auto;
      /* margin-bottom:60px; */
      /*padding:10px 10px;*/

      
    }

    #logoContainer{
      width:20vw;
      display:flex;
      flex-direction: row;
      justify-content: space-between;
      align-items:center;
      padding:0 20px;
      height:auto;
    }

    .description {
      width: auto;
      text-align: center;
      padding: 80px 0 40px 0;
      margin-top:20px;
      
    }
    #sectionContainer {
      margin-top: 20px;
      text-align: center;
      height:auto;
      
    }
    
    .parallax{
      margin-top:20px;
    }
    .gif {
    display: none;
    }
    #navList {
      margin-top: 5px;
      margin-bottom:10px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 50px;
      
    }
    #priceCatCont {
    width:100%;
      display: flex;
      flex-direction: column;
    align-items: stretch;
    text-align: center;
        }

    .priceCat{
      min-width:70%;
      align-self: center;
      margin-top:10px;
      font-size:3.2vmin;
    } 
    /* .button {
      align-self: center;
      margin-top: auto;
     
      
    } */

  }
  
  .flexContainer{
    display:flex;
    
  }
  .sectionTitle{
    text-align:center;
    font-size:40px;
    padding-top:30px;
    color:#209ff3;
  }
  .description{
      font-size: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* height: auto; */
      width: 90vw;
      text-align: center;
      padding:20px;
      
    
  }
  .icon{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  p{
    font-size:20px;
  }

  #arak{
    display:flex;
    flex-direction:column;
    padding-top:120px;

  }
  .priceCat > .cat {
      background-color: #209ff3;
      color: black;
      padding: 15px 0;
      width: 100%;
      text-transform: uppercase;
      font-weight: 700;
  }
  .cat {
    border-radius: 10px 10px 0 0;
  }
  #priceCatCont{
    display:flex;
   justify-content: center;
    margin:auto;
    padding:0 0 50px 0;
    line-height: 1.6;
    
  }
  
  .priceCat:hover {
    transform: scale(1.05);
  }

  .priceCat{
    
    width: calc(100% / 3);
    border:solid 1px;
    border-radius: 10px;
    margin-right:10px;
    display:flex;
    flex-direction: column;
    text-align:center;
    background-color: white;
    
          
  }
  .priceOl{
    margin: 15px 0;
    list-style: none;
    padding:0;
  }
  
  /* .button {
    align-self: center;
    margin-top: auto;
    max-width: 30%;
    font-size: 1.5vmin;
   
  } */
  .button {
    background-color: #209ff3;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:1.4vmin;
    margin: auto 2px 4px 2px;
    cursor: pointer;
    border-radius:10px;
    max-width: 30%;
    align-self: center;
  }





  #idopontfoglalas{
    display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 150px;
      margin-top: 140px;
      padding-top: 90px;
  }

  #telefon{
    font-size: 45px;
    font-style: italic;
    color:#209ff3;

  }
  #footnote {
    padding-bottom:10px;
  }
