.bodybg {
    background-color: #E1F5FE;
    font-family: 'Quicksand', sans-serif;
    display: block;
    overflow-x: hidden;
}

.toggle {
    display: none;
}

.whoimg {
    width: 80%;
    border: solid;
    border-width: 3px;
    border-radius: 10px;
    border-color: #01579B
}

.slick-slide {
    height: auto !important;
}

.topbar2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #03A9F4;
    color: #fff;
}

.selected {
    background-color: #b3e5fc;
    font-weight: bold;
}

.content {
    padding: 0px;
}

.pointer:hover {
    cursor: pointer;
}

.lasede {
    width: 100%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.topbar {
    background-color: #03A9F4;
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
    box-shadow: 0 4px 4px -2px #232323;
    border-radius: 0;

}

.topbarlink {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 600;
}

.imagehomebox {
    max-width: 100%;
    margin: 0px;
    padding: 0px
}

.firstmessagebox {
    background-color: #03A9F4;
    width: 100%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.maxsize {
    max-height: 100%;
}

.blue {
    background-color: #03a9f4;
}

.fisrtscritta {
    margin-bottom: 2rem;
    color: #fff;
    opacity: 0;
}

.changebutton {
    color: #0277bd;
}

.changebutton:hover {
    color: #0288d1;
    cursor: pointer;
}

.righetta {
    border-bottom: solid;
    border-width: 1px;
    padding: 1%;
    border-color: #2e6da4;
}

b {
    color: #0277bd;
}

.firstlink {
    color: #fff;
    text-decoration: underline;
!important;
}

.firstlink:hover {
    text-decoration: underline;
!important;
    color: #E0E0E0 !important;
    cursor: pointer !important;
}

.descrizione {
    text-align: right;
}

h1.descrizione {
    text-align: left;
    margin-top: 0;
}

.bold {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.subdesc {
    text-align: justify;
    font-size: 27px;
}

.secondcontainer {
    background-color: #E1F5FE;
    margin: 3rem 0 0 0;
    width: 100%;
    padding: 0;
}

.chisiamoc {
    background-color: #fafafa;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 30px;
    box-shadow: 10px 10px 25px 0px #01579bc2;
}

@media only screen and (max-width: 700px) {
    .fisrtscritta {
        font-size: 25px;
    }
}

@media only screen and (max-width: 700px) {
    .headings {
        font-size: 30px;
    }
}

@media only screen and (max-width: 850px) {
    .descrizione {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .subdesc {
        font-size: 15px;
        text-align: center;
    }

    .descrizione {
        text-align: center;
    }
}

.bottoncino:hover {
    background-color: #81D4FA !important;
}

.newsEntry {
    border: solid 1px #03A9F4;
    overflow-wrap: break-word;
}

.newsEntry:hover {
    cursor: pointer;
}

.newscontainer {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 6px 34px 12px rgba(21, 101, 192, 0.45);
    -moz-box-shadow: 0px 6px 34px 12px rgba(21, 101, 192, 0.45);
    box-shadow: 0px 6px 34px 12px rgba(21, 101, 192, 0.45);
    border-radius: 10px;
    overflow-wrap: break-word;
}

.newsimg {
    width: 100%;
    border: solid;
    border-width: 1px;
    border-color: #1565c0;
    border-radius: 10px;
    max-height: 30vh;
}

.footer {
    border-top: solid;
    border-color: #263238;
    background-color: #455A64;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 8rem;
}

#map {
    width: 100%;
    height: 20vh;
}

.imagecontainer {
    Width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #E1F5FE;
}

.footer-icon {
    margin-left: 1rem;
}

.footer-links {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer-links {
        text-align: center;
    }
}

