html,
body {
    height: 100%;
}

.wrapper {
    height: 100%;
    font-family: Helvetica, sans-serif;
    line-height: 1.5;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}

.fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    color: #eeeeee;
    text-align: center;
    display: table;
}

.fixed h2 {
    display: table-cell;
    vertical-align: middle;
}

.scroll {
    background-color: #ffe0f6;
    padding: 10px 70px;
    color: #666666;
}

.one {
    background-image: url("../img/srav/s1.jpeg")
}

.two {
    background-image: url("../img/srav/s2.jpeg")
}

.three {
    background-image: url("../img/srav/s3.jpeg")
}

.four {
    background-image: url("../img/srav/s4.jpeg")
}

.five {
    background-image: url("../img/srav/family.jpeg")
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {

  right: 0;
  bottom: 0;
  min-width: 90%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
 
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}







.button {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(64, 166, 154);
    border-radius: 10rem;
    z-index: -2;
}
.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #6194bc;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.button:hover {
    color: #fff;
}
.button:hover:before {
    width: 100%;
}
/* optional reset for presentation */
* {
    font-family: Arial;
    text-decoration: none;
    font-size: 20px;
}
.container {
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
h1 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 2rem;
    color: #777;
}
span {
    display: block;
    margin-top: 2rem;
    font-size: 0.7rem;
    color: #777;
}
span a {
    font-size: 0.7rem;
    color: #999;
    text-decoration: underline;
}

a:link { text-decoration: none; }

.pruvfron{
    font-family: cursive;
    font-style: italic;
  }