/* The CSS theme for the Navigation Example site. */

/* Use Google Fonts. */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

/* Style the navigation bar links.  */ 

html, body {
    margin: 0;
    padding: 0;
    background-color: black;
}

/* for removing underline and keeping color white for buttons */
a:link {
    color: white;
    text-decoration: none;
}



a:visited {
    color: white;
    text-decoration: none;
  }





#navbar {
    display: none;
}

#content {
    font-family: 'Source Sans Pro', sans-serif;

    /*color: white; */
    background-color: black;
    justify-content: center;
    
    
    
    
    
    
    
    
    
}



.backgroundimage1, .backgroundimage2, .backgroundimage3, .backgroundimage4 {
   

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }

}



.backgroundimage1 {
    background-image: url("images/1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -2;
    
    
}

.backgroundimage2 {
    background-image: url("images/2.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.backgroundimage3 {
    background-image: url("images/3.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.backgroundimage4 {
    background-image: url("images/4.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}









/* Page 1 */

.page1content {
    padding-bottom: 100vh;
}

.page1text {
    
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    top: 20%; */
     /* Need this */
    font-family: 'Source Sans Pro', sans-serif; /* Need this */
    padding-left: 15%; /* Need this */
    padding-right: 15%; /* Need this */
    padding-top: 7%; /* Need this */
    font-size: 2.5vw; /* Need this */
    color: rgba(255,255,255,1); /* Need this */
}

.page1button {
    text-decoration: none;
    width: 10vw;
    height: 4vw;
    border: 2px;
    border-color: white;
    border-radius: .5vw;
    background: rgba(255, 255, 255, 0.411);
    text-align: center;
    font-size: 3vw; 
    margin-left: 46%;
    margin-right: 54%;
    margin-top: 2.5%;
    
     
}

.page1button:hover {
    background: rgb(161, 160, 160);
    
}

/* Page 2 */

.page2content {
    padding-bottom: 100vh;
}

.page2text {
    
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    top: 20%; */
    text-align: center;
    white-space: nowrap; /* Need this */
    font-family: 'Source Sans Pro', sans-serif; /* Need this */
    padding-left: 22%; /* Need this */
    padding-right: 15%; /* Need this */
    padding-top: 15%; /* Need this */
    font-size: 3vw; /* Need this */
    color: rgba(255,255,255,1); /* Need this */
}


.page2button {
    text-decoration: none;
    width: 10vw;
    height: 4vw;
    border: 2px;
    border-color: white;
    border-radius: .5vw;
    background: rgba(255, 255, 255, 0.411);
    text-align: center;
    font-size: 3vw; 
    margin-left: 46%;
    margin-right: 54%;
    margin-top: 2.5%;
    
     
}

.page2button:hover {
    background: rgb(161, 160, 160);
    
}


/* Page 3 */

.page3content {
    padding-bottom: 100vh;
}

.page3text {
    
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    top: 20%; */
    white-space: nowrap; /* Need this */
    font-family: 'Source Sans Pro', sans-serif; /* Need this */
    padding-left: 40%; /* Need this */
    padding-right: 7%; /* Need this */
    padding-top: 23%; /* Need this */
    font-size: 3vw; /* Need this */
    color: rgba(255,255,255,1); /* Need this */
}

.page3button {
    text-decoration: none;
    width: 10vw;
    height: 4vw;
    border: 2px;
    border-color: white;
    border-radius: .5vw;
    background: rgba(255, 255, 255, 0.411);
    text-align: center;
    font-size: 3vw; 
    margin-left: 40%;
    margin-right: 54%;
    margin-top: 2.5%;
    
     
}

.page3button:hover {
    background: rgb(161, 160, 160);
    
}


/* Page 4 */

.page4content {
    padding-bottom: 100vh;
    
}

.page4text {
    
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    top: 10%; */
    white-space: nowrap; /* Need this */
    font-family: 'Source Sans Pro', sans-serif; /* Need this */
    padding-left: 40%; /* Need this */
    padding-right: 10%; /* Need this */
    padding-top: 30%; /* Need this */
    font-size: 3vw; /* Need this */
    color: rgba(255,255,255,1); /* Need this */
}

.page4button {
    text-decoration: none;
    width: 10vw;
    height: 4vw;
    border: 2px;
    border-color: white;
    border-radius: .5vw;
    background: rgba(255, 255, 255, 0.411);
    text-align: center;
    font-size: 3vw; 
    margin-left: 50%;
    margin-right: 54%;
    margin-top: 2.5%;
    display: none;
    
     
}

.page4button:hover {
    background: rgb(161, 160, 160);
    
}


/* Page 5 */



.videocandle {
    margin:0;
    width:100vw;
    height: auto;
    overflow: hidden;
    background-color: black;
    
    
}

.page5content {
    
    position: absolute;
    margin-top: -30%;
  
    padding-left: 45vw;
    padding-right:20vw;
    
    
}


video {
 
 width: 100vw;
 height: auto;
 object-fit: cover;
 

 z-index:-1500;
}



.page5text {
    
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    
     /* Need this */
    font-family: 'Source Sans Pro', sans-serif; /* Need this */
    
    
    
    font-size: 3vw; /* Need this */
    color: rgba(255,255,255,1); /* Need this */
    
    
}

.page5button {
    text-decoration: none;
    width: 10vw;
    height: 4vw;
    border: 2px;
    border-color: white;
    border-radius: .5vw;
    background: rgba(255, 255, 255, 0.411);
    text-align: center;
    font-size: 3vw; 
    
    
    margin-top: 2.5vh;
   
    
     
}

.page5button:hover {
    background: rgb(161, 160, 160);
    
}

