/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
#block-perugia-footer {
    background-color: #222;
    padding: 0px;
}

body {
    background-image: url(/sites/default/files/main-bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

#footer .col-sm-3 {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;

    color: white;

}

#footer h3 {
    color: #3A5CAA;
}

#footer {
    margin: 0px auto;
}

#featured {
    padding: 15px;
}


.img{
    margin: auto;
    width: auto;
    text-align: center;
}

@media only screen and (max-width: 1090px) {
    .navbar-header {
        width: 100%;
    }
}

.main-container {
    padding-top: 0px;
    background: white;
    border: none;
    border-radius: 0px;
    border-top-style: solid;
    border-top-width: 50px;
    border-top-color: #F99F3E;
}

.footer {
    margin: 0px auto;
    padding: 0px;
}

#menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    height: 140px;
    border: none;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.2);
    align-items: center;
    align-content: center;
}

#menu .options {
    font-family: sans-serif;
    display: flex;
    height: 100%;
}

#menu img {
    width: 300px;
    height: 52px;
}

#menu .options a {
    font-family: 'Dosis', 'Verdana', sans-serif;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: normal;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 3pt;
    color: #898989;
}



#menu .options a:active, #menu .options a:hover {
    background: #F8F8F8;
    border-bottom: 1pt solid #3A5CAA;
    color: #3A5CAA;
}

.region-sidebar-second{
    border: none;
    background: white;
}

.region-sidebar-second li:first-child{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0,0,0,0.2);
}

.region-sidebar-second li{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.2);
}

.carousel-inner img{
    width: 100%
}