* {
    font-family: 'Roboto', sans-serif;
    color: rgb(88, 88, 88);
}
h1 {
    text-align: center;
}
h2 {
    text-align:left;
    padding-left: 10px;
    color: white;
    background-image: linear-gradient(to right, rgb(249, 191, 157),white);
}
h3 {
    color: white;
    text-align: center;
    background-color:rgb(241, 213, 195);
}
h4 {
    padding-top: 10px;
}
h5 {
    text-align:center;
}
h6 {
    text-align: center;
    background-color:rgb(185, 211, 220);
    border-radius: 8px;
}
article {
    padding-top: 5px;
}
footer {
    text-align: center;
    border-top: 1px dotted rgb(249, 191, 157);
}
#navigacija {
    background-image: linear-gradient(rgb(185, 211, 220), rgb(185, 211, 220),white);
}
.container {
    background-color: white;
    border-radius: 8px;
    margin: 3px;
}
.pozdrav {
    margin:40px;
    border: 1px solid rgb(185, 211, 220);
    border-radius: 8px;
    padding: 5%;
    box-shadow: 0 4px 8px 0 rgba(185, 211, 220, 0.5), 0 6px 20px 0 rgba(185, 211, 220, 0.5);
}
.slikaavtorice {
    opacity: 0.4;
}
.pojasnilo {
    border-radius: 8px;
    padding: 3px;
    background-color: rgba(185, 211, 220, 0.5);
}
/* CUSTOMIZE THE CAROUSEL*/
/* Carousel base class */
.carousel {
    margin-bottom: 1rem;
}
/* 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:20rem;
}
.carousel-item > img {
    width: auto; 
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*div class="kakoObleci"*/
.kakoObleci img {
    width:50%; 
    height:auto;
}
.kakoObleci span img {
    width: 45%; 
    height:auto;
}
.sewing {
    position: relative;
    width: 100%;
}
/*figure class="navodila"*/
.navodila {
    background-color: white;
    padding: 3px;
    border: 1px solid white;
    border-radius: 8px;
    margin: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navodila img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.navodila figcaption {
    color: rgb(88, 88, 88);
    padding-left: 8px;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(241, 213, 195); /* Set a background color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 90px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
#myBtn:hover {
    background-color:rgb(249, 191, 157); /* Add a dark-grey background on hover */
}
.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    border: 3px solid rgb(249, 191, 157);
}
table, th, td {
    border: 1px solid rgb(241, 213, 195);
    border-collapse: collapse;
  }