﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Century Gothic',Arial,Verdana;
    color: #003c68;
}

@font-face {
    font-family: 'AmericanBold';
    src: url('../fonts/American Typewriter Bold BT.ttf') format('truetype');
}

a {
    text-decoration:none;
    font-size:20px;
    color:darkcyan;
    font-weight:bold;
}
a:hover {
    color:darkred;
}

.topbar {
    background-color: #fff;
    width: 100%;
    height: 40px;
}

.menubar {
    background-color: #fff;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #08728a;
}

    .menubar .logo {
        margin-left: 2px;
        float: left;
    }

    .menubar .rainbow {
        height: 40px;
        float: left;
        vertical-align: top;
        margin-top: 22px;
        margin-left: 10px;
        margin-right: 80px;
        font-size: 18px;
        color: #08728a;
        font-family: 'AmericanBold','Century Gothic',Arial,Verdana;
    }

    .menubar .link {
        height: 40px;
        float: left;
        vertical-align: top;
        margin-top: 25px;
        margin-left: 30px;
    }

    .menubar a {
        color: #003c68;
        text-decoration: none;
        font-weight: bold;
    }

@media (max-width: 1024px) {
    .menubar {
        background-color: #fff;
        width: 100%;
        height: auto;
    }

        .menubar .logo {
            margin-left: 0px;
            float: left;
        }

        .menubar .linkmenu {
            visibility: hidden;
            display: none;
        }

        .menubar .link {
            visibility: hidden;
            display: none;
        }
    /*
        .menubar .link {
            height: 40px;
            vertical-align: top;
            margin-top: 20px;
            margin-left: 2px;
            float: none;
            clear: both;
            border-top: 1px solid #08728a;
        }
        */
}



.banner {
    width: 100%;
}

.caption {
    font-size: 15px;
    font-weight:bold;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align:center;
}

    .caption img {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        background: #fff;
        border: none;
    }

    .caption span {
        float: left;
        margin: 0;
        width: 100%;
        height:auto;
        color: #fff;
        background: #08728a; /* browser che non supportano rgba */
        background: rgba(8,114,138,0.7);
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
    }

    .caption span strong {
        font-weight: bold;
        font-size: 22px;
        text-transform: uppercase;
        display: block;
        padding-bottom: 5px;
    }

#footer {
    width: 100%;
    color: white;
    background-color: #08728a;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

#home_tiles {
    max-width: 90%;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    color: #08728a;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
}

    #home_tiles div {
        width: 380px;
        padding: 20px;
    }

    #home_tiles .title {
        color: #003c68;
        font-size: 24px;
        text-align:center;
    }

    #home_tiles a {
        color: #fff;
        padding:10px;
    }
.divimagestxt {
    width: 90%;
    min-height: 250px;
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #003c68;
    line-height: 30px;
    overflow: auto;
    margin-left:auto;
    margin-right:auto;
}

    .divimagestxt img {
        float: left;
        border: 0px;
        width: 200px;
        margin: 20px;
        border: 1px solid #08728a;
    }
.divimagestx_content {
    float: left;
    max-width: 50%;
}

.list_table {
    width: 80%;
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #003c68;
    line-height: 30px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
    .list_table td {
        padding: 20px;
        border-bottom: 1px solid #08728a;
        vertical-align: top;
        min-width:30%;
    }

