﻿body {
}
.a{
    text-decoration:none;
}

/*-----------------------------*/
/*------Responsive Design--------*/

/*Riga da includere nel tag <head> della pagina

<meta name="viewport" content="width=device-width , user-scalable=no" />

*/

/*RES1 - Smart Phone verticale*/
@media only screen and (max-width: 320px)
{
    .Logo{
    width:auto;
    height:180px;
}

.interlineaH{
    height:30px;
}

.InCostruzione{
    font-family:'Montserrat';
    font-size:13pt;
    color:#04914b;
}

.Contatti{
    font-family:'Montserrat';
    font-size:7pt;
    line-height:15px;
}
}

/*RES2 - Smarth Phone orizzontale*/
@media only screen and (min-width: 321px) and (max-width: 479px)
{
    .Logo {
        width: auto;
        height: 180px;
    }

.interlineaH{
    height:30px;
}

.InCostruzione{
    font-family:'Montserrat';
    font-size:15pt;
    color:#04914b;
}

.Contatti{
    font-family:'Montserrat';
    font-size:9pt;
    line-height:25px;
}
}

/*RES3 - Smarth Phone, piccoli tablet*/
@media only screen and (min-width: 481px) and (max-width: 599px) 
{
            .Logo{
    width:auto;
    height:180px;
}

.interlineaH{
    height:30px;
}

.InCostruzione{
    font-family:'Montserrat';
    font-size:19pt;
    color:#04914b;
}

.Contatti{
    font-family:'Montserrat';
    font-size:13pt;
    line-height:25px;
}
}

/*RES4 - eeBook Reader, piccoli tablet verticale*/
@media only screen and (min-width: 600px) and (max-width: 767px) 
{
        .Logo{
    width:auto;
    height:150px;
}

.interlineaH{
    height:30px;
}

.InCostruzione{
    font-family:'Montserrat';
    font-size:20pt;
    color:#04914b;
}

.Contatti{
    font-family:'Montserrat';
    font-size:14pt;
    line-height:25px;
}
}

/* RES5 - iPad verticale */
@media only screen and (min-width: 768px)  and (max-width: 1023px)
{
    .Logo{
    width:auto;
    height:150px;
}

.interlineaH{
    height:30px;
}

.InCostruzione{
    font-family:'Montserrat';
    font-size:20pt;
	color:#04914b;
}

.Contatti{
    font-family:'Montserrat';
    font-size:16pt;
    line-height:25px;
}
}

/*RES6 - Computer, tablet orizzontale*/
@media only screen and (min-width: 1024px)
{
    
    .Logo{
    width:auto;
    height:150px;
}

.interlineaH{
    height:30px;
}

.InCostruzione{
    font-family:'Montserrat';
    font-size:22pt;
    color:#04914b;
}

.Contatti{
    font-family:'Montserrat';
    font-size:18pt;
    line-height:25px;
}

}