html,
body {
    max-width: 100%;
    overflow-x: hidden;
    text-align: center;
}

.navbar {
    height: 100px;

}

.shrink {
    height: auto;
}

.h1-reponsive {
    margin-top: 130px;
}


.view {
     background: url('yogasunset.jpg');
    background-position: center;
    width: 100%;
    height: 100vh;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    
}

h1 {
    font-family: 'Comic Neue', cursive;
    font-weight: bold;
}

h2 {
    font-family: 'Comic Neue', cursive;

}

h6,
h3,
p {
    text-align: center;
}

.lifeyoga {
    color: white;
}

.yogakids {
    height: 350px;
    color: white;
    background-size: contain;
}


.format {
    color: black;
    padding-top: 20px;
}

a {
    color: black;
}

.btn {
    color: white;
    align-content: center;
}

a:hover {
    color: orangered;
    text-decoration: none;
}

.card-body {
    background-image: url('yogaimage.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;

}

.carousel-item {
    height: auto;
    background-size: cover;
    background-position: center center;
}

/* STYLING THE FOOTER */
.footer {
    position: relative;
    background: url('https://www.yoga4kidsbykids.com/yogasunset.jpg');
    background-position: center;
    width: 100%;
    height: 100vh;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.footer p{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
   
}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/
/* @media (min-width: 576px) { */
/*
    .yogakids{
    height: 200px;
    color: white;
}
*/


/* } */

/*// Medium devices (tablets, 768px and up)*/
/* @media (min-width: 768px) { */
/*
   .yogakids{
    height: 200px;
    color: white;
}
*/
/* } */

/*// Large devices (desktops, 992px and up)*/
/* @media (min-width: 992px) { ... } */

/*// Extra large devices (large desktops, 1200px and up)*/
/* @media (min-width: 1200px) { ... } */