
body
{
  background: url('../../img/BGHRES1960.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:white;
  font-size:18px;
  font-family: 'Oswald';
  
}

.sectionTitle
{
    text-transform:uppercase;
    font-family: 'Oswald';
    color:#e15412;
    text-align:center;
    padding-top:4px;
    padding-bottom:4px;
    margin-bottom: 4%;
    font-size:30px;
}

.panel
{
    background-color:white;
    color:#e2d8b9;
    opacity: 0.9;
    margin-bottom:5%;
    padding-left:8%;
    padding-right:8%;
    padding-top:5%;
    padding-bottom:5%;
    box-shadow: 3px 0px 10px #271103;
}

.panel6 
{
    margin:1%;
    max-width:250px;
    max-height:250px;
    
}

p
{
    line-heigth:200%;
    text-align:justify;
    color:#271103;
    
}

.imgProdotti{
    width:100%;
    padding-top: 18px;
}

.specialparagraph
{
    color:#e15412;
    text-align:center;
    margin-bottom:4%;
    text-transform:uppercase;
    font-size: x-large;

}

a:hover, a:active,
a:visited
{
  color:#e15412;
}
a
{
  color:#e15412;
}
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background:url('../../img/arrow.jpg') no-repeat center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    /* MEDIA QUERY */

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .sectionTitle
    {
      font-size: 15px;
    }
    .nav>li
    {
      height:40px;
      font-size: 15px;
      text-align:center;
      padding: 2px;
    }
    

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  
 
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
}