* {
  font-family: 'Raleway', sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1; 
  padding-bottom: 40px; 
  margin-top: 55px;
}


.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap {
  flex: 1;
}

body {
  text-align: center;
  margin: 0px;
  background-color: #4b3f45;
  color: #CCCCCC;
  line-height: 40px;
}


.navbar ul {
  list-style-type: none;
  background-color: #312a2e;
  text-align: center;
  padding: 0;
  margin: 0;
  box-shadow: 0px 20px 29px 10px rgba(0,0,0,0.1);
}

.navbar li {
  display: inline-block;
}

.navbar a {
  color: #CCCCCC;
  text-decoration: none;
  padding: 1em;
  text-align: center;
  display: block;
  font-weight: bold;
}

.navbar a:hover {
  background-color: #cccccc7c;
  color: white;
}

table {
  text-align: center;
  color: #CCCCCC;
  margin: auto;
  border-collapse: collapse;
  margin-bottom: 60px
}


tr {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
}

th {
  text-align: center;
  color: #CCCCCC;
  background-color: #443b40;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
}

td {
  text-align: center;
  color: #CCCCCC;
  background-color: #64575c;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
}


.title {
  margin-top: 2%;
  font-weight: bold;
  font-size: 36px;
	-webkit-animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.footer {
  background-color: #5c4f56;
  color: #d4c6b5;
  padding: 2em 1em;
  text-align: center;
  box-shadow: 0px -4px 12px rgba(0,0,0,0.1);
  font-family: 'Raleway', sans-serif;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  display: flex;
  justify-content: center;
  gap: 2em; 
}

.footer-menu li {
  display: inline-block;
}

.footer-menu a {
  color: #d4c6b5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-bottom {
  font-size: 0.9em;
  color: #b5a899;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1em;
  margin-top: 1em;
}

@media (max-width: 600px) {
  .footer-menu {
    flex-direction: column;
    gap: 0.5em;
  }
}

.content{
  margin-left: 10%;
  margin-right: 10%;
  flex: 1;
}

p{
  font-weight: bold;
  font-size: 18px;
	-webkit-animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  margin-right: 15px;
  margin-left: 15px;
}

a:hover{
  color: #CCCCCC;
}


a:link {
  color: #CCCCCC;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #CCCCCC;
  background-color: transparent;
  text-decoration: none;
}

main {
  text-align: center;
  margin: 60px auto;
  max-width: 900px;
  padding: 0 20px;
}

.nakupovanie {
  background-color: #443b40;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 25px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
  text-align: left;
  line-height: 1.6;
  color: #CCCCCC;
}

.nakupovanie h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  border-left: 4px solid #d4c6b5;
  padding-left: 12px;
  font-weight: 600;
}

.nakupovanie p {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 500;
}

.nakupovanie ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nakupovanie li {
  margin: 6px 0;
}

main a {
  color: #d4c6b5;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

main a:hover {
  color: #ffffff;
}

blockquote {
  margin-top: 40px;
  font-style: italic;
  color: #b5a899;
  font-size: 18px;
  border-left: 3px solid #d4c6b5;
  padding-left: 15px;
}

/* ====== RESPONSIVITA ====== */

@media (max-width: 768px) {
  main {
    margin: 40px 15px;
    padding: 0 10px;
  }

  .nakupovanie {
    padding: 20px;
  }

  main h2 {
    font-size: 30px;
  }

  .nakupovanie h3 {
    font-size: 20px;
  }
}



/* ----------------------------------------------
 * Generated by Animista on 2023-12-13 22:15:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}




