﻿
body {
    font: 400 15px/1.8 Lato, sans-serif;
}

.container {
    padding: 80px 120px;
}

.carousel-inner img {
    /*-webkit-filter: grayscale(90%);*/
    /*filter: grayscale(90%); /* make all photos black and white
            /*width: 100%; /* Set width to 100% */
    margin: auto;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #777;
    text-align: center;
}

.container p {
    text-align: justify;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
