
/*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;
}


/***************************/

/*SIIA TULEB ESIMEESE ARTIKLI SEKTSIOON*/
/*
POLE VAJA MUJALE LISADA 
*/ 

/*Main_div (SUUR KONTEINER, kuhu kogu kraam sisse laheb)*/





/*Mustad piirjooned ümber autori tutvustuse */
#sektsiooni_div {
    width: 70%;
    position: center;
    display: flow;
    border: 4px solid black;
    margin: auto;
    padding-bottom:35px ;
    margin-bottom: 35px;
    background-color: #ffffffed;
    margin-top: 20px;

    
}

#artikkel_parent {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    position: relative;
    min-height:100px;
    margin: 20px;
    margin-top: -30px;
}

#artikkel_child {
    justify-content: center;
    width: flex;
    display: inline-block;
    padding: 15px;
   
    border: 3px solid black;
    color: #fff;
    background-color: #1986b5c1;  
   
    
    position: relative;
    top:initial;
    text-align: center;
    box-shadow: 4px 4px 7px gray;
}



/*Tagasi nupu ikoon*/
.material-symbols-outlined {
    margin: 20px;
    color: black;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }


.material-symbols-outlined:hover {
    margin: 20px;
    color: #33333374;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }

#sisu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 30px;
    margin-bottom: -51px;
    margin: 10px;

}

#sisu p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
}
#pilt {
    display: inline-block;
    padding: 248px;
    padding-top: 82px;
    margin-bottom: 15px;
    border: 3px solid black;
    color: #fff;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: initial;
    background: url(../img/käitumine.png) no-repeat;
    background-color: rgb(152, 152, 152);
    box-shadow: 5px 4px 7px black;
    margin: 70px;
}

#alakriips_aleks {
    margin-top: 10px;
}
#tekst {
    margin-top: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin: 30px;
   
 }

/***************************/


/*____________________________________*/

/*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%;
}