body {
    background-color: #9cc8d2;
}

.navbar a{
    font-family: 'Quicksand', sans-serif, serif;font-size: 18px;
}

.navbar {
    position:fixed;
    top: 0;
    width: 100%
}

.navbar li {
    text-align: center;
}
.nav-link span{
    font-family: 'Quicksand', sans-serif, serif;font-size: 17px;color: black;
}
.nav-link i{
    font-family: 'Quicksand', sans-serif, serif;font-size: 17px;color: black;
}
.nav-link a {
    font-family: 'Quicksand', sans-serif, serif;
    font-size: 17px;
    color: black;
}
.nav-link li{
    font-family: 'Quicksand', sans-serif, serif;font-size: 19px;color: black;
}
.svg {

}
.tales {
    width: 100%;
}

#pages-description{
    padding-bottom: 0;
}
.carousel-img{
    margin-top: 600px;
    width: auto;
    height: 400px;
    margin-bottom: 0%;
}
/* Since positioning the image, we need to help out the caption */


.carousel,
.carousel-inner {
    height: 640px;
    position:relative;
}


/* Declare heights because of positioning of img element */
.carousel .item { height: 200px;
    width: auto
}

.carousel-caption{
    top: 170px;

}
/*images*/
.circular--landscape {
    display: inline;
    overflow: hidden;
    border-radius: 50%;

}

.circular--landscape img {
    width: 100%;
    height: 100%;
}

/*card columns*/
* {
    box-sizing: border-box;
}


/* Float four columns side by side */
.column {
    float: left;
    width: 20%;
    padding: 20px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 90px;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}


/* Add some padding inside the card container */
.container {
    padding: 2px 16px 28px;
}


