﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.contenitoreMenu p {
    margin: 3%;
}

.telefono {
    font-size: 14px;
    color: silver;
}

.nome {
    font-weight: bold;
    font-size: 16px;
    color: White;
}

.box-menu {
    padding: 5px;
}
/* --- COLORI PERSONALIZZATI PER OGNI SEDE --- */
.color-bar {
    width: 10px;
    height: 40px;
    border-radius: 4px;
    margin: 3px 3px 3px 3px;
    float: left;
}

.misterbianco {
    background-color: rgba(240, 125, 0, 1);
   }

.aragona {
    background-color: rgb(0, 108, 136);
}

.agrigento {
    background-color: #ffb703;
}

.pace {
    background-color: #2a9d8f;
}

.termini {
    background-color: #6a4c93;
}

.contenitoreMenu {
    width: 600px;
    color: white;
}

.titolo-menu {
    color: white;
    font-weight: bold;
    text-align: center;
}


/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 33%;
}

/* Clear floats */
.row:after {
    content: "";
    display: table;
    clear: both;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}
