@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@400;600&display=swap');

html, body{
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    background-color: white;
    background-image: url("../../graphics/images/DSC09185_LR_ED.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h1, h2{
    font-family: 'Poppins', sans-serif; 
}

/*header*/
/*navigation*/

.topnav {
    overflow: hidden;
    position: fixed;
    top: 0;
    flex: auto;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
  
.topnav a {
    float: left;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 34px;
    text-decoration: none;
    font-size: 25px;
}

.topnav img{
    color: #B4071B;
}

.rightNavigationBox{
    align-self: flex-end;
    width: 30%;
    right: 0;
    position: fixed;
}

.rightNavigationBox a{
    float: right;
}

.leftNavidationBox{
    width: 20%;
}
  
.topnav a:hover {
    color: #B4071B;
}
  
.topnav a.active {
    color: #B4071B;
}

/*body*/

main{
    margin-top: 0px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.925);
}

main section{
    width: 100%;
    height: 100vh;
}

.promoFrame{
    width: 100%;
    height: 100%;

    color: white;
    font-family: 'Open Sans', sans-serif;

    background-image: url("../../graphics/images/Cupcake_2048px_kvalita\ 7.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;

    box-sizing: border-box;
    padding-top: 200px;
}

.contentItem{
    width: 60%;
    height: auto;
}

.contentLeft{
    float: left;
    width: 10%;
}

.contentRight{
    float: right;
    width: 90%;
}

.contentRight p{
    width: 60%;
}

.promoButton{
    display: block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: white;
    border-width: 1.8px;
    border-color: white;
    border-radius: 30px;
    border-style: solid;
    width: 220px;
    height: auto;
}

.promoButton:hover {
    background-color: #B4071B;
    color: none;
    border-color: #B4071B;
    box-shadow: 1px;
} 

/* offer */

#section2{
    height: auto;
}

.offerFrame{
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
}

/*.offerFrame h2{
    color: #B4071B;
    font-size: 25px;
    text-transform: uppercase;
}*/

.offer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    align-items: stretch;
    align-content: flex-start;
}

.offerItem{
    width: 32%;
    height: 320px;
    border: 2px;
    border-style: solid;
    border-radius: 3px;
    border-color: #B4071B;
    box-sizing: border-box;
  
    text-align: center;
    padding: 30px 10px;
    margin: 4px;
    background-color: white;
}

.offerItem h3{
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    font-size: 25px;
}

.offerImage{
    background-color: white;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-image: url("../../graphics/images/cake3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#offerItem1 .offerImage{
    background-image: url("../../graphics/images/DSC09348.JPG");
}

.offerButton{
    display: block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: white;
    border-width: 1.8px;
    border-color: white;
    border-radius: 30px;
    border-style: solid;
    width: 220px;
    height: auto;
}

.offerButton:hover {
    background-color: #B4071B;
    color: none;
    border-color: #B4071B;
    box-shadow: 1px;
} 

.gallery{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.image{
    margin: 10px;
}

.image p {
    padding: 0;
    margin: 0;
}

/*story*/

#section3 {
    height: auto;
}

.storyFrame {
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 22%;
    padding-right: 22%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-content: space-around;
}

.storyContentRight {
    width: 45%;
    height: auto;
}

.storyContentRight img{
    width: 100%;
    height: auto;
}

.storyContentLeft {
    width: 65%;
    height: auto;
    text-align: justify;
    box-sizing: border-box;
    padding: 300px 60px 100px 20px;
}

/*contact*/

#section4{
    height: 110vh;
}

.contactFrame {
    width: 100%;
    height: 100%;
    padding: 19% 23%;
    box-sizing: border-box;
}

.contactFrame p a{
    text-decoration: none;
    color: #B4071B;
    font-size: 25px;
}


/*footer*/

footer{
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
    color: #B4071B;
    font-size: 15px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.925);
}

footer p{
    margin: 0;
    padding: 10px 0px;
}


@media only screen and (max-width: 600px) {
    main {
      background-color: lightblue;
    }
  }