#marginLeft {
    margin-left: 700px;
}



.carousel-item,
.carousel-inner,
.carousel-inner img {
  height: 100%;
  width: 100%;
}

.carousel-item {
  text-align: center;
}

.carousel {
    height: 600px;
  }

#fontMenu {
    /*font-family: 'Libre Baskerville', serif;*/
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    color: white;
    text-align: center;
    margin-left: 42px;
}

.container {
  
  height: 85px;
}
#products {
  margin-top: 440px;
}

/*.menu {
  position: static;
  height: 50px;
}*/

.menutwo {
height: 50px;
}

#marginMenu {
  margin-left: 420px;
}

#font {
    font-family: 'Noto Sans KR', sans-serif;
    color: white;
    font-size: 20px;
}

#fontD {
  font-family: 'Noto Sans KR', sans-serif;
  color: white;
  font-size: 40px;
  margin-top: 80px;
}

#imgL {
  width: -30px;
}

#fontTwo {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
}

#text {
    text-align: center;
}

a {
    color: black;
    text-decoration: none; /* no underline */
  }

a:hover{
    text-decoration: none;
    color: silver;
}


ul {
    text-align: left;
    margin-left: 280px;
    font-family: 'Noto Sans KR', sans-serif;
}

#fonts {
   margin-left: -600px;
    font-family: 'Libre Baskerville', serif;

}

#footer{
    width: 100%;
    height:300px;
    background: white;
    margin-top:0px;
    
  }

  #alor {
    margin-top: 200px;
  }

  .footer {
    /*position: absolute;*/
    left: 0;
    bottom: 10;
    width: 100%;
    height: 67px;
    background-color: #3bb828;
    text-align: center;

 }
  /*#headingOne{
    background-image: url('tocador-696x464.jpg');
    background-size: cover;
    height: 300px;
  }

  #headingTwo {
    background-image: url('hogar-y-oficina-2-1076x605.jpg');
    background-size: cover;
    height: 300px;
  }

  #headingThree {
    background-size: cover;
    height: 300px;
  }*/

  #collapseOne {
    background-image: url('tocador.jpg');
    background-size: cover;
   background-position: 0px -320px;
  }

  /*#collapseExample{
    background-image: url('hogar-y-oficina-2-1076x605.jpg');
    background-size: cover;
  }*/

  #backExample {
    background-image: url('tocador.jpg');
    background-size: cover;
    background-position: 0px -300px;
  }

  #backExample2 {
    background-image: url('tocador.jpg');
    background-size: cover;
    background-position: 0px 300px;
  }

  #collapseCabello {
    background-image: url('casa_oficina.jpg');
    background-size: cover;
    background-position: 0px 300px;
  }

  #backHogar {
    background-image: url('casa_oficina.jpg');
    background-size: cover;
    background-position: 0px 300px;
  }

  #backAuto {
    background-image: url('auto.jpg');
    background-size: cover;
    background-position: 0px 500px;
  }

  #backEnvase {
    background-image: url('envases.jpg');
    background-size: cover;
    background-position: 0px 600px;
  }

  #backConcentrado {
    background-image: url('concentrados.jpg');
    background-size: cover;
    background-position: 0px 600px;
  }

  #footerFirst {
    z-index: 99;
    position: absolute;
    width: 100%;
    height:300px;
    background: white;
    margin-top:0px;
  }


  #alorDos {
    z-index: 99;
    margin-top: 70px;
    margin-bottom: 20PX;
      animation-duration: 10s;
  animation-name: bounceIn;
  animation-iteration-count: infinite;
  }

  #marginLink {
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    width: 220px;
    height: 51px;
    margin-left: 635px;
    margin-top: 20px;
    border-style: none;
    background-color:#3bb828 ;
  }

 


  @keyframes bounceIn {
    0% {
      transform: scale(0.9);
      opacity: 100;
    }
    60% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.9);
    }
  }


@media screen and (max-width: 601px) {
    #marginLeft {
        margin-left: 20px;
    }

    #fontMenu {
      /*font-family: 'Libre Baskerville', serif;*/
      font-family: 'Noto Sans KR', sans-serif;
      color: white;
      text-align: center;
      margin-left: -260px;
  }
}
