
    div, p, input, button, form, a, ul, li {
        box-sizing: border-box;
    }
    html, body {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    @font-face {
        font-family: 'playfair-display'; /* Имя шрифта */
        src: url(fonts/playfair-display.ttf); /* Путь к файлу со шрифтом */
        font-display: swap; /* Rāda sistēmas fontu, kamēr lādējas */
    }
    




h1, h2, h3, h4 {
    font-family: 'playfair-display';
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h1 {font-size: 144px;
    padding-top: 178px;
    text-align: center;
    color: #fff;
}

h2 {
    font-size: 96px;
	text-align: center;
    color: #fff;
    padding-bottom: 90px;    
}
h3 {
	font-size: 36px;
}

h4 {
    font-size: 24px;
}
@font-face {
    font-family: 'Roboto';
    src: url(fonts/roboto.ttf);
    font-display: swap;
}

p {
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
}
a {
	font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color:black;
	transition: all 0.5s ease;
}
a:hover {
    color:red;
   
}

.blue {
    color: blue;
}


/*MAIN-HEADER--------------------------------------------------------------------------*/

.main {

    background-image: url(img/fons.webp);
    background-repeat:no-repeat;
    background-size: cover;
    height:500px;
}
.container {
   width: 1200px;
   justify-content: center;
    margin: 0 auto;
    }

.slepts {
    display: hidden;
}

/* PAR MUMS --------------------------------------------------------------------------------*/
.par-mums {
    background: #D0E9C8;
    height: auto; 
    padding-bottom: 90px;
}
h2 {
    color:#2F6C1A;
    padding-top: 90px;
}

/*----- WRAPPER MUMS -------------------------------------------------------*/

.wrapper-mums {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;  
}

.wrapper-foto {
display: flex;
flex-direction: column;
text-align: center;
margin-left: 20px;
margin-right: 20px;
}
.foto img{
border-radius: 20px;
}
.pamata {
width: 590px;
height: 230px;
background: #FFE493;
margin: 20px auto;;
border-radius: 20px;
}
.pamata h3 {
text-align: center;
color:#2F6C1A;
padding-top: 85px;
}
.title-small h4{
text-align: center;
color:#2F6C1A;
margin-top: 10px;
}
/*----------VESTURE----------------------------------------------------------------*/

.vesture {
margin:70px auto;
background:#FFE493;
width: 930px;
/*height: 770px; */
height:auto;
border-radius: 20px;
padding:20px;
}
 .vesture p{
line-height: 130%;
letter-spacing: 0.05em;
padding-bottom: 30px;
}
span {
font-weight: bold;
}
/*------------------------------------------------------------------------------------------*/
/* ----LAPAS VĒSTURE --------------------------------------------------------------------------------*/

.lapas-vesture {
    background-color: #D0E9C8;
    height: auto;
    padding-bottom: 90px;
}
.lapas-info {
    margin-top: 0px;
}
h2.lapas-info {
    color: #FF9C9C;
}
.wrapper-vesture {
width: 930px;
height: auto;
background-color: #EFEFEF;
border-radius: 20px;
padding: 20px;
margin: auto;
}
.info-vesture {
    width: 880px;
    margin-bottom: 40px;
}
p.info-vesture {
    line-height: 130%;
    letter-spacing: 0.05em;
}








/* KONTAKTI ------------------------------------------------------------------------------------*/
.kontakti {
    background: #E1DEDE;
    height: 1000px;
}
.title-kontakti {
    margin:0px;
    text-align: center;
    padding-top: 90px;
    color:#2F6C1A;
}
.wrapper-kontakti {
    display: block;
    margin-bottom: 50px;
}
.wrapper-karte {
    display: flex;
    flex-direction: column;
    align-items: center;  
}
.karte {  
    width: 450px;
    height: 450px;
}
.teksts {
    width: 420px;
    text-align: center;
    margin-top: 20px;
}
p.teksts {
    font-size: 14px;
}
.form-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px; 
}
.form{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
}
.btn-form {
    background:#2F6C1A;
    font-weight: 700;
    border:none;
    border-radius: 5px;
    color:white;
    width: 250px;
    height: 50px;
    text-align: left;
    padding-left: 10px;
}
.form input {
    background-color:white;
    border:solid 2px #2F6C1A;
    border-radius:5px;
    padding-left: 10px;
    margin-bottom: 50px;
    width: 250px;
    height: 50px;
}
/* --------------------------------------------------------------------------------------------*/

/* Footer -------------------------------------------------------------------------*/

.footer {
    background: #929090;
    margin:0px;
    padding:0px;
    height:100px;
}
.footer-container {
    width: 1200px;
    justify-content: center;
     margin: 0 auto;
     height: 100px;
     position:relative;
     }

.footer-wrapper{
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.info {
    padding-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    width: 150px;
}
.info p{
    font-size: 16px;
}
.info a{
    text-decoration: none;
    font-weight: 400;
    color:black;
}

/*----------------------------------------------------------*/





















@media screen and (max-width: 1200px) {


    .container {
		width: 960px;
	}

/* MAIN------------------------------------------------------------------------------------- */

    h1 {
        font-size: 96px;
        padding-top: 202px;  
    }
    
    h2 {
        font-size: 72px;
        padding-bottom: 50px;  
    }

/*----------------------------------------------------------------------------------------------*/


    
    
    /* PAR MUMS------------------------------------------------------------------------- */
    
.par-mums {
    
    height: auto;
}
    .pamata {

        width: 400px;
        height: auto;
    }
/*---------------------------------------------------------------------------------------------*/     


.lapas-vesture {
    background-color: #D0E9C8;
    height: auto;
}
h2.lapas-info {
    margin-top: 0px;
    margin-bottom: 0px;
}
.wrapper-vesture {
width: 930px;
height: auto;
margin: auto;
}
.info-vesture {
    width: 880px;
}

/* -----------FOOTER -------------------------------------------------------*/

.footer {
    background: #929090;
    margin:0px;
    padding:0px;
    height:100px;
}
.footer-container {
    width: 960px;
    justify-content: center;
     margin: 0 auto;
     height: 100px;
     position:relative;
     }
     .footer-wrapper{
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .info {
       
        width: 130px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .info p{
        font-size: 16px;
    }
    .info a{
        text-decoration: none;
        font-weight: 400;
        color:black;
    }







}




@media screen and (max-width: 992px) {


	.container {
		width: 720px;

	}
 
/* MAIN ----------------------------------------------------------------------------*/

h1 {
    font-size: 72px;
    padding-top: 214px;  
}
h2 {
    font-size: 56px;
    padding-top: 50px;
    padding-bottom: 50px;  
}


/* PAR MUMS -------------------------------------------------------------------------*/


/*---------------------------PAR MUMS------------------------------------------*/
.par-mums {
    
    padding-bottom: 90px;
    height:auto; 
}
/*---------------------------------------------------------------------*/
.pamata {
    width: 290px;
    height: 200px;
}
.pamata h3 {
    font-size: 26px;    
}
.vesture {
    width: 700px;
    height: auto;
}

/*------------------------------------VIETNES VĒSTURE ------------------------------------------------------------*/
.lapas-vesture {
    background-color: #D0E9C8;
    height: auto;
    
}
h2.lapas-info {
    margin-top: 0px;
    margin-bottom: 50px;
}
.wrapper-vesture {
width: 700px;
height: auto;
}
.info {
    width: 640px;
}
.info-vesture {
    width: 640px;
    margin-bottom: 40px;
}




/*-------------------------------------------------------------------------------------------*/


    /* KONTAKTI */
    .contact-wrapper {
        width: 700px;
        height: auto;
    }
  
  /* -----------FOOTER -------------------------------------------------------*/

.footer {
    background: #929090;
    margin:0px;
    padding:0px;
    height:100px;
}
.footer-container {
    width: 720px;
    justify-content: center;
     margin: 0 auto;
     height: 100px;
     position:relative;
     }
     .footer-wrapper{
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .info {
       
        width: 100px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .info p{
        font-size: 14px;
    }
    .info a{
        text-decoration: none;
        font-weight: 400;
        color:black;
    }








}

@media screen and (max-width: 768px) {
	
    /* HEADER -------------------------------------------------------- */

    .container {
        width:540px;

    }

    /* MAIN---------------------------------------------------------------------------- */

h1 {
    font-size: 64px;
    padding-top: 218px;  
}
h2 {
    font-size: 56px;
    padding-top: 40px;
    padding-bottom: 0px;  
}
/*---------------------------------------------------------------------------------------*/

/* PAR MUMS --------------------------------------------------------------------------*/
    .par-mums {
        
        height:auto;  
    }
    .wrapper-mums {
        display: flex;
        flex-direction: column ;
        align-items:center;
    }
    .vesture {
    
        width: 520px;
        height: auto;
    }
/*--------------------------------------------------------------------------------------------*/


/*------------------------------------VIETNES VĒSTURE ------------------------------------------------------------*/
.lapas-vesture {
    background-color: #D0E9C8;
    height: auto;
    padding-bottom: 90px;
}
h2.lapas-info {
    margin-top: 0px;
    margin-bottom: 50px;
}
.wrapper-vesture {
width: 520px;
height: auto;
}
.info-vesture {
    width: 460px;
}
p.info-vesture {
    font-size: 16px;
}




  /* KONTAKTI -------------------------------------------------------------------------*/
  .kontakti {
    background: #E1DEDE;
    height: 1400px;
}
  .form-block {
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-top: 30px; 
}
   .form {
    margin-top: 30px;
   } 

  
  /* -----------FOOTER -------------------------------------------------------*/

.footer {
    background: #929090;
    margin:0px;
    padding:0px;
    height:100px;
}
.footer-container {
    width: 540px;
    justify-content: center;
     margin: 0 auto;
     height: 100px;
     position:relative;
     }
     .footer-wrapper{
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .info {
       
        width: 50px;
        margin-left: 20px;
        margin-right: 40px;
    }
    p.info {
        font-size: 13px;
    }
    .info a{
        text-decoration: none;
        font-weight: 400;
        color:black;
    }















   }
 /*----------------------------------------------------------------------------------*/


@media screen and (max-width: 576px) {


	.container {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}



/* PAR MUMS----------------------------------------------------------------*/

h1 {
    font-size: 48px;
    padding-top: 226px;  
}
h2 {
    font-size: 38px;
    padding-top: 0px;
    padding-bottom: 0px;  
}



/*------PAR-MUMS-------------------------------------------------*/
.par-mums {
    padding-top: 50px;
    height: auto;
}
/*---------------------------------------------------------------------*/


.wrapper-foto {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    }

.pamata {
    width: 290px;
    height:300px;
}
.vesture {
    width: 290px;
    height: auto;
}
.vesture p {
    font-size: 15px;
}


/*------------------------------------VIETNES VĒSTURE ------------------------------------------------------------*/
.lapas-vesture {
    background-color: #D0E9C8;
    height: auto;
    padding-top: 0px;
}
h2.lapas-info {
    padding-top: 0px;
    margin-bottom: 50px;
}
.wrapper-vesture {
width: 290px;
height: auto;
margin:auto;
text-align: center;
}
.info-vesture {
    width: 240px;
}
p.info-vesture {
    font-size: 15px;
}




/* KONTAKTI ---------------------------------------------------- */
.kontakti {
    height: 1200px;
}
.wrapper-karte {
    display: flex;
    flex-direction: column;
    text-align: center;

}
.karte {
    width: 300px;
    height: 300px;
}
.karte img {
    width: 300px;
    height: 300px;
}
p.teksts {
    width: 290px;
}


/* Footer */
.footer {
    
    margin:0px;
    padding:0px;
    height:300px;

}
.footer-container {
    width: 100%;
    justify-content: center;
     margin: 0 auto;
     height: 300px;
    
     }

.footer-wrapper{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
  
}
.info {
   
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
p.info {
    font-size: 15px;
    padding-top: 30px;
}
.info a{
    text-decoration: none;
    font-weight: 400;
    color:black;
}

}
