body {
  background: whitesmoke;
}

a{
  color: #a814ff;
  font-family: 'Bebas Neue';
}

.container {
  padding-top: 24px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .container{
    max-width: 1000px;
  }
}

.hero {
  display: flex;
}

.logo-mobile{
  display: none;
}

.wrap {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.menu{
  display: flex;
  align-items: center;
}

.menu-border{
  padding: 8px 8px;
  margin-left: -6px;
  padding-left: 128px;
}

.menu a{
  margin: 0px 16px;
  font-size: 1.25rem;
}

.section{
  margin: 18px 0px;
}

.section p{
  color:#8e00ff;
}

.section h1{
  color: #a814ff; 
  font-family: 'Bebas Neue';
  margin-bottom: 22px;
  border-bottom: solid 4px #a814ff;
  max-width: 35vw;
}


.hero-content{
  width: 100%;
  height: 40vh;
  color:#8e00ff;
  font-family: 'Oswald';
  position: relative;
  background-color: rgb(248,245,76);
  background-color: linear-gradient(180deg, rgba(248,245,76,1) 0%, rgba(250,241,78,1) 100%); 
  background-image: url("/img/cake.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 200px;
  background-position-y: -100px;
}

.hero-text{
  width: 350px; 
  font-size: 32px;
  padding: 8px;
  padding-left: 16px;
}

.contacts{
  font-size:1.25rem;
}

.pcard {
  display: flex;
  max-height: 300px;
  border-radius: 7px 7px 7px 7px;
  /* VIA CSS MATIC https://goo.gl/cIbnS */
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}

.pimage{
  flex: 1;
}

.pimage img{
  border-radius: 7px 0 0 7px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pcontent{
  flex: 2;
  padding: 12px;
}

.pcontent h2{
  color:#8e00ff;
  margin-bottom: 8px;
}

.pplabel{
  display: inline-flex;
  border-radius: 7px 7px 7px 7px;
  margin-right: 12px;
  /* VIA CSS MATIC https://goo.gl/cIbnS */
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.pplabel div:first-child{
  flex: 1;
  white-space: nowrap;
  padding: 6px 12px;
  background-color: #a814ffaa;
  color: #2e0048;
  border-radius: 7px 0px 0px 7px;
}

.pplabel div:last-child{
  flex: 1;
  white-space: nowrap;
  padding: 6px 12px;
  color: #2e0048;
  background-color: #a814ff22;
  border-radius: 0px 7px 7px 0px;
}

.cookies{
  object-position: 0px -180px;
}
