
/*HEADER RESPONSIVE TITLE/SUBTITLE/NAVBAR */
/* ezeket még be kell vinni */
@media (min-width: 768px){
.navbar-hide .navbar-brand{
    font-size: 0.9rem !important;
  }
  .navbar-hide .nav-link{
      font-size: 0.7rem;
  }
}
@media only screen and (max-width:768px ) {

    .intro{
        background-attachment:local !important;
    }
    .accordion-content{
        position: relative !important;
        max-height: 0px !important;
    }
  
  }
/*------------------------------ */
@media(min-width: 280px) and (max-width: 320px) {
    .second-title {
        top: 40% !important;
        left : 10%;
    }
    .second-intro{
        height: 40% !important;
    }
    .height{
        height: 40%;
    }
    .second-title{
        font-size: 2.2rem !important;
    }  
    .nav-link {
        font-size: .7rem;
    }
    .navbar-brand {
        font-size: .9rem !important;
    }
    .navbar{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .second-subtitle{
        font-size: 0.8rem;
        top: 63% !important;
        left: 50%;
    }
    .navbar-hide{
        top : -95px;
        
    }
    .dropdown-item {
        font-size: .7rem;
    }
    
    
}

@media(min-width: 321px) and (max-width: 360px) {
    .second-title {
        left : 10%;
        font-size: 2.2rem !important;
    }
    .second-intro{
        height: 40% !important;
    }
    .height{
        height: 40%;
    }
    .nav-link {
        font-size: .7rem;
    }
    .navbar-brand {
        font-size: .9rem !important;
    }
    .navbar{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .second-subtitle{
        font-size: 0.8rem;
        left: 50%;
    }
    .navbar-hide{
        top : -95px;
        
    }
    .dropdown-item {
        font-size: .7rem;
    }
    
}
@media(min-width: 361px) and (max-width: 412px) {
    .second-title {
        left : 5%;
        font-size: 2.6rem !important;
    }
    .second-intro{
        height: 37% !important;
    }
    .height{
        height: 37%;
    }
    .second-subtitle{
        left: 47%;
        font-size: 0.8rem !important;
    }
    .nav-link {
        font-size: .9rem;
    }
    .navbar-brand {
        font-size: 1.1rem !important;
    }
    .navbar{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .navbar-hide{
        top : -95px;
        
    }
    .dropdown-item {
        font-size: .8rem;
    }
    .title{
        font-size: 3rem;

    }
    .subtitle{
        font-size: 0.7rem;
    }
    .front-height{
        height: 70% !important;
    }
    .intro{
        height: 70% !important;
    }
}
@media(min-width: 413px) and (max-width: 540px) {
    .second-title {
        left : 6%;
        font-size: 2.6rem !important;
    }
    .second-intro{
        height: 35% !important;
    }
    .height{
        height: 35%;
    }
    .nav-link {
        font-size: .7rem;
    }
    .navbar-brand {
        font-size: .9rem !important;
    }
    .navbar{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .second-subtitle{
        left : 40%;
        font-size: 0.8rem !important;
    }
    .navbar-hide{
        top : -95px;
        
    }
    .dropdown-item {
        font-size: .7rem;
    }
    .title{
        font-size: 3rem;
    }
}
/*  LARGE DISPLAYS*/
@media(min-width: 541px) and (max-width: 768px) {
    .second-title {
        left : 5%;
        font-size: 3.5rem !important;
    }
    .second-subtitle{
        left : 33%;
    }

    .second-intro{
        height: 35% !important;
    }
    .height{
        height: 35%;
    }
    .nav-link {
        font-size: 0.9rem;
    }
    .navbar-brand {
        font-size: 1rem !important;
    }
}
@media(min-width: 769px) and (max-width: 1024px) {
    .second-title {
        left : 5%;
        font-size: 4rem !important;
    }
    .second-subtitle{
        left : 33%;
        font-size: 1.2rem !important; 
    }
    .second-intro{
        height: 35% !important;
    }
    .height{
        height: 40%;
    }
}





/* MOST MÉG NEM TUDOM MI A SZAR EZ*/

@media(max-width: 991px) {
    .contact {
        padding-top: 3rem;
    }
}

@media(max-width: 991px) {
    .intro2 {
        height: 120% !important;
    }
    .contact-padding {
        padding-top: 0% !important;
    }
    .section {
        height: 120% !important;
    }
}





/* HOUSE POLICY TABLE*/
@media(min-width: 361px) and (max-width: 412px) {
#accordion{
    font-size: 0.8rem;
  }
}