




table, th, td {
    border: 1px solid black;
    border-collapse: center;
font-family:"Droid Serif","Times New Roman",Times,serif;
}
th, td {
    padding: 5px;
}

 




a
 {

text-decoration: none;
font-weight: bold;
color:#000000

}









body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("Images/BedandBreakfast.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.bg2 {
    /* The image used */
    background-image: url("Images/xxx.png");

    /* Full height */
    height: 150%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.bg3 {
    /* The image used */
    background-image: url("Images/Rome-Accomodation.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.bg4 {
    /* The image used */
    background-image: url("Images/Bed-and-Breakfast-in-Rome.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.bg5 {
    /* The image used */
    background-image: url("Images/Bed-and-Breakfast-Roma-centro.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg6 {
    /* The image used */
    background-image: url("Images/Rome-b&b.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.bg7 {quartiere
    /* The image used */
    background-image: url("Images/xxx.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}









* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  
  position: absolute;
  top: 60;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}







<! STILE-PER-ESPOSITORE!>





* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
 
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 45px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 770px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}






<! FINO-A-QUI-STILE-PER-ESPOSITORE(FINE)!>














































img {
  margin-bottom: -4px;
}






* {
  box-sizing: border-box;
}
.menu {
  float:left;
  width:20%;
  text-align:center;
font-family:"Droid Serif","Times New Roman",Times,serif;
}
.menuitem {
  background-color:#f9b864;
  padding:8px;
  margin-top:7px;
}

.bottoni-trasparenti {
  background-color:#0000;
  padding:8px;
  margin-top:7px;
}
.main {
   
  float:left;
  width:60%;
  padding:0 2px;
  margin-top:7px;
}


.main2 {
   
  float:center;
  width:100%;
  padding:0 20px;
}


.scritte {

font-family:"Droid Serif","Times New Roman",Times,serif;



}

.right {
  background-color:#d9a25b;
  float:left;
  width:20%;
   
  margin-top:7px;
  text-align:center;

font-family:"Droid Serif","Times New Roman",Times,serif;
font-weight: bold
}

.vetrine{
  background-color:#ffc882;
  float:left;
  width:25%;
  padding:0px;
  margin-top:0px;
  text-align:center;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right, .vetrine  {
    width:100%;
  }
}
