/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
    background-image: url("../img/wood.jpg");
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.h-100{
    height:auto !important;
    text-align: center;
}

a.list-group-item {
    height:auto;
    min-height:220px;
}
a.list-group-item.active small {
    color:#fff;
}
.stars {
    margin:20px auto 1px;
}
.thumbnail{
    padding: 5px;
}

.flag{
    background: transparent;
    border: none;
}

.dropdown{
    margin-top: 8px;
    margin-left: 10px;
}

.card-img-top{
    width: auto;
    height:300px;
}

.about{
    background: white;
    padding: 10px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.nav-link{
    display:inline-block !important;
}

.flag{
    margin-right: 25px;
}



