/*
Theme Name: Pedikure Ewa Eugster
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/

:root {
    --yellow: #eaa41c;
    --dark: #252525;
    --gray-light:  rgba(241,241,241,1);
    --footer: #111;
    --white:  #fff;


    --transition: all ease 0.3s;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'JosefinSans', sans-serif;
    font-weight: 400;
    font-size:17px;
    line-height:1.7em;
    color: var(--dark);
}
body{
    background-color: var(--white);
}

h1 {
    color: var(--yellow);
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3em;
    font-family: 'Oswald';
}

h2 {
    color: var(--yellow);
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 31px;
    line-height: 1.3em;
}
h3 {
    color: var(--white);
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
}
h4 {
    color: var(--yellow);
    font-family: 'JosefinSans';
    font-weight: 700;
    font-size: 17px;
    line-height: 1.7em;
}
h5 {
    color: var(--yellow);
    font-family: 'Oswald';
}
h6 {
    color: var(--yellow);
    font-family: 'Oswald';
}
a{
    transition:all 0.25s linear;
    position: relative;
    color: var(--yellow);
}
a:hover{
    text-decoration: none;
    position: relative;
    color: var(--dark);
}
p{
    margin-top: 0;
}
a, :focus {
    outline: none;
}
b, strong {
    font-weight: 700;
}
@media screen and (max-width: 959px) {
    h1 {
        
    }
    h2 {
    }
    h3 {
    }
    h4 {
    }
    h5 {
    }
    h6 {
    }
}
@media screen and (max-width: 639px) {
    h1 {
        
    }
}


/* page container */
.uk-container-large{
    max-width: 1600px;
}


/* footer */
footer{
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}



/*
 * print styles
 */
@media print{
    .uk-grid {
        display: inline !important;
    }
}

