html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, h1, h2, h3, p {
    display: block;
}

body {
    background: #4b333b;
    background-image: url('https://www.praseniparty.cz/img/Background.webp');
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100%;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 17px;
    font-family: Arial, Helvetica;
    overflow-x:hidden;
    overflow-y: auto;
}

ul, li {
    list-style: none;
}

a, a:hover {color: #FFFFFF;}

.content {
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0px 30px 30px 30px;
}

h1 {
    font-size: 62px;
    color: #d53053;
    padding: 10px 0px;
    margin: 0 auto;
    font-family: 'Saira Stencil One';
    text-align: center;
}

h2 {
    font-size: 36px;
    color: #FFFFFF;
    padding: 10px 0px;
    margin: 0 auto;
    font-family: 'Road Rage';
    text-align: center;
}

.motto {
    text-align: center;
    font-size: 18px;
}

.counter {
    font-family: 'Special Elite';
    background: rgba(21,21,21,0.75);
    border-radius: 24px;
    margin: 20px auto;
}

.counter .party a {
    background: none !important;
}

#dday {
    font-size: 62px;
    color: #d53053;
    padding: 0px;
    margin: 0 auto;
    line-height: 100px;
    height: 100px;
    font-family: 'Saira Stencil One';
    text-align: center;
}

.party a {
    display:block;
    margin: 25px auto;
    text-decoration: none;
    background: rgba(60,60,60,0.75);
    border-radius: 24px;
    padding: 30px 30px 90px 30px;
    color:rgba(255,255,255,0.75);
    transition: color 0.3s ease;
}

.party a:hover {
    color:rgba(255,255,255,0.95);
    text-decoration: none;
}

.party .date i, .party .place i, .party .entry i {
    font-size:18px;
    line-height: 1;
    margin-right: 10px;
}

.party .date {
    font-size:24px;
    font-family: "Special Elite";
}

.party h3 {
    margin: 14px auto;
    font-size:36px;
    font-family: "Saira Stencil One";
    color: #d53053;
    text-align: center;
}

.party .place {
    font-size:24px;
    font-family: "Special Elite";
}

.party .text {
    margin: 10px auto;
    font-size:16px;
    font-family: Arial, Helvetica;
}

.party .entry {
    font-size:24px;
    font-family: "Special Elite";
}

.party button {
    display:block;
    float:right;
    margin: 20px auto;
    font-size:24px;
    font-family: "Special Elite";
    cursor: pointer;
    border-radius: 7px;
    padding: 10px 20px;
    border: none;
    background: rgba(0,0,0,0.35);
    color: #FFFFFF;
    transition: background-color 0.3s ease;
}

.party a:hover button {
    background: rgba(0,0,0,0.45);
}

.party a:hover button:hover {
    background: rgba(0,0,0,0.75);
}

.about {
    text-align: justify;
    margin: 10px auto;
}

.about a {
    color:#FFF;
}

/* responsive */
@media (max-width: 530px) {
    
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    #dday {
        font-size: 40px;
    }
    
    .party .date i, .party .place i, .party .entry i {
        font-size: 13px;
    }
    
    .party .date {
        font-size: 15px;
    }
    .party h3 {
        font-size: 26px;
    }
    .party .place {
        font-size: 20px;
    }
    .party button {
        font-size: 22px;
    }
}
