/*-----  Anniversary styles ---*/
body{ background: #00005C; text-align:center; }

p1 {color:#252525; display: block;  }  /*standard p */
    
p2 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:15px; color:#0A086B; font-style: italic; text-align: justify; text-justify: inter-word; margin-left:3em; line-height: 20px; line-height:normal; display: block; } /*indent for quotes */
    
p3 {color:#9D9D9D; display: block; }  /* p for first date */
    
p4 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:15px; color:#7D7BF5; font-style: italic; text-align: justify; text-justify: inter-word; margin-left:3em; line-height: 20px; line-height:normal; display: block; } /*indent for quotes- first date */
    
h2 {color:#2EF803; font-family: trebuchet; }
h3 {color:#2528B7;font-family: trebuchet; font-size: 25px }
h4 {color:#0300B8;font-family: trebuchet; font-size: 15px }
h7 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:30px; color:#FF8080; text-align: center;}
h8 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:30px; color:#0C6; text-align: left;}
h9 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; color: #063; text-align: left;}
h10{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; color:#093;line-height: 30px; text-transform:uppercase; text-align:center}
h11 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; color:#666; text-align: left;}
.h12 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:35px; color: #FFF; text-transform:uppercase; text-align: center;}
.image {float: left; padding-right: 20px; align-content: center}

.centre {display: block; margin-left: auto; margin-right: auto; width: 50%} /*centre an image */


.card {
    width: 230px;
    border-radius: 5px;
    overflow: hidden;
    background: #0E106A;
    margin: 20px auto;
    padding: 0px;
    display: inline-block;
}

.modal-open {
    display: inline-block;
    border-radius: 0px;
    background: #0E106A;
    padding: 5px 15px;
    color: #fff;
}

.modal-label {
    position: relative;
}

.modal-radio {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    transform: scale(0);
    transition: opacity 1.35s, transform 1.25s;
    z-index:99;
}

.modal2{
  transform:translate(0,100%) scale(.9); transition: transform 1.35s,opacity 1.35s;
}

.modal3{
  transform:translate(0,100%) scale(.9); transition: transform 1.35s,opacity 1.35s;
}

.modal4{
   transform:translate(0,100%) scale(.9); transition: transform 1.35s,opacity 1.35s;
}

.modal5{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
.modal6{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
.modal7{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
.modal8{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
.modal9{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
.modal10{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
.modal11{
  transform:translate(0,100%) scale(.9); opacity: 1;
}
    
    

#modal-open:checked + .modal {
transform: scale(1); translate(0,0); opacity: 1;
}

#modal-open2:checked + .modal2{
  transform:scale(1) translate(0,0); opacity:1;
}

#modal-open3:checked + .modal3{
  transform:scale(1) translate(0,0); opacity:1;
}

#modal-open4:checked + .modal4{
  transform:scale(1) translate(0,0); opacity:1;
}
    
#modal-open5:checked + .modal5{
  transform:scale(1) rotate(0deg); opacity:1;
}
    
#modal-open6:checked + .modal6{
  transform:scale(1) rotate(0deg); opacity:1;
}
    
#modal-open7:checked + .modal7{
  transform:scale(1) rotate(0deg); opacity:1;
}
    
#modal-open8:checked + .modal8{
  transform:scale(1) rotate(0deg); opacity:1;
}
    
#modal-open9:checked + .modal9{
  transform:scale(1) rotate(0deg); opacity:1;
}

    
#modal-open10:checked + .modal10{
  transform:scale(1) rotate(0deg); opacity:1;
}
    
#modal-open11:checked + .modal11{
  transform:scale(1) rotate(0deg); opacity:1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.modal .content {
    position: absolute;
    width: 70%;
    height: auto;
    max-height: 70%;
    top: 10%;
    left: 15%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 15px -2px #222;
    padding: 20px;
}

.close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #f44336;
    cursor: pointer;
}

.close-btn:after,
.close-btn:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background: #f44336;
    left: 15%;
    top: 50%;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}

.close-btn:before {
    transform: rotate(-45deg);
}

.action-btn{
  display:inline-block;
  padding: 10px 20px;
  background:#4caf50;
  color:#fff;
  border-radius:15px;
}
    
/*50 YEARS CLASS*/
.fifty-years {font-family: trebuchet; color: #B2B2B2; font-size: 30px; text-align-last: center; background-color: #02053F }
    
    
    /*-----    PARALLAX    -----*/
    
.parallax-1 {
  /* The image used */
  background-image: url("images/20.jpg");

  /* Set a specific height */
  min-height: 100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
    
.parallax-2 {
  /* The image used */
  background-image: url("images/23.jpg");

  /* Set a specific height */
  min-height: 100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
    
.parallax-3 {
  /* The image used */
  background-image: url("images/27.jpg");

  /* Set a specific height */
  min-height: 100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}