
/*Panin lehe taustapildi*/
#html {
    
    background-color: rgb(222, 222, 222);
    background-image: url("../img/Taust.png");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: fixed;
    background-size: 60%;
    
}


/* Üld body*/
/***************************/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
        
}



body {
   
    font-family: 'Playfair Display', serif;
    font-family: 'PT Serif', serif;
    font-family: 'Quicksand', sans-serif;
    font-weight: 200px;
    
    line-height: 1.4;
    
    
    
   
}

#tkp {
    color:#fff
}

a {
    text-decoration: none;
}
  
/***************************/
/*Menüü riba*/
#navbar {
    background: #1986b5;
    color: #fff;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    font-size: 20px;
    
}


/* MENU BUTTONS*/
.nupud_class {
    list-style: none;
    display: flex;
    align-items:center;
    position: relative;
    justify-content: right;
    float:right
}



.nupud_class li a {
    color:#fff;
    padding: 0.75rem;
    margin: 0 0.25;


}

.nupud_class li a:hover {
    background: #10323f36;
    border-radius: 5px;
    
}


/***************************/




/*POLE MUJALE VAJA SEDA SIIN*/

/*SEKTSIOON*/

/*Kastide pealkiri*/

#sektsiooni_div {
    width: 70%;
    position: center;
    display: flow;
    /*border: 5px solid black;*/
    margin: auto;
    padding-bottom:35px ;
    
}
#kastide_pealkiri_parent {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    position: relative;
    min-height:100px;
    margin: 20px;
    
    
}

#kastide_pealkiri_child  {
    justify-content: center;
    width: flex;
    display: inline-block;
    padding: 30px;
    margin-bottom: 15px;
    border: 3px solid black;
    color: #fff;
    background-color: #1986b567;  
   
    
    position: relative;
    top:initial;
    text-align: center;
    box-shadow: 4px 4px 7px gray;
}

/*Artikli kastid*/


/*Parent class*/
.artikli_kastid {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    position: relative;
    min-height:385px;
    margin: 40px;
}

/*Child ID*/
#Artikli_väliskulg_1 {
    /*width: 30%;*/
    display: inline-block;
    padding: 20px;
    margin-bottom: 15px;
    border: 5px solid black;
    background-color: #1986b5;
    color: #fff;
    height: 300px;
    width: 500px;
    position: relative;
    top: initial;
    background: url(../img/suhted.png) no-repeat;
    background-color: rgb(152, 152, 152);
    box-shadow: 5px 6px 7px black;
    background-blend-mode: multiply;
}


#Artikli_väliskulg_2 {
    display: inline-block;
    padding: 20px;
    margin-bottom: 15px;
    border: 5px solid black;
    background-color: #1986b5;
    color: #fff;
    height: 300px;
    width: 500px;
    position: relative;
    top: initial;
    background: url(../img/käitumine.png) no-repeat;
    background-color: rgb(152, 152, 152);
    box-shadow: 5px 6px 7px black;
    background-blend-mode: multiply;
  
}

#Artikli_väliskulg_3 {
    display: inline-block;
    padding: 20px;
    margin-bottom: 15px;
    border: 5px solid black;
    background-color: #1986b5;
    color: #fff;
    height: 300px;
    width: 500px;
    position: relative;
    top: initial;
    background: url(../img/boss.png) no-repeat;
    background-color: rgb(152, 152, 152);
    box-shadow: 5px 6px 7px black;
    background-blend-mode: multiply;
  
}
.juhtkiri {
    color:  white;
    font-family: sans-serif;
}


/*Wrapper- Vaike kast suure pildi sees*/
.wrapper {
    width: 50%;
    width: flex;
    height: flex;
    position: static;
    top: initial;
    display: flex;
    border: 3px solid rgba(0, 0, 0, 0.41);
    background-color: #aaaaab59;
    flex-direction: column;

    
}
/*........................*/
/*Väliskülje hooverid*/
#Artikli_väliskulg_1:hover  {
    
    background-color: rgba(152, 152, 152, 0.593);
    box-shadow: 4px 4px 7px rgb(199, 199, 199);
    margin-top: 10px;

}

#Artikli_väliskulg_2:hover  {
    
    background-color: rgba(152, 152, 152, 0.593);
    box-shadow: 4px 4px 7px rgb(199, 199, 199);
    margin-top: 10px;
}
#Artikli_väliskulg_3:hover  {
    
    background-color: rgba(152, 152, 152, 0.593);
    box-shadow: 4px 4px 7px rgb(199, 199, 199);
    margin-top: 10px;
}
/*........................*/



/*Põhi artikli disain*/
.artikli_kastid_pohi {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    position: relative;
    min-height:100px;
    margin: 20px;
    
    
}

.Artikli_valiskulg_pohi_artikkel {
    
    width: flex;
    display: inline-block;
    padding: 30px;
    margin-bottom: 15px;
    border: 3px solid black;
    color: #fff;
    background-color: #1986b5;
    
    position: relative;
    top:initial;
    text-align: center;
    box-shadow: 4px 4px 7px gray;
    font-size: 20px;

}

#pea_artikkel_pealkirijoon {
    justify-content: flex-start;
}



/***************************/





/*____________________________________*/

/*FOOTER*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 11px;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}