/*
Temporary.css
"There is nothing more permanent than a temporary" (c) Jonathan Swift, (c) Albert Jay Nock, (c) Martin Luter King
Created at 14.03.2016. How long it exists?
*/

.href-arrow {
    text-decoration: none;
}
h2, .dscr h2  {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 5px;
}
.centered   {
    left: 50%;
    transform: translateX(-50%);
}
svg {
    pointer-events: none;
}



/*
===========================================================
Happy Easter */

.row.main h2    {
    font-weight: 400;
}
.row.main .tagline  {
    color: #000;
    font-size: 25px;
    left: 47%;
    top: 26%;
    display: inline-block;
 }

.row.main .price    {
    color: white;
    font-size: 70px;
}

.row.main .dscr {
    font-size: 1.8em;
    color: #fff;
}

.row.main .price {
    display:none;
}



/*
=============================================================
Big platter */



#teatime_break  { height: 250px;}
#decanters_break  { height: 280px;}
#homeaccents_break  { height: 140px;}

/*
=====================================================================
Footer */


footer.row .credits    {
    float: left;
    padding: 33px 85px;
    font-size: 16px;
}

footer.row  .credits >div:nth-child(1)  {
    margin-bottom: 19px;
}
footer.row  .credits >div:nth-child(3)  {
    margin: 3px 0 0 150px;
}


#credits_svg    {
    position: absolute;
    top: 41px;
    pointer-events: none;

}
#credits_svg svg {
    height: 155px;
    width: 265px;
}

footer.row .right-menu {
    float: right;
    font-size: 16px;
    line-height: 22px;
    padding: 66px 120px 0 0;
}