

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


.resetClearL {clear: left;}
.resetClearR {clear: right;}
.resetClearB {clear: both;}


body {
   line-height: 1.5;
   /*color: #aaa;*/
   color: #333;
   font-size: 14px;
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   /*background: #6A7685;*/
   /*background: #B2D3EF;*/
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
/*.wrapper {width: 100%; margin: 0 auto; background: yellow;}*/

main {display: block; /*background: #35414F;*/ /*background: red;*/}

.container {width: 100%; /*max-width: 960px;*/ margin: 0 auto; padding: 0 20px;}


/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  /*color: #b4b4b4;*/
  /*color: #aaa;*/
  color: #333;
  text-decoration: none;
}

a:hover {
  color: RED;
  text-decoration: none;
}


/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module h3 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 26px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  /*background: #FFFFFF;*/
}
section.module.parallax {
  /*height: 700px;*/
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
*/
align-items: center;
height: 700px;
display: flex;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  /*background-image: url("../images/background/20241115_145545.jpg");*/
background-image: url("../images/background/vetrine_2.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/background/romeo-and-juliet-tour.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/background/contact.jpg");
}
section.module.parallax-4 {
  background-image: url("../images/background/20241115_145619.jpg");
}
section.module.parallax-5 {
  background-image: url("../images/background/rendering 2.jpg");
}


                           @media screen and (max-width: 479px) {
                             section.module.parallax {width:100%;}
                             }

                           @media all and (min-width: 600px) {
                             section.module.parallax-1 {width: 100%;}
                             section.module h2 {
                               font-size: 42px;
                             }
                             section.module p {
                               font-size: 20px;
                             }
                             section.module.parallax h1 {
                               /*font-size: 96px;*/
                               font-size: 6em;
                             }
                           }
                           @media all and (min-width: 960px) {
                             section.module.parallax h1 {
                               /*font-size: 160px;*/
                               font-size: 9em;

                             }
                           }



/*  FORM  */
form {
    padding: 20px;
    /*border: 1px solid #cb1b45;*/
    }
    label {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 0 2px 5px;
        }
    input, textarea, select {
        margin: 0 20px 20px 0;
        padding: 10px 15px;
        width: 100%;
        font-size: 1em;
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: #f1f1f1;
        }
    select {
        margin: 0 20px 20px 0;
        padding: 10px 15px;
        }
    textarea {
        height: 200px;
        /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
        overflow: hidden; /* disabilitare la scrollbar in IE */
        }
    input[type=radio] {margin: 0 10px 0 10px; padding: 0; width: 20px; height: 18px;}
    input[type=checkbox]:not(old) {/*margin: 0 10px 0 10px;*/ padding: 0; width: 20px; height: 18px;}

#btn-back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 2rem;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  background-color: red;
}
#btn-back-to-top a {color: white;}
#btn-back-to-top:hover {background-color: #555;}



.modal-content {text-align: left;}
.modal-title {font-size: 1.5em;}
.modal-body {font-size: 1.2em;}



.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 14px;
    margin-top: 4px;
    }

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
    }

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }


@media all and (min-width: 600px) {
  footer aside {
    margin-bottom: 0;
    float: left;
    width: 33.3333%;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
}