#intestazione {
	background-color: #ffffff;
	color: #3b5998;
	margin-bottom: 0.2em;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
	font-family: 'Tangerine', serif;
	font-size: 38px;
	text-shadow: 4px 4px 4px #aaa;
	overflow: auto;
	text-align: center;
}
.menu div {
    font-size: 17px;
    color: #ffffff;
}
.menu div strong {
    cursor: pointer;
}
.zoom:hover {
    color: #3b5998;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
#intestazione img {
	float: left;
	margin-right: 0.2em;
}

body {
    background-color: #935d8c; /*#e37682*/
    background-image: url("https://paroladigesucristo.com/assets/images/overlay.png"), -moz-linear-gradient(45deg, #f5efef 15%, #5f4d93 85%);
    background-image: url("https://paroladigesucristo.com/assets/images/overlay.png"), -webkit-linear-gradient(45deg, #f5efef 15%, #5f4d93 85%);
    background-image: url("https://paroladigesucristo.com/assets/images/overlay.png"), -ms-linear-gradient(45deg, #f5efef 15%, #5f4d93 85%);
    background-image: url("https://paroladigesucristo.com/assets/images/overlay.png"), linear-gradient(45deg, #f5efef 15%, #5f4d93 85%);
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
body {
    background-color: #935d8c;
    color: rgba(255, 255, 255, 0.65);
}
#footer {
    margin-top: 10em;
}

/* Main */
.main {
    background-color: #ffffff;
    color: #636363;
    border-radius: 0.25em;
    padding: 3em 5em 3em 5em ;
}

/* Image */
img.resize {
    width:15%;
    height:15%;
}
section .image {
    margin-right: 2em;
    border-radius: 100%;
    border: solid 1px;
    float: left;
    max-height: 16em;
}
section .image img {
    border-radius: 100%;
    width: 16em;
}
.imagePosition {
    height: 16em;
    font-style: italic;
}

#libri b {
    cursor: pointer;
    font-size: 17px;
    margin-top: 0.4em;
}
#libri li {
    cursor: pointer;
    list-style-type: square;
}
#libri ul ul li {
    list-style-type: circle;
}
#libri b:hover {
    color: #3b5998;
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03); 
}
#libri li:hover {
    color: #3b5998;
    font-weight: bold;
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

/* Media query */
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 990px) {
    .imagePosition b {
        font-size: 23px;
    }
}
@media screen and (max-width: 770px) {
    #intestazione {
        font-size: 28px;
    }
    .imagePosition b {
        font-size: 18px;
    }
    section .image {
        max-height: 10em;
    }
    section .image img {
        width: 10em;
    }
    .main {
        padding: 3em 1em 3em 1em ;
    }
}
@media screen and (max-width: 480px) {
    #intestazione {
        font-size: 18px;
    }
}
@media screen and (max-width: 360px) {
    #intestazione {
        font-size: 10px;
    }
}
