﻿	@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;600&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Laila:wght@600;700&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
	

	
	body {
		background-color: white;
		}

	.centro {
        display:block;
        margin:0px auto;
        text-align:center;
      	}	

	a {
		color: #0232ac;
		text-decoration: none;}
		a:hover {
		color: #fda426;
		text-decoration: underline;
		}
		
	img:hover {
		width: 100%;
		}
	img {
		transition: width 4s ease-out 0.2s;
		}
	img {
		-moz-image-rendering: crisp-edges;
		-webkit-image-rendering: crisp-edges;
		-o-image-rendering: crisp-edges;
		-ms-image-rendering: crisp-edges;
		image-rendering: crisp-edges;
		border: none;
		}
		
	.titolo {
		font-family: 'Fredericka the Great', serif;
		font-size: 3.2em;
		color: #14586d;
		font-weight: 600;
		text-align: left;
		padding: 0px 25px 0px 25px;
		line-height: 50px;
		}

	.titolo2 {
		font-family: 'Fredericka the Great', serif;
		font-weight: 700;
		font-size: 3.0em;
		color: rgb(22, 167, 188);
		text-align: left;
		padding: 0px 25px 0px 25px;
		line-height: 50px;
		}
		
	.testo {
		font-family: 'Zilla Slab', serif;
		font-weight: 300;
		font-size: 1.7em;
		padding: 0px 25px 25px 25px;

		}
		
	h2 {
		font-family: 'Zilla Slab', serif;
		font-weight: 600;
		font-size: 2.4em;
		padding: 0px 25px 25px 25px;

		}
		
	.fonte {
		font-family: 'Zilla Slab', serif;
		font-weight: 300;
		font-size: 1.2em;
		padding: 0px 25px 25px 25px;

		}

	@media screen and (max-width: 992px) {
   .testo {
    	margin: 20px;
    	padding: 0px;
  		}
		} 

	.logo {
		width:25%; 
		}
	@media screen and (max-width: 992px) {
   .logo {
    	width:50%; 
  		}
		} 
