/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0rem;
  padding-bottom: 0rem;  
  background-color: #FFFFFF;
}

heeader {
     /*background-color: #FFFFFF;  */ 
     }

.pozadiekbeauty {     
            background-image: url("../images/k-beauty-03.png"); 
            padding-top: 190px;     
            padding-bottom: 250px;  
            background-repeat: no-repeat; 
            background-size: cover;   
            background-position: center;
            }
            
.pozadiezoznamtesa {     
            background-image: url("../images/anua.png"); 
            padding-top: 100px;     
            padding-bottom: 300px;    
            background-repeat: no-repeat; 
            background-size: cover; 
            }
            
.pozadiespod {     
            background-image: url("../images/pozadie-zelene.jpg"); 
            background-repeat: no-repeat; 
            background-size: cover;   
            }            

h1 {  
  font-size: 2.50rem;  
}

h2 {  
  font-size: 1.70rem;  
}
              
p {
  color: #000000 !important;
  font-size: 1.00rem;
  }  
  
@media (max-width: 480px) {  
     
     p {
       color: #000000 !important;
       font-size: 1.00rem;
       }  

   }   

p.male {
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  }  
  
@media (max-width: 480px) {  
     
     p.male {
       font-size: 0.9rem;
       font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
       }  

   }   

               
.siva {
  color: #939495;
 }
 

/* <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name 
 */
 
.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

  

.bodoni-moda-600 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}



.malepodnadpis {
                font-size: 0.8rem;
                }




.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/*
.marketing h1 {
  font-weight: 400;
  color: #000000;
}    */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


