/*if all your images have the same width or the same height you can use the css below (.ripples-image)*/
.ripples-image {
  width: 300px;
}

/*if you need to set individual image sizes, you can use the id attribute on each images (examples below)*/
.ripples-image#img1 {
  width: 300px;
}

.ripples-image#img2 {
  width: 250px;
}

/**/


/*below css should remain unedited*/
.ripples-wrapper {
  position: relative;
  display: inline-block;
}

.ripples-wrapper img {
  display: block;
  visibility: hidden;
}

.ripples-img {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: Futura;
  src: url(Futura.ttc);
}


#image {
  margin-right: -10in;
}

.info {
  background-color: #000000;
  color: #FFFFFF;
}

.info2 {
  background-color: #FFFFFF;
  color: gray;
  margin-top: 300px;
  margin-bottom: 300px;
}

.a {
  vertical-align: middle;
}

.textsection {
  text-align: left;
  font-size: 14px;
  color: #000000;
  background-color: lightgray;
  text-justify: auto;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.desc {
  font-style: oblique;
  text-align: left;
}

p {
  text-align: center;
  font-family: 'Futura';
}

.header {
  background-color: white;
}

body {
  background-color: #000000;
  font-family: 'Futura';
}

.imagesection {
  background-color: black;
  text-align: center;
}

.menu {
  color: #FFFFFF;
  font-size: 80px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Futura';
}


h1 {
  color: #000000;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Futura';
}