:root{
    /*--sotetkek: #232b38;*/
    --narancs: #ee6c4d;
    --nagyonhalvany: #e0fbfc91;
    --divhatter: #e0fbfc;
    --halvany: #98c1d9;
    --halvanyblur: #98c1d994;
    --kek: #3d5a80;

    --aqua: #177e89;
    --sotetkek: #084c61;
    --piros: #db3a34;
    --sarga: #ffc857;
    --sotetbarna: #323031;
}

body{
    border-color: var(--kek);
    margin: 0;
    font-family: 'Lora', serif;
    color: var(--sotetkek);
}

.navbar{
    width: 100%;
    background-color: var(--halvanyblur);
    justify-content: flex-start;
    font-size: 21px;
}


.flex{
    display: flex;
    flex-direction: row;
}

.nav-item{
    margin-left: 2%;
    padding: 20px;
}

.nav-brand{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 2%;
}

#kapcsolat-flex{
    display: flex;
    margin-left: auto;
    padding: 20px;
}

.kapcsolat-item{
    padding-left: 15px;
    text-decoration: none;
    color: var(--sotetbarna);
}

.kapcsolat-item:hover{
    text-decoration: none;
    color: var(--narancs);
}

.navigations{
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
    color: var(--sotetkek);
    transition: color 0.35s;
}

.navigations:hover{
    text-decoration: none;
    color: var(--narancs);
}

.alapitvany-cim{
    font-size: 60px; 
    border-bottom: 2px solid lightgrey;
}

.szlogen{
    z-index: 1;
    margin-left: auto; 
    margin-right:auto; 
    width: 80%; 
    font-size: 25px; 
    line-height: 150%; 
    font-weight: bold;
}

.head{
    margin: 0;
    width: 100%;
}

.container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#fo-cim{
    padding-top: 60px;
    width:min-content;
}

.margin{
    margin-top: 100px;
}

.szoveg-1{
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid lightgrey;
    padding-bottom: 50px;
}

.ures{
    width: 40%;
}

.bevezeto-szoveg{
    box-shadow: 10px 10px 10px  lightblue;
    background-color: var(--divhatter);
    width: 60%;
}

.szoveg-2{
    padding-top: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid lightgrey;
    padding-bottom: 50px;
}

.egyeni-szoveg{
    margin-left: auto; 
    margin-right:auto; 
    width: 80%; 
    font-size: 25px; 
    line-height: 150%;
}

.left{
    box-shadow: 10px 10px 10px  lightblue;
    background-color: var(--divhatter);
    width: 60%;
}

.right{
    background-image: url("../images/alapitvany-kutya.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    width: 30%;
    box-shadow: 4px 4px 3px  3px lightblue;

}

.befejezo{
    box-shadow: 10px 10px 10px  lightblue;
    background-color: var(--divhatter);
}

.befejezo-szoveg{
    margin-left: auto; 
    margin-right:auto; 
    width: 60%; 
    font-size: 25px; 
    line-height: 150%; 
    text-align: center;
}



footer{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    background-color: var(--halvanyblur);
}

.ftr{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ftr-font-h1{
    font-size: 18px;
}

.ftr-font{
    font-size: 15px;
}

.kapcsolat-a{
    text-decoration: none;
    color: var(--sotetkek);
    transition: color 0.35s;
}

.kapcsolat-a:hover{
    text-decoration: none;
    color: var(--narancs);
}



@media screen and (max-width: 500px){
    .navbar{
        font-size: 9px;
    }

    .nav-item{
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-brand{
        margin-left: 1%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #kapcsolat-flex{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kapcsolat-item{
        padding-left: 5px;
    }

    .alapitvany-cim{
        font-size: 25px; 
        border-bottom: 2px solid lightgrey;
    }
    
    .szlogen{
        font-size: 10px; 
    }

    .szoveg-2{
        width: 90%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .left{
        box-shadow: 10px 10px 10px  lightblue;
        background-color: var(--divhatter);
        width: 90%;
    }
    
    .right{
        margin-top: 20px;
        min-height: 500px;
        width: 90%;
    }

    .egyeni-szoveg{
        width: 80%; 
        font-size: 12px; 
        line-height: 150%;
    }

    .befejezo-szoveg{
        width: 80%; 
        font-size: 12px; 
    }
}

@media screen and (min-width: 500px) and (max-width: 600px){
    .navbar{
        font-size: 12px;
    }

    .nav-item{
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-brand{
        margin-left: 2%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #kapcsolat-flex{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kapcsolat-item{
        padding-left: 5px;
    }

    .alapitvany-cim{
        font-size: 35px; 
        border-bottom: 2px solid lightgrey;
    }
    
    .szlogen{
        font-size: 15px; 
    }

    .szoveg-2{
        width: 90%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .left{
        box-shadow: 10px 10px 10px  lightblue;
        background-color: var(--divhatter);
        width: 90%;
    }
    
    .right{
        margin-top: 20px;
        min-height: 600px;
        width: 90%;
    }

    .egyeni-szoveg{
        width: 80%; 
        font-size: 18px; 
        line-height: 150%;
    }

    .befejezo-szoveg{
        width: 70%; 
        font-size: 18px; 
    }
}

@media screen and (min-width: 600px) and (max-width: 786px){
    .navbar{
        font-size: 15px;
    }

    .nav-item{
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-brand{
        margin-left: 2%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #kapcsolat-flex{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kapcsolat-item{
        padding-left: 5px;
    }

    .alapitvany-cim{
        font-size: 35px; 
        border-bottom: 2px solid lightgrey;
    }
    
    .szlogen{
        font-size: 20px; 
    }

    .szoveg-2{
        width: 90%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .left{
        box-shadow: 10px 10px 10px  lightblue;
        background-color: var(--divhatter);
        width: 90%;
    }
    
    .right{
        margin-top: 20px;
        min-height: 700px;
        width: 90%;
    }

    .egyeni-szoveg{
        width: 80%; 
        font-size: 22px; 
        line-height: 150%;
    }

    .befejezo-szoveg{
        width: 70%; 
        font-size: 22px; 
    }
}

@media screen and (min-width: 786px) and (max-width: 1024px){
    .navbar{
        font-size: 20px;
    }

    .nav-item{
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-brand{
        margin-left: 2%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #kapcsolat-flex{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kapcsolat-item{
        padding-left: 5px;
    }

    .alapitvany-cim{
        font-size: 40px; 
        border-bottom: 2px solid lightgrey;
    }
    
    .szlogen{
        font-size: 25px; 
    }

    .szoveg-2{
        width: 90%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .left{
        box-shadow: 10px 10px 10px  lightblue;
        background-color: var(--divhatter);
        width: 90%;
    }
    
    .right{
        margin-top: 20px;
        min-height: 850px;
        width: 90%;
    }

    .egyeni-szoveg{
        width: 80%; 
        font-size: 25px; 
        line-height: 150%;
    }

    .befejezo-szoveg{
        width: 70%; 
        font-size: 25px; 
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px){
    .navbar{
        font-size: 25px;
    }

    .nav-item{
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-brand{
        margin-left: 2%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #kapcsolat-flex{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kapcsolat-item{
        padding-left: 5px;
    }

    .szoveg-2{
        width: 90%;
    }
    
    .left{
        box-shadow: 10px 10px 10px  lightblue;
        background-color: var(--divhatter);
        width: 60%;
    }
    
    .right{
        margin-top: 20px;
        min-height: 500px;
        width: 30%;
    }
}

@media screen and (min-width: 2000px){   
    .right{
        min-height: 300px;
        width: 20%;
    }
}