<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*template colors*/
a {
    color: #f5a623;
    text-decoration: none;
}
a:hover {
    color: #f5a623;
    text-decoration: underline;
}



/*navigation style*/
.nav-item {
  margin: 0px 20px 0px 20px;
  letter-spacing: 1.4px;
}

.nav-item.active a {
  color: #4D2F13 !important;
  border-bottom: 2px solid #F4BA5C;
}


.navbar-pepe .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-pepe .navbar-nav li a  {
  color: #8B572A;
  transition-duration:  .6s;
} 

.navbar-pepe .navbar-nav li a:hover  {
  color: #4D2F13;
} 


/*header*/

header.box {
  height: 368px;
  margin: 0em 1em 0em 1em;
  background-position: center;
  position: relative;
}


.intro {    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.headline {
  text-align: center;
font-family: 'Satisfy', cursive;
color: white;
font-size: 90px;
color: #FFFFFF;
letter-spacing: 8.39px;
text-shadow: 0px 2px 12px rgba(0,0,0,0.50);   
}

.headline-article {
text-align: center;
font-family: 'Satisfy', cursive;
color: white;
font-size: 50px;
color: #FFFFFF;
letter-spacing: 8.39px;
text-shadow: 0px 2px 12px rgba(0,0,0,0.50); 
}

.subheadline {
/*  font-family: Georgia;*/
text-align: center;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 1.45px;
text-shadow: 0px 2px 10px rgba(0,0,0,0.33);
}

.intro-social {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.intro-social img {
  /* margin-right: 1em; */
  padding: 0em .5em;
  opacity: .8;
  transition: opacity .6s;
}

.intro-social img:hover {
  margin-right: 2em;
  opacity: 1;
  transition-timing-function: ease-out;
}


/*footer*/


footer {
  color: #9A9A9A;
  padding: 4em 0em 4em 0em;
}

footer img {
  margin-top: 1em;
  margin-right: 1em;
}

.footer hr {
  
}
/*vseobecne css*/

/*box-shadow: 0px 2px 20px 0px rgba(190,190,190,0.20);*/
.reset-m15 {
  margin: 15px auto;
}

.modal-header .close {
    margin-top: -30px;
}

.article h1 {
font-size: 33px;
font-family: 'Crete Round', serif;
color: #4A4A4A;
letter-spacing: 2px;
text-align: center;
}

h1.withpadding {
font-size: 33px;
font-family: 'Crete Round', serif;
color: #4A4A4A;
letter-spacing: 2px;
text-align: center;
padding-top: 2em;
padding-bottom: 0em;

}

.article h2 {
font-family: 'Crete Round', serif;
color: #4A4A4A;
letter-spacing: 2px;
text-align: center;
}

.article h3 {
  margin-top: 1em;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
color: #F5A623;
letter-spacing: 1.66px;
}

.article {
padding-top: 6em;
padding-bottom: 6em;
}

.container-fluid.article {
padding-top: 2em;
padding-bottom: 2em;
}

.section {
  background-color: #FDFDFB;
  border: 1px solid #FFF9EF;
}

.article p {
padding-top: 1em;
font-weight: 300;
font-size: 18px;
color: #575757;
letter-spacing: 1px;
line-height: 28px;
}


.article .circles img.red {
background: #D8D8D8;
border: 10px solid #F23557;
box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.20);
transform: translateX(-10px);
}
.article .circles img.yellow {
background: #D8D8D8;
border: 10px solid #F0D43A;
box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.20);
  transform: translateX(-10px);
}

.gallery img {
  /* unnamed: */
box-shadow: 0px 2px 20px 0px rgba(190,190,190,0.20);
}

.article ul li {
  list-style-image: url(../img/assets/bullet.png);
}

.recipe img {
  box-shadow: 0px 2px 20px 0px rgba(190,190,190,0.20);
}




/*CAKES*/
.cake img {
  box-shadow: 0px 2px 20px 0px rgba(190,190,190,0.20);
  margin-bottom: 2em;
}

/*
.cake h1,h2,h3,p {
  text-align: left !important;
}
*/

.cake h3 {
  text-align: left !important;
}
.cake h2 {
  text-align: left !important;
}
.cake h1 {
  text-align: left !important;
}

.cake h2 {
  font-size: 22px;
}

.gold-box {
  border: 1px solid #F5A623;
  padding: 1em 0em 1em 0em;
}

.gold-input {
  border-radius: 0px;
  border: 1px solid #F5A623;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 1em;
/*  font-size: 20px;*/
  font-weight: 300;
  background-color: transparent;
}

.modal-body input.gold-input {
  width: 100%;
  text-align: left;
}
.modal-body textarea.gold-input {
  width: 100%;
  text-align: left;
  height: auto;
}
.modal-title {
	font-family: 'Crete Round', serif;
    color: #4A4A4A;
    letter-spacing: 2px;
	font-size: 22px;
}
/*blog*/

.article-wrap {
  background-color: transparent;
  position: relative;
}

.article-left {
  width: 100%;
  height: 280px;
  background-color: #e8e8e8;
}

.article-right {
  padding: 3em;
/*  position: absolute;*/
  height: 280px;
}



.article-wrap h2 {
  text-align: left;
}



/*kontakt*/

.contact-form input {
background: #FCFCFC;
border: 1px solid #DEE3E8;
border-radius: 8px;
padding: 1em;
}


.contact-form textarea {
background: #FCFCFC;
border: 1px solid #DEE3E8;
border-radius: 8px;
padding: 1em;
}

.contact-form label {
  margin-bottom: 4px;
}

.contact-form .button-gold {
  margin-top: 1em;
}

.contact-form.article .circles img.yellow {
background: #D8D8D8;
border: 10px solid #F0D43A;
box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.10);
  transform: translateX(-10px);
}

.contact-form h2 {
  font-size: 24px;
}

.contact-form h2 a {
  color: #F5A623;
}


/*BUTTONS*/

.button-gold.active{
background: #F5A623;
}
.button-gold.active:hover {
background: #F19909;
border: 1px solid #F5A623;
}

.button-gold{
background: transparent;
border: 1px solid #F5A623;
font-size: 18px;
color: #282F44;
letter-spacing: 2.44px;
/*display: block;*/
border-radius: 0; 
padding: 1em 2em 1em 2em;
margin-top: -1px;
transition: background .2s;
}

.button-gold:hover {
  transition-timing-function: ease-out;
  background: #F5A623;
  color: black;
}

/*MEDIA QUERIES*/

@media (max-width: 768px) {
  .mob-mt2em {
    margin-top: 2em;
  }
  
  .mobtext4em {
    font-size: 4em;
  }
  
  .headline {
    text-align: center;
    font-family: 'Satisfy', cursive;
    color: white;
    font-size: 4em;
    color: #FFFFFF;
    letter-spacing: 8.39px;
    text-shadow: 0px 2px 12px rgba(0,0,0,0.50);
  }

}

/*Landscape phones (â‰Ą544px - &lt;768px) SMALL DEVICES*/
@media (min-width: 544px){
  
    
}

/*Tablets (â‰Ą768px - &lt;992px) MEDIUM DEVICES*/
@media (min-width: 768px) {
  
  .intro-social {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.intro-social img {
  margin-right: 2em;
  opacity: .8;
  transition: opacity .6s;
}

.intro-social img:hover {
  margin-right: 2em;
  opacity: 1;
  transition-timing-function: ease-out;
}

  
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .collapse {
        text-align: center;
    }
  
    header.box {
    background-position: bottom;
  }
  
  .reset-p {
    padding: 0px !important;
  }
  
  .article-wrap {
  background-color: transparent;
  border: 1px solid #F5A623;
}
  
  .article-right a {
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
/*  width: 100%;*/
}
  
  
  
}

/*Desktops (â‰Ą992px - &lt;1200px) LARGE DEVICES*/
@media (min-width: 992px){
.white-border {
  width: 800px;
  height: 200px;
  border: 4px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.white-border-small {
  width: 80%;
  height: 90%;
  border: 4px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  
}

/*Desktops (â‰Ą1200px) EXTRA LARGE DEVICES*/
@media (min-width: 1200px){
    
}

/*Desktops (â‰Ą1400px) Sirokouhle monitory*/
@media (min-width: 1400px){
    header.box {
    height: 468px; 
    margin: 0em 2em 0em 2em;
    background-position: bottom;
  }
}</pre></body></html>