p {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    color: #2b2b2b;
}

.alt-background {
    background-color: #f5f3f2;
}

.height {
    height: 10px;
}

/* Image-container design */
.image-container {
    position: relative;
    margin: auto;
}

.previous {
    left: 360px;
}

.next {
    right: 360px;
}

.previous,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    padding: 10px;
    margin-top: -25px;
}

/* caption decorate */
.captionText {
    color: #000000;
    font-size: 14px;
    position: absolute;
    padding: 12px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Slider image number */
.slideNumber {
    background-color: #5574C5;
    color: white;
    border-radius: 25px;
    right: 0;
    opacity: .5;
    margin: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
}

.fa {
    font-size: 32px;
}

.fa:hover {
    transform: rotate(360deg);
    transition: 1s;
    color: white;
}

.footerdot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}

.dots .active,
.footerdot:hover {
    background-color: black;
}

.site-color {
    color: #5C7B59;
}