
body {
    padding-top:200px;
    color: dimgray;
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
h1{
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 800;
    padding-bottom: 5px;
    padding-top: 10px;
    color: dimgray;
    text-transform: uppercase;
}
h2{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: dimgray;
    text-align: center;
    padding-bottom: 5px;
    text-transform: uppercase;
}
h3{
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: dimgray;
    padding-bottom: 5px;
    text-transform: uppercase;
}
h4{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight:BOLD;
    font-size: 24px;
    color: dimgray;
    text-align: center;
    padding-bottom: 5px;
    text-transform: uppercase;
}
h5{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: dimgray;
    text-align: center;
    text-transform: capitalize;
}
p{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: dimgray;
    text-align: left;
    text-justify: inter-word;

}

ul,li,ol{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing:2px;
    word-spacing: 5px;
    color: dimgray;
    text-align: left;
    text-justify: inter-character;
}

.divLink{
    font-family: 'Montserrat Regular', sans-serif;
    width: 33%; 
    padding: 2%;
    resize: both;
}
.divLink4{
    font-family: 'Montserrat Regular', sans-serif;
    width: 25%; 
    padding-left: 2%;
    resize: both;
}
ul.a {
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: darkslategray;
    text-align: justify;
    text-justify: inter-word;
    list-style-type: circle;
}
#DppFeaturesList.ul
{
    font-family: 'Montserrat Regular' , sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: darkslategray;
    text-align: justify;
    text-justify: inter-word;
    list-style-type: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;

}


#DppFeaturesList.ul li
{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: darkslategray;
    text-align: justify;
    text-justify: inter-word;
    list-style-type: circle;
    padding-left: 0.5em;
    text-transform: none;

}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.flex-center{
    display: flex;
    justify-content: center;
}

#pageContent{
    min-height: 85%;
}
footer{
    height: 5%;
}

table, th, td {
    border: 1px solid gray;
}
img.largeImage{
    max-width: 110%;
    border:2px solid #55B4D4; 
    padding: 5px;
}
img.popup {
    cursor: zoom-in;
}
.circular-image {
    border-radius:  50%;
    border:2px solid #55B4D4; 
    padding: 5px;
    border:2;
    max-width:100%; 
    max-height:100%;
}


#imagegallery ul ul a{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: green;
    text-align: justify;
    text-justify: inter-word;
    list-style-type: circle;
}

#imagegallery li {
    display: inline;
}
#placeholder 
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width: 70%;
    align-self: center;
}
.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #55B4D4;
    border: none;
    border-radius: 15px;
    word-spacing: 1px;
}
#infoButton{
    padding-bottom: 20px;
    padding-top: 40px;
}

#wrapper{
    padding-top: 10px;
}
.twoColumn{
    width: 49%;
    float:left;
}
#CenterImage {
    display: block;
    margin-left: auto;
    margin-right: auto }

.button:hover {background-color: #0084B5}

.button:active {
    background-color: #0084B5;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 50%;
    top: 15%;
    width: 80%; /* Full width */
    height: 80%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.centrato {
    margin: auto;
    width: 50%;
    padding: 10px;
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .circular-image-responsive{
        font-family: 'Montserrat Regular', sans-serif;
        padding:1px 1px;
        font-size: 50%;
        max-height: 60%;
        max-width: 60%;
        border-radius:  50%;
        border:2px solid #55B4D4; 
    }
    #CenterImage{
        font-family: 'Montserrat Regular', sans-serif;
        max-height: 30%;
        max-width: 30%;        
    }
    body { 
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 9px; 
    }
    .row  h5{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 12px;
    }
    .row  p{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 10px;
    }
    .row  p1{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 10px;
    }
    .row  ul{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 9px;
    }
    .row  li{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 8px;
    }
    .row {
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 8px;
    }
    .row  divLink,divLink4{
        font-family: 'Montserrat Regular', sans-serif;
        padding-left: 0%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .circular-image-responsive{
        font-family: 'Montserrat Regular', sans-serif;
        padding:1px 1px;
        font-size: 50%;
        max-height: 80%;
        max-width: 80%;
        border-radius:  50%;
        border:2px solid #55B4D4; 
    }
    #CenterImage{
        font-family: 'Montserrat Regular', sans-serif;
        max-height: 50%;
        max-width: 50%;        
    }
    .row  divLink,divLink4{
        font-family: 'Montserrat Regular', sans-serif;
        padding-left: auto;
    }
}


@media (max-width: 768px) {
    .btn-responsive {
        padding:2px 4px;
        font-family: 'Montserrat Regular', sans-serif;
        font-size:80%;
        line-height: 1;
        text-align: justify;
    }
    .circular-image-responsive{
        font-family: 'Montserrat Regular', sans-serif;
        padding:1px 1px;
        font-size: 50%;
        max-height: 60%;
        max-width: 60%;
        border-radius:  50%;
        border:2px solid #55B4D4; 
    }
    #CenterImage{
        max-height: 40%;
        max-width: 40%;        
    }
    body { 
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 10px; 
    }
    .row  h5{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 13px;
    }
    .row  p{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 11px;
    }
    .row  p1{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 11px;
    }
    .row  ul{
        font-size: 10px;
        padding-left: 5%;
    }
    .row  li{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 9px;
        padding-left: -5%;
    }
    .row {
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 9px;
    }
    .row  divLink,divLink4{
        font-family: 'Montserrat Regular', sans-serif;
        padding-left: auto;
    }
}


@media (min-width: 769px) and (max-width: 1199px) {
    .btn-responsive {
        font-family: 'Montserrat Regular', sans-serif;
        padding:4px 9px;
        font-size:90%;
        line-height: 1.2;
    }
    .circular-image-responsive{
        font-family: 'Montserrat Regular', sans-serif;
        padding:1px 1px;
        font-size: 60%;
        max-height: 70%;
        max-width: 70%;
        border-radius:  50%;
        border:2px solid #55B4D4; 
    }
    #CenterImage{
        max-height: 50%;
        max-width: 50%;        
    }
    body { 
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 11px; 
    }
    .row  h5{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 14px;
    }
    .row  p{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 12px;
    }
    .row  p1{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 12px;
    }
    .row  ul{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 11px;
        padding-left: 5%;
    }
    .row  li{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 10px;
        padding-left: -5%;
    }
    .row {
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 10px;
    }
    .row  divLink,divLink4{
        font-family: 'Montserrat Regular', sans-serif;
        padding-left: auto;
    }
}

#TextField{
    text-align:left;
    width:33,3%;
    padding-top:3vw;
}

#MessageField textarea{
    padding-top:2vw;
    width:100%;
    height:20vw
}

#SubmitField{
    width:100%;
    height:6vw;
    border:0;
    margin-bottom:2vw;
    position:relative;
}

#SubmitField button{
        width: 12vw;
        height: 6vw;
        position: absolute;
        font-size: 2vw;
        right: 0;
    }

#BottomPage{
    position:relative;
}
#BottomPage #ContactsField{
    float:left;
    width:50%;
}
#BottomPage #ContactsField p{
    font-size: 14px;
    position: relative;
    bottom: 0;
}

#MessageField{
    padding-top:2vw;
    padding-bottom:2vw;
}

#MapsStyle iframe{
    border-color: dimgray;
    width: 50%;
    height: 300px;
}

@media (max-width: 420px) {
    .circular-image-responsive{
        font-family: 'Montserrat Regular', sans-serif;
        padding:1px 1px;
        font-size:40%;
        max-height: 100%;
        max-width: 100%;
        height: 50%;
        width: 50%;
        border-radius:  50%;
        border:2px solid #55B4D4; 
    }
    h4,h3,figcaption{
        font-size: 12px;
    }
    p,ol,ul,li{
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 10px;        
    }
    #CenterImage{
        font-family: 'Montserrat Regular', sans-serif;
        max-height: 30%;
        max-width: 30%;        
    }
    body { 
        font-family: 'Montserrat Regular', sans-serif;
        font-size: 2em; 
        padding-top:30%
    }
    .row  h5{
        font-family: 'Montserrat Regular', sans-serif;
        font-weight: bold;
        font-size: 0.35em;
        color: dimgray;
        text-align: justify;
        text-transform: capitalize;
        line-height: 1em;
    }
    .row   p{
        font-family: 'Montserrat Regular', sans-serif;
        font-weight: 200;
        font-size: 0.3em;
        letter-spacing: 0.1em;
        color: dimgray;
        text-align: justify;
        text-justify: inter-word;
        line-height: 0.5em;
    }
    .row  p1{
        font-family: 'Montserrat Regular', sans-serif;
        font-weight: 200;
        font-size: 0.3em;
        letter-spacing: 0.1em;
        color: dimgray;
        text-align: justify;
        text-justify: inter-word;
        line-height: 0.5em;

    }
    .row  ul{
        font-family: 'Montserrat Regular', sans-serif;
        font-weight: 200;
        font-size: 0.3em;
        letter-spacing: 0.1em;
        color: dimgray;
        text-align: left;
        line-height: 1em;
        padding-left: 2px;

    }
    .row  li{
        font-family: 'Montserrat Regular', sans-serif;
        font-weight: 200;
        font-size: 0.3em;
        letter-spacing: 0.1em;
        color: dimgray;
        text-align: left;
        line-height: 1.5em;
        padding-left: -2px;
    }

    .row {
        font-family: 'Montserrat Regular', sans-serif;
        margin: 0 0;
        display: flex;
        right: 0;
        text-align: center;
        text-justify: inter-word;
        flex-wrap: wrap;
        font-weight: 200;
        font-size: 0.7em;
        color: dimgray;
        line-height: 0.5em;
    }
    
    #FrontePagina{
        padding-top:8vw;
    }
    
    #info h1{
        font-size:8vw;
        padding-top:8vw;
    }
    
    #info strong{
        font-size:7vw;
    }
    
    #info p{
        font-size:4vw;
    }
    
    #TextField{
    text-align:left;
    width:100%;
    }
    #TextField label,#MessageField label{
        padding-bottom:1vw;
        font-size:4vw;
    }
    #TextField fieldset,#MessageField fieldset{
        padding:2vw;
        font-size:4vw;
        width:100%;
    }
    #TextField input{
        width:100%;
    }
    #MessageField{
        padding-top:2vw;
        width:100%;
    }
    #MessageField textarea{
        padding-top:2vw;
        width:100%;
        height:20vw
    }
    #SubmitField{
        width:100%;
        height: 20vw;
        border: 0;
    }
    #SubmitField button{
        width: 30vw;
        height: 12vw;
        position: absolute;
        font-size: 4vw;
        right:0;
    }
    #BottomPage #ContactsField p{
        font-size:4vw;
    }
    #BottomPage #ContactsField{
        width:100%;
    }
    #MapsStyle iframe{
    border-color: dimgray;
    width: 100%;
    height: auto;
    }
    
    .divLink{
        width:100%;
    }
    
    .divLink img{
        width:60%;
    }
    
    .divLink h5{
        font-size:6vw;
    }
    
    .divLink p1{
        font-size:5vw;
        line-height:6vw;
    }
    
    .divLink li{
        font-size:4vw;
        line-height:6vw;
    }
    
    #spettro h1{
        font-size:7vw;
    }
    #spettro br{
        display:none;
    }
    #spettro{
        padding-top:15vw;
    }
    #spettro .divLink4{
        width:50%;
    }
    #spettro h5{
        text-align:center;
        font-size:3vw;
    }

    #certix p ,#innovation p , #spettro h4,#spettro p,#spettro h3,#spettro li{
        font-size:4vw;
        
    }    
    .divLink4 a img{
        width:80%;
        height:80%;
    }
    #partners{
        padding-bottom:5vw;
    }
    #SpettroImage{
        width:100%;
        height:100%;
    }
}
#SpettroImage{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:65%;
}

    

