/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3.5rem;
  /*padding-bottom: 3rem;*/
  color: #2c2e35;
  background-color: #f5ecd2;
  font-family: 'Source Sans Pro', sans-serif;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
/*
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
*/


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {

  font-weight: bold;
  line-height: 1;
  letter-spacing: -.05rem;
  font-size: 2rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    
    font-size: 50px;
    
  }
}


/* Shadow efektek hátha kellenek majd */
.effect-1 {
    position: relative;
}
.effect-1::before, .effect-1::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}
.effect-1::after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/* EFFECT 2 ========================================== */
.effect-2::before{
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 5px;
    left: 30px;
    right: 30px;
    top: 80%;
    background: #aaa;
    box-shadow: 0 0 25px 17px #aaa;
    border-radius: 100px/10px;
}


/* EFFECT 3 ========================================== */
.effect-3 {
    position: relative;
}

.effect-3::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}


/* EFFECT 4 ========================================== */
.effect-4 {
    position: relative;
}

.effect-4::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(3deg);
}


/* EFFECT 5 ========================================== */
.effect-5::before{
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 20px;
  left: 8px;
  right: 8px;
  top: 20px;
  background: #aaa;
  box-shadow: 0 0 25px 10px #aaa;
  border-radius: 10px/40px;
}
.effect-5::after{
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 14px;
  left: 30px;
  right: 30px;
  top: 14px;
  background: #aaa;
  box-shadow: 0 0 25px 17px #aaa;
  border-radius: 100px/10px;
}

/* EFFECT 6 ========================================== */
.effect-6 {
    position: relative;
}

.effect-6::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 26px;
  left: 12px;
  bottom: 50px;
  width: 20%;
  transform: rotate(-10deg);
  box-shadow: 0 10px 25px 10px #aaa;
}

.effect-6::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 26px;
  right: 10px;
  bottom: 50px;
  width: 20%;
  transform: rotate(8deg);
  box-shadow: 0 10px 25px 10px #aaa;
}

.card {
  margin-bottom: 2.5rem;
  border: none;
  flex-direction: row;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }	
}

@media (min-width: 1218px) {
  .carousel {
    margin-bottom: -5rem;
  }
}

@media (max-width: 1217px) {
  .carousel {
    margin-bottom: -1rem;
  }
}



/* Center logo menü */
.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link {
  padding: .5em 1em;
}

/* LOGO MAGIC */
.nav-logo {
  position: absolute;
  width: 160px;
  height: 144px;	
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);	
  transform: translate(-72px, 0px);	
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.nav-logo--shrinked {
  position: absolute;
  width: 91px;
  height: 82px;	
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);	
  transform: translate(-38px, 0px);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.logo-placeholder {
  width: 360px;
  -webkit-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
.logo-placeholder--small {
  width: 180px !important;
  -webkit-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}

@media (max-width: 992px) {
  
  .nav-logo {
    position: absolute;
    width: 120px;
    top: -22px;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    transform: translateX(0%) !important;	
    transform: translate(-40px, 0px) !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .nav-logo--shrinked {
    position: absolute;
    width: 79px;
    top: -22px;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    transform: translateX(0%) !important;	
    transform: translate(-0px, 0px) !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  
  .logo-placeholder {
    width: 125px !important;
    -webkit-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
  }
  
  .logo-placeholder--small {
    width: 125px !important;
    -webkit-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
  }
}

.nav-link {
  color: #f5ecd2 !important;
  transition: all 0.5s !important;
}
.nav-link:link {
  color: #f5ecd2 !important;
  transition: all 0.5s !important;
}
.nav-link:hover {
  color: #2c2e35 !important;
  transition: all 0.5s !important;
}
.nav-link.active {
  color: #18191a !important;
  transition: all 0.5s !important;
}
.carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.carousel-inner {
  padding-top: 43.25%;
  display: block;
  content: "";
}
.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 9;
  margin-top: 20px;
  text-align: center;
}
.caption h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
  font-size: 26px;
  font-weight: 300;
}
a.big-button {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}
a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
}
a.view-demo:hover {
  text-decoration: none;
  color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}
footer {
  background: #8b5400;
  border-top:1px solid #2c2e35;
}
.text-muted {
  color:#f5ecd2 !important;
}

.footer-link {
  color: #f5ecd2 !important;
  transition: all 0.5s !important;
  text-decoration: none;
}
.footer-link:link {
  color: #f5ecd2 !important;
  transition: all 0.5s !important;
  text-decoration: none;
}
.footer-link:hover {
  color: #2c2e35 !important;
  transition: all 0.5s !important;
  text-decoration: none;
}
.footer-link.active {
  color: #2c2e35 !important;
  transition: all 0.5s !important;
  text-decoration: none;
}
.btn-lipoti {
  background-color: #2c2e35;
  color:#f5ecd2;
}
.footer-img {
  max-width: 20%;
}
.footer-head {
  font-size:1.4em;
  margin-bottom: 10px;
}