*{
    font-family: "roboto";
    font-size: 1.2rem;
}
nav, nav .container a{
    font-size: x-large;
}
.bg1{
    background: url(Background_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1080px;
}
.responzivitaplz{
    width: 100%;
}
.hero_page{
    min-height: 1080px;
}
.img_position1{
    position: relative;
    left: 50rem;
}
h1{
    font-family: "Love Ya Like A Sister", cursive;
    font-weight: 400;
    font-style: normal;
  }

.card p{
    font-size: 1rem;
}
.hero_img{
    position: absolute;
    right: 10rem;
    width: 29rem;
    top: 3rem;
}

  @media only screen and (max-width: 768px) {
    .hero_img{
   display: none;
    }
    iframe{
     width: 100%;
    }
    h1{
        font-size: 2rem !important; 
    }
    .responzivitaplz{
         display: none;
    }
    nav .nav-link{
        display: none;
    }
   }
   
  @media only screen and (max-width: 1024px) {
    .hero_img{
   display: none;
    }
    iframe{
        width: 100%;
       }
   }