@font-face {
  font-family: Avenir Next Medium;
  src: url(../fonts/AvenirNext-Medium.ttf);
}
@font-face {}
@font-face {
  font-family: Gill Sans Nova Book;
  src: url(../fonts/GillSansNovaBook.ttf);
}
@font-face {
  font-family: Gill Sans Nova Medium;
  src: url(../fonts/GillSansNovaMedium.ttf);
}
@font-face {
  font-family: Gill Sans Nova Cn Book;
  src: url(../fonts/GillSansNovaCnBook.ttf);
}
@font-face {
  font-family: Aka-Acid-CanterBold;
  src: url(../fonts/Aka-Acid-CanterBold.otf);
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: auto !important;
  font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.ttf);
}
body {
  font-family: Gill Sans Nova Book !important;
  color: #1C1C1D;
}

.subtitle {
  font-family: Gill Sans Nova Cn Book !important;
  font-size: 2rem;
  font-weight: 200 !important;
}

.title {
  font-family: Aka-Acid-CanterBold !important;
  font-size: 4rem !important;
  line-height: 2rem;
}

#title {
  font-family: Aka-Acid-CanterBold !important;
  font-size: 2.5rem !important;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: initial;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide__arrow {
  border: 2px solid rgba(34, 36, 38, 0.15);
  border: none;
  transform: translateY(1rem);
  background-color: transparent;
  padding: 12px;
  color: rgba(28, 28, 29, 0.8);
  font-size: 1.5rem;
  box-shadow: 0 0.25em 0.5em 0 transparent;
  text-shadow: 0 0.25em 0.5em transparent;
  transition: color 0.5s ease;
}
.glide__arrow:hover {
  border-color: rgba(34, 36, 38, 0.4);
  color: #1c1c1d;
}
.glide__arrow i {
  font-size: 3rem;
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
}

.glide__bullet {
  border: 2px solid rgba(28, 28, 29, 0.8);
  width: 15px;
  height: 15px;
  margin: 0 1rem;
  transition: all 0.3s ease-in-out;
  color: rgba(34, 36, 38, 0.4);
  background-color: rgba(28, 28, 29, 0.4);
  cursor: pointer;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
}

.glide__arrow--left {
  left: -0.5rem;
}

.glide__arrow--right {
  right: -0.5rem;
}

.glide__bullet--active, .glide__bullet:hover {
  border-color: rgba(34, 36, 38, 0.8);
  border-color-color: rgba(34, 36, 38, 0.4);
  border-color-background-color: rgba(28, 28, 29, 0.8);
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover {
  border: 2px solid rgba(28, 28, 29, 0.8);
  background-color: rgba(28, 28, 29, 0.8);
}

.glide__bullet--active {
  background-color: rgba(28, 28, 29, 0.8);
  border: 2px solid rgba(28, 28, 29, 0.8);
}

body {
  background-color: #FAFAFA;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.center {
  align-items: center;
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
}

::selection {
  color: #FAFAFA;
  background-color: #1C1C1D;
}

.eye {
  position: absolute;
  transform: none;
  left: 88%;
  opacity: 0.5 !important;
  margin-top: -2.35rem !important;
  cursor: pointer;
}

.title {
  font-family: Aka-Acid-CanterBold !important;
}

.red {
  color: #FF4136;
}

.mobileIngredients {
  margin-top: 2rem;
  width: 100%;
  display: flex;
}

.onlyTablet {
  display: none !important;
}

body, html {
  height: 100%;
}

body {
  display: grid;
  grid-template-rows: max-content;
}

main {
  display: flex;
  flex-direction: column;
}

header {
  grid-row: 1/2;
}

#wrapper {
  grid-row: 2/3;
  width: 100vw;
  display: flex;
  justify-content: center;
  justify-self: center;
}

footer {
  grid-row: 3/4;
  color: #1c1c1d;
  flex-shrink: 0;
  min-height: 4rem;
  max-height: 4rem;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  z-index: 2;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  flex-wrap: wrap;
  border-top: rgba(0, 0, 0, 0.2) solid thin;
  box-shadow: 0 -1px 2px 0 rgba(34, 36, 38, 0.15);
  background: white;
  align-self: end;
  margin-top: -1.5rem;
}
footer #footerLogo {
  font-family: Aka-Acid-CanterBold !important;
  font-size: 3rem;
}
footer #copyright {
  position: absolute;
  right: 1rem;
  min-width: 20%;
  margin-left: 40%;
}

.halfPage {
  width: 50%;
  height: 100vh;
  min-height: 52rem;
  padding: 0;
  margin: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 4rem;
}

.ui.popup:before {
  position: unset !important;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.fullpage {
  height: 100vh;
  text-align: center;
}

.ui.modal.login {
  max-width: 420px;
  position: relative;
  top: 10vh;
}

.popup {
  max-height: 500px !important;
  width: 42% !important;
  right: 0 !important;
  left: 23.75rem !important;
  top: 3.35rem !important;
  transform-origin: left top !important;
}

tr {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #1C1C1D;
}

.ui.disabled.rating .icon {
  cursor: pointer;
}

.profileCard {
  position: fixed;
  bottom: -15.75rem;
  right: 2.5%;
  transform: scale(0.9);
  width: 14%;
  box-shadow: 0px -1px 2px 1px rgba(34, 36, 38, 0.15);
  color: white !important;
  cursor: pointer;
  transition: bottom 0.4s ease-in-out;
  z-index: 0;
}
.profileCard .content {
  transition: bottom 0.4s ease-in-out;
}
.profileCard:hover {
  bottom: -2rem;
}
.profileCard:hover .content {
  opacity: 1;
}

#logo {
  padding-left: 20px;
  padding-right: 20px;
}

#profileInMenuContent {
  margin-left: 1rem;
  margin-right: -2.35rem;
}

nav h1.ui.header {
  font-size: 3.5rem !important;
  margin-top: -45px !important;
}

nav, #nav2 {
  transform: translateY(-1px);
  height: 3.5rem;
  position: fixed;
  z-index: 2;
}
nav h1, #nav2 h1 {
  padding-bottom: 0;
  margin-top: -1.5rem;
  overflow: hidden;
}
nav .title, #nav2 .title {
  font-family: Aka-Acid-CanterBold !important;
  color: #1C1C1D !important;
  align-self: center;
  margin: 0.75rem 0 0 0;
}
nav a, #nav2 a {
  font-size: 1.5rem !important;
  outline: none;
}
nav .popup a, #nav2 .popup a {
  font-size: 1.2rem !important;
}
nav svg, #nav2 svg {
  height: 0rem !important;
  display: none !important;
}
nav .selected, #nav2 .selected {
  background-color: #1C1C1D !important;
  color: #E9E9E9 !important;
}
nav #burgerContainer, #nav2 #burgerContainer {
  width: 20px;
}

#nav2 {
  z-index: -1 !important;
  opacity: 0;
}

.main.search, #mainBox2 .search {
  align-self: center;
  width: 14rem;
}

#nav2 .search .title, nav .search .title {
  font-size: 1.75rem !important;
  font-family: Gill Sans Nova Cn Book !important;
  font-weight: 200 !important;
}

.ui.search .results {
  right: 0 !important;
  left: unset !important;
  z-index: 10;
}

.glide {
  height: 101.5vh !important;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  transform: translateY(-5rem);
  margin-bottom: -5rem;
}

.close.icon {
  top: 10px !important;
  right: 10px !important;
  color: #1C1C1D !important;
}

.sliderRibbon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 15rem;
  padding-top: 2rem;
  z-index: 1;
  top: calc(50vh - 12rem);
  background-color: rgba(255, 255, 255, 0.9);
}
.sliderRibbon h1 {
  font-size: 6rem !important;
}
.sliderRibbon h1 + span {
  background-color: #1C1C1D;
  width: 28rem;
  height: 4px;
  margin-top: 1rem;
}
.sliderRibbon h2 {
  font-size: 2.5rem !important;
}

.sliderRibbon.ofThree {
  flex-direction: row;
}

#sliderStart, #sliderEnd {
  width: 100%;
  min-height: 100vh;
  background: url(../images/horizontal7.jpg) no-repeat center top;
  background-size: cover;
  background-color: rgba(188, 97, 108, 0.75);
  background-blend-mode: screen;
  position: relative;
  z-index: -1;
  border-bottom: rgba(28, 28, 29, 0.54) solid;
}

#sliderEnd {
  background: url(../images/horizontal2.jpg) no-repeat center top;
  background-color: rgba(255, 255, 255, 0.5);
}

#discovering {
  background: url(../images/horizontal10.jpg) no-repeat center top;
  background-color: #bc616c;
  background-blend-mode: screen;
  background-size: cover;
  margin-bottom: 10rem;
}
#discovering img {
  top: -1rem;
  z-index: 2;
  margin-right: calc(3rem + 4vw);
}
#creating {
  background: url(../images/horizontal2.jpg) no-repeat center top;
  background-color: #bc616c;
  background-blend-mode: screen;
  background-size: cover;
}
#creating p {
  margin-top: 2rem;
}
#creating img {
  top: -1rem;
  z-index: 2;
  width: 30vw;
  margin-left: calc(3rem + 4vw);
  transform: rotate(10deg);
}

#posting {
  background: url(../images/horizontal16.jpg) no-repeat left top;
  background-color: #bc616c;
  background-blend-mode: screen;
  background-size: cover;
}
#posting img {
  top: -1rem;
  z-index: 2;
  width: 20vw;
  margin-right: calc(3rem + 4vw);
}

.mainBoxes {
  display: flex;
  width: 100vw;
  min-height: 70vh;
  max-height: 100vh;
  margin: 0 auto;
  position: relative;
  justify-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
  top: 10rem;
  top: 0;
  height: 100vh;
}
.mainBoxes img {
  width: 20vw;
  max-width: 25rem;
  transform: rotate(-5deg);
  position: relative;
  display: unset;
}
.mainBoxes p {
  font-family: Gill Sans Nova Cn Book !important;
  font-size: 3rem;
  font-weight: 200;
  transform: translate(0, -1rem);
  position: relative;
}

@media screen and (max-width: 1100px) {
  #header1 nav {
    top: 3.5rem !important;
  }
  #header1 .search {
    display: none !important;
    margin-right: 2rem !important;
  }
  #header1 h1 {
    display: none !important;
  }

  .eye {
    position: absolute;
    transform: none;
    left: 85%;
    margin-top: -2.25rem !important;
  }

  #nav2 {
    z-index: 2 !important;
    opacity: 1;
  }
  #nav2 h4 {
    transform: translate(1.5rem, -0.5rem);
    margin-right: 1rem !important;
    font-size: 3rem !important;
  }
  #nav2 .search {
    width: 55% !important;
    margin-left: 2rem;
  }

  .popup {
    left: 4.5rem !important;
  }
}
@media screen and (max-width: 1079px) {
  .ui.grid > .column:not(.row) {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .ui.menu .item {
    padding: 10px 13px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ui.grid > .column:not(.row) {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .registerPage {
    display: none;
  }

  .halfpage {
    width: 90%;
  }

  .ui.menu .item {
    padding: 10px 13px !important;
  }
}
@media screen and (max-width: 768px) {
  #header1 nav button, #header1 #nav2 button, #header2 nav button, #header2 #nav2 button {
    border-radius: 0.28571429rem !important;
  }

  form .container {
    padding: 2em 1em !important;
  }

  nav .search {
    display: none;
  }

  .noPadding {
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin: 0 !important;
  }

  .ui.menu .item {
    padding: 10px 13px !important;
  }

  .popup {
    margin-left: -5rem !important;
  }

  .onlyDesktop {
    display: none !important;
  }

  .onlyTablet {
    display: inline-block !important;
  }

  .tabletCenter {
    text-align: center;
  }

  .mainBoxes img {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mainBoxes p {
    font-size: 2.7rem;
  }

  footer {
    display: flex;
    flex-direction: column;
  }

  #copyright {
    margin-top: -1rem;
    margin-left: 60% !important;
  }
}
@media screen and (max-width: 578px) {
  #nav2 h4 {
    margin-right: 2rem !important;
  }

  .ui.menu .item {
    padding: 10px 13px !important;
  }

  .ui.menu .item > i.dropdown.icon {
    margin: 0 !important;
  }

  #forgot1, #forgot2 {
    width: 50%;
  }

  #profile {
    border-left: none;
  }

  .mainBoxes img {
    display: none;
  }
  .mainBoxes p {
    text-align: center;
  }

  #footerLogo {
    font-size: 2.5rem !important;
  }

  .sliderRibbon h1 {
    font-size: 5rem !important;
  }
}
@media screen and (max-width: 550px) {
  .popup {
    width: 90% !important;
    margin-left: -5rem !important;
  }

  nav a, #nav2 a, nav .signOutAnchor {
    font-size: 1.5rem !important;
  }

  #profileInMenuContent {
    margin-right: -2.4rem;
  }

  #sliderStart, #sliderEnd {
    height: 12rem;
    padding-top: 2rem;
    padding-right: 1rem;
  }

  #mainTitle, #mainTitle2 {
    font-size: 4rem !important;
  }

  #mainLine, #mainLine2 {
    width: 18rem;
    height: 3px;
    margin-top: 0rem;
  }

  #mainText, #mainText2 {
    font-size: 1.5rem !important;
  }
  #nav2 .search {
    max-width: 9rem !important;
  }
}
@media screen and (max-width: 500px) {
  nav a, #nav2 a, nav .signOutAnchor {
    font-size: 1.5rem !important;
  }

  .ui.menu .item {
    padding: 9px 7px !important;
  }

  #profileInMenuContent {
    margin-right: -1.6rem;
  }
  #profileInMenuContent img {
    display: none;
  }

  .glide__arrow {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  nav a, #nav2 a, nav .signOutAnchor {
    font-size: 1.35rem !important;
  }
}
@media screen and (max-width: 407px) {
  .eye {
    left: 85%;
    margin-top: -5rem !important;
  }

  .eye2 {
    margin-top: -2.25rem !important;
  }
}
@media screen and (max-width: 404px) {
  .eye {
    left: 85%;
    margin-top: -6rem !important;
  }

  .eye2 {
    margin-top: -2.25rem !important;
  }

  #logo2 {
    margin-left: -1rem !important;
  }

  #profileInMenuContent {
    margin-left: 0.3rem !important;
  }

  #search2 {
    margin-right: -1.5rem !important;
  }

  #sliderRibbon1 h1 {
    font-size: 4.5rem !important;
  }

  nav a, #nav2 a, nav .signOutAnchor {
    font-size: 1.25rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
