body{
    background-color: rgb(255, 240, 222);
    font-size: 1.5rem;
}

main{margin: auto;margin-bottom: 1rem;}
header{
    background-image: linear-gradient( rgba(0,0,0, 0.4), rgba(0,0,0,0.4) ), url('../images/catcafe.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}
.navigacio{
    height: 100px;
    border-bottom: 1px solid black;
}
.nav-link{
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}
.nav-link:hover{
    color:rgb(255, 214, 100);
}
#offcanvasNavbarLabel{
    border-bottom: 1px red solid;
}

.offcanvas-header{
    padding-bottom: 0;
}

.offcanvas-body{
    padding-top: 0;
}

.navbar{
    height: 6rem;
}

.nav-link{
    font-variant: small-caps;
}

.viaoda-libre-regular {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}

h1{
    font-family: "Viaoda Libre", serif;
    color: white;
    font-size: 6rem;
    font-weight: bold;
}

header p{
    color: white; 
    text-align: center;
    font-size: 2rem
}

.szoveg{
    text-align: center;
}

.btn{
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.45rem;
    border-radius: 0;
    font-weight: 700;
    color:white;
    background-color: rgb(255, 214, 100);
}
.btn:hover{
    color: black;
    background-color: white;
    border: white solid 1px;
}
h5{
    color: rgb(255, 167, 4);
    text-align: center;
    font-variant: small-caps;
    font-size: 2.2rem;
    text-shadow: 2px 2px 0px gainsboro;
}

p{text-indent: 3rem;text-align: justify;}

img{
    border: 4pt solid rgb(255, 167, 4);
    border-radius: 0.5rem;
}
.elerhetoseg{
    height: 300px;
    border: 0;
    width: 100%;
    background-image: linear-gradient( rgba(0,0,0, 0.4), rgba(0,0,0,0.4) ), url('../images/elerhetosegek.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kapcsolat{
    font-family: "Viaoda Libre", serif;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 1000px){
    .kozep{
     font-size: 4rem;
    }
    .kapcsolat{font-size: 2rem;}
    .alsoszoveg{
        font-size: 1rem
    }
    .felhivas{
    font-size: 1rem;
}

}
footer img{
    filter: invert(1);
    border: 0;
}
footer{width: 100%;}
