/* color:
#ceb888
#2E313F */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
p {
  font-family: 'Lato', sans-serif;
}

h1,
h2 {
  font-weight: 700;
}

h1 {
  text-transform: uppercase;
}

.butik-valaszto {
  height: 10rem;
}

.butik-seged-div {
  height: 1rem;
}

.butik-seged-div:first-of-type {
  height: 3rem;
}

/* --------------------------------- */
/* NAVIGACIO */
/* --------------------------------- */
.butik-navi-background {
  background-color: #2E313F;
}

.butik-hamburger:focus,
.butik-hamburger:active {
  outline: none !important;
}

.butik-navi-btn-toggle {
  color: #ceb888;
}

.butik-navi-bar {
  margin-right: 0.3rem;
}

.butik-navi-text {
  color: #ceb888;
}

.butik-navi-text:hover,
.butik-navi-text:active {
  color: white;
}

.butik-navi-logo {
  height: 2.8rem;
}

/* --------------------------------- */
/* BEMUTATKOZAS */
/* --------------------------------- */
.butik-hatter {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(46, 49, 63, 0.67)), to(rgb(46, 49, 63, 0.67))), url(images/araktarunk.jpg);
  background: linear-gradient(rgb(46, 49, 63, 0.67), rgb(46, 49, 63, 0.67)), url(images/araktarunk.jpg);
  background-position: center;
  background-size: cover;
  color: #ceb888;
}


.butik-hatter h1 {
  font-size: 1.8rem;
}

.butik-hatter h2 {
  font-family: cursive;
  font-size: 1.5rem;
}

.butik-felirat-nagy {
  font-size: 2rem;
}

.butik-hatter-btn {
    background-color: #ceb888;
    color: #2E313F;
    border: none;
    border-radius: 12.5rem;
    font-size: 0.9rem;
    margin-top: 1.4rem;
}

.butik-hatter-btn:active,
.butik-hatter-btn:hover {
    color: #ceb888;
    background-color: #fff;
    border: 1px solid #ceb888;
}


.butik-hatter-insta {
  margin-right: 10px;
}


/* --------------------------------- */
/* VASARLASI MOD */
/* --------------------------------- */


.butik-vasarlas-mod-icon {
  color: #ceb888;
  font-size: 2.8rem;
}

.butik-vasarlasi-mod-szoveg {
  color: #2E313F;
  font-size: 1.2rem;
}




/* --------------------------------- */
/* Kinalat */
/* --------------------------------- */
.butik-kinalat-seged-div {
  height: 0.4rem;
}

.butik-kinalat h2 {
  color: #2E313F;
}

.butik-kapcsolat h2 {
  font-size: 1.5rem;
}

.carousel-cell-small {
  padding: 1rem;
  width: 100%;
  height: auto;
}

.carousel-cell-medium {
  padding: 1rem;
  width: 50%;
  height: auto;
}

.carousel-cell-large {
  padding: 1rem;
  width: 25%;
  height: auto;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.flickity-button-icon {
  fill: #ceb888;
}

.flickity-page-dots .dot.is-selected {
  background: #ceb888;
}

/* --------------------------------- */
/* Kapcsolat */
/* --------------------------------- */
.butik-kapcsolat {
  background-color: #5c6061;
  color: #8a8a8a;
}

.butik-kapcsolat h2 {
  font-size: 1.5rem;
}

.butik-kapcsolat p {
  font-size: 1rem;
}

.butik-icon {
  font-size: 1.3rem;
  margin-right: 1.3rem;
}

.butik-icon-hivas {
  background-color: #0083B0;
  border: none;
  margin-top: 1.2rem;
  text-decoration: none;
  color: white;
}

.butik-icon-hivas:active,
.butik-icon-hivas:hover {
    color: #0083B0;
    background-color: #fff;
    border: 1px solid #0083B0;
    text-decoration: none !important;
}

.butik-copyright {
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
