* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Archivo Black';
    src: url('fonti/ArchivoBlack-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    src: url('fonti/Quicksand-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'TheSeasons';
    src: url('fonti/TheSeasons-Regular.ttf');
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.section {
    padding: 40px;

    
}

.atpazisana-section {
    padding: 0 40px;
}

.header-section, .vinutips {
    background-color: #000000;
    font-size: 1em;
    /* height: 5vh; */
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'TheSeasons';
}


.content-section {
    background-color: #fff8f1;
    
 
    /* height: 95vh; */
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #722f37
}

#wine{
    color:#722f37;
}
#types{
    color: #000000;
}

#vesture {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #9f8a8e;
    border-radius: 5px;
    cursor: pointer;
}
#home {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #9f8a8e;
    cursor: pointer;
    border-radius: 5px;
    
}
#atpazisana {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #9f8a8e;
    border-radius: 5px;
    cursor: pointer;
}

.button{
    margin: 10px;
}
#virsraksts{
    text-align: center;
    font-weight: 700;
    font-size: 3em;
    font-family: 'Archivo Black';
}

#virsraksts h2 {
    text-wrap: warp;
    word-wrap: break-word;
}

.pogas{
    /* display: flex; */
    /* width: 20px; */
    text-align: center;
}

.vins {
    height: 400px;
    display: block;
}

#images {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 4em;

    min-height: 100vh;
}

.atpazisana-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 4em;
}

.pogas a {
    text-align: center;
    text-decoration: none;
    font-family: 'TheSeasons';
    color: black;
    font-size: 1.5em;
}

#pogas {
    width: 100%;
    background-color: #9f8a8e;
    display: flex;
    justify-content: space-evenly;
    border-radius: 45px;
    font-family: 'Quicksand';
    overflow-x: auto;
}

#pogas a {
    color: black;
    text-decoration: none;
}

#pogas a.šīlapa {
    font-weight: 900;
    text-decoration: underline;
}

.atpazisanassekcija {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.atpazisanassekcija > .content-section {
    height: 100%;
    flex-grow: 1;

    display: flex;
    justify-content: space-evenly;
    align-items: center;

    overflow-y: auto;
}

.vinutips h1 {
    padding: 20px;
}

.atpazisana {
    font-family: 'TheSeasons';
    font-size: 1.5em;
    text-align: center;
}

.atpazisana img {
    display: block;
    margin: auto;
}