@charset  "utf-8";

/* latin-ext */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://fonts.gstatic.com/s/kaushanscript/v5/qx1LSqts-NtiKcLw4N03IJsabQn3CiWJQhcyqO-X-wo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://fonts.gstatic.com/s/kaushanscript/v5/qx1LSqts-NtiKcLw4N03IJsM3FTMmj2kTPH3yX99Yaw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* - .arabic
 ------------------------------------------------------------ */
.arabic {
    background-color: #fff;
}


/* - section
 ------------------------------------------------------------ */
.arabic section h2 {
    text-align: center;
}

/* - header
 ------------------------------------------------------------ */
.arabic header {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh;
}
.arabic header .title {
    margin: 1em;
    box-shadow: 0 1px 5px #999;
    background-color: rgba(255,255,255,0.4);
    padding: .8em;
    max-width: 800px;
}
.arabic header h1 {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-shadow: 0 2px 15px #000;
    text-align: center;
    margin: 0 auto;
    padding: .6em .3em;
    border: 1px dotted #fff;
    line-height: 1.25;
}
.arabic header h1 .eccetto {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 60%;
    line-height: 1.4;
    padding: 0 0 .5em;
    margin: 0 0 .5em;
}
.arabic header h1:lang(en), .arabic header h1:lang(it) {
    font-family: 'Kaushan Script', cursive;
    font-size: 3.6em;
}
.arabic header h1 .eccetto:lang(en), .arabic header h1 .eccetto:lang(it) {
    font-size: 39%;
}

.arabic header .gs-fl-inline {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70vh;
    width: 100%;
}

/* - contents
 ------------------------------------------------------------ */
.arabic .contents {
    text-align: center;
}

.arabic .contents h2 {
    text-align: center;
    margin: 1em 0;
    font-weight: 400;
}




/* - ## x >= 540px
 ------------------------------------------------------------ */
@media screen and (min-width: 540px) {
}
/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width: 569px) {
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width: 769px) {
}
/* - ## x >= 800px
 ------------------------------------------------------------ */
@media screen and (min-width: 800px) {
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width: 1025px) {
    .arabic header h1 {
        font-size: 3em;
    }

}

/* - ## x >= 1380px
 ------------------------------------------------------------ */
@media screen and (min-width: 1281px) {
}


