@charset "UTF-8";

.palazzo-top {
    background-image: url(bodoni-palazzo/Bodoni%20Palazzo%20-%20Title%20Card.jpg);
    background-attachment:fixed;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}
.rg-palazzo{overflow: hidden; position: relative; width: 100%; background-image: url("bodoni-palazzo/Background%20of%20First%20Image.jpg"); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
.rg-palazzo-mobile{background-image: url("bodoni-palazzo/Background%20of%20First%20Image.jpg"); background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
.rg-text {
    background-image: url("bodoni-palazzo/Bodoni%20Palazzo%20Example%20Logo%20Just%20Text.png");
    background-attachment:fixed;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.outer {
  width: 100%;
  background-image: image-url('background.png');
  background-size: cover;
}
  
.inner {
  padding-bottom: 57%;
}
.bg-design-alt {
background-color: #6c3cff;
background-image: linear-gradient(225deg, #6c3cff 0%, #5d4ba0 33%);
}
    
.bg-design {
    background-color: #47568b;
    background-image: linear-gradient(225deg, #47568b 0%, #341f59 80%);
    }
.bg-design-parallax {
    background-color: #47568b;
    background-image: linear-gradient(180deg, #47568b 30%, #341f59 90%);
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    background-attachment: fixed; 
    background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top center;
    }
/* waves in text "first test" */
.svg {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -225px;
	}	
</style>