html {
  text-align: center;
  vertical-align: middle;


}

body {
  margin: 0 auto;
  max-width: 1200px;
  align-content: center;
  vertical-align: middle;

}

header {
  background-color: #000000;
  padding: 0px;
  text-align: left;
  font-size: 35px;
  color: white;
  width: 1200px;
  vertical-align: center;
  align-items: center;
}
.middlespan{
 
padding: 0px;
width: 1200px;

}
.footerspan{
padding: 0px;
width: 1200px;
}
.image {
  width: 300px;
  height: 150px;
  border: 0px;
}
.image2{
  width: 150px;
  height: 200px;
}
.image3{
  width: 200px;

}
.image4{
  width: 200px;
  height: 100px;
}
.image5{
  width:200px;
  height: 335px;
}


.imagespecial {
  margin-left: 200px;
  margin-top: 0px;
  
}

.imagewedding {

  margin-left: 1050px;
  margin-top: 60px;
  position: absolute;
}

.nondecoratedlink {
   text-decoration : none;
}

#translate {

  transform: translateX(-10px);
}

.centered {
  font-size: 14px;
  font-style: italic;
  text-decoration-line: underline;
  top: 600px;
  left: 15px;
  transform: translate(-0%, -130%);
}


nav {
  float: left;
  width: 200px;
  height: 900px;
  background: #000000;
  padding: 20px;
  align-content: center;
}


.button {
  display: inline-block;
  width: 150px;
  padding: 10px 10px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  margin-left: 15px;
  size: 50px;

}

.button:hover {
  background-color: #3e8e41
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.largeheading {
  font-size: 20px;
  color: red;
  font-family: Sans-Serif;
  font-weight: bold;
  font-style: normal;

}

.xlargeheading {

  text-align: center;
  color: red;
  font-size: 40px;
  font-style: italic;
  font-family: Script MT Bold;
  font-weight: Normal;
}

.superlarge {
  font-size: 30px;
  color: blue;
  font-style: normal;
  font-family: Sans-Serif;
  font-weight: bold;
}

.xsuperlarge {
  font-size: 44px;
  color: red;
  font-style: normal;
  font-family: Sans-Serif;
  font-weight: bold;
}

.style1 {
  width: 180px;
  height: 22px;
  font-size: medium;
  color: White;
  font-weight: bold;
  background-color: red;
}

.style2 {
  font-size: 12px;
  font-family: Sans-Serif;
  font-weight: bold;
  font-style: normal;
  color: Red;
  text-decoration: underline;
  height: 19px;
}

.style3 {
  font-size: 10px;
  font-family: Sans-Serif;
  font-style: normal;
  color: Black;
}

.style4 {
  font-size: 24px;
  color: Red;
  font-family: Sans-Serif;
  font-weight: bolder;
}
.style5 {
  margin-left: 20px;
}
.para1{
  font-size: 12px;
  font-family: sans-serif;
  text-align: left;
}

.marqui {
  display: flex;
  justify-content: center;

}
.div-sidebyside{
  display: flex;
  justify-content: center;
}



.box {

  border-style: solid;
  border-width: 1px;

  width: 300px;
  text-align: center;


}

#box1 {
  background-color: red;
  font-size: 25px;
  color: white;
  align-self: left;
  max-width: 225px;
  height: 28px;
  margin-right: 0px;
  border-width: 0;

}

#box2 {

  border-color: red;
  max-width: 500px;
  font-size: 12px;
  height: 26px;
  align-self: left;
  margin-left: 0px;
}

.bounce {
  height: 26px;
  overflow: hidden;
  position: relative;
  background: #fefefe;
  color: red;
  border: 1px solid red;
}


/* this css is for rolling text */


.bounce p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 26px;
  text-align: center;
  -moz-transform: translateX(75%);
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
  -moz-animation: bouncing-text 15s linear infinite alternate;
  -webkit-animation: bouncing-text 15s linear infinite alternate;
  animation: bouncing-text 15s linear infinite alternate;
}

@-moz-keyframes bouncing-text {
  0% {
    -moz-transform: translateX(75%);
  }

  100% {
    -moz-transform: translateX(-75%);
  }
}

@-webkit-keyframes bouncing-text {
  0% {
    -webkit-transform: translateX(75%);
  }

  100% {
    -webkit-transform: translateX(-75%);
  }
}

@keyframes bouncing-text {
  0% {
    -moz-transform: translateX(75%);
    -webkit-transform: translateX(75%);
    transform: translateX(75%);
  }

  100% {
    -moz-transform: translateX(-75%);
    -webkit-transform: translateX(-70%);
    transform: translateX(-75%);
  }
}

/* this css is for rolling text */

