/*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;
    width:100%;
    
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    font-size: 20px;
    
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}


/* MENU BUTTONS*/
.nupud_class {
    list-style: none;
    display: flex;
    align-items:center;
    position: relative;
    justify-content: right;
    float:right
}

/*TOMBAB MENUURIBAL LEHE LINGILE JOONE ALLA, kui minna sinna*/
#joon_all {
    background:#10323f36;
    border-radius: 5px;
}

.nupud_class li a {
    color:#fff;
    padding: 0.75rem;
    margin: 0 0.25;


}

.nupud_class li a:hover {
    background: #10323f36;
    border-radius: 5px;
}

/***************************/

/*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
  }
/***************************/

/*SIIA TULEB VIDEOTE SEKTSIOON*/
/*
POLE VAJA MUJALE LISADA 
*/ 


/*VIDEOTE SEKTSIOONI TIITLI KONTEINER*/
#pealkiri_div {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    position: relative;
    min-height:100px;
    margin: 20px;
    margin-top: -30px;

}

/*VIDEOTE SEKTSIOONI TIITEL*/
#kasutatud_allikad_tiitel {
    justify-content: center;
    width: flex;
    display: inline-block;
    padding: 15px;
   
    border: 3px solid black;
    color: #fff;
    background-color: #1986b567;  
   
    
    position: relative;
    top:initial;
    text-align: center;
    box-shadow: 4px 4px 7px gray;
}


/*Main_div (SUUR KONTEINER, kuhu kogu kraam sisse laheb)*/
#main_div {
    size: 50%;
    width: 65%;
    width:fit-content;
    position: center;
    display: flow;
    border: 4px solid black;
    margin: auto;
    
   
    background-color: #ffffffed;
    box-shadow: 4px 4px 7px gray;
}


/*ESIMENE KONTEINER ULEVALT*/
#alam_div_1 {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:80px;
    position: relative;
    margin: 40px;
}




/*TEINE KONTEINER ALT*/
#alam_div_2 {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:80px;
    position: relative;
    margin: 20px;
}




/***************************/



/*____________________________________*/

/*FOOTER*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 11px;
    margin-top: auto;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}