/* nav bar stuff */ 
.navbar-nav .nav-link,
.navbar-brand {
  text-align: center;
  text-decoration: none;
  font-family: 'Akaya Telivigala', cursive;
  color:  rgba(255,255,255,.75);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(47, 54, 64,0.55);
}


.navbar-collapse {
	text-align: center;
}

.navbar-light .navbar-toggler {
    border-color: rgba(191, 204, 217,1) !important;
    }

/* header and footer fade */
.uprgrad {
        /*background-color: rgba(191, 204, 217,1) !important;*/
        background-image: linear-gradient(rgba(191, 204, 217,1),white);
}

.lwrgrad {
        /*background-color: rgba(191, 204, 217,1) !important;*/
        background-image: linear-gradient(white,rgba(191, 204, 217,1));
}

 
/* Sets font for all H2 & label to Abel, Abel is installed from Google in Header.html page*/
h1, h2, h3, p, label, figcaption{
   font-family: 'Akaya Telivigala', cursive;
      }

/* password input on homepage */
input {
 margin-top: 10px;
  margin-bottom: 10px;
}

/* password submit on homepage */
input[type=submit]{
    font-family: 'Akaya Telivigala', cursive;
}


/* 3 button gradient in gallery */
.photograd{
    background-image: linear-gradient(white, rgb(227, 241, 247, 1) 10%);
}

.vidgrad{
    background-image: linear-gradient(rgb(227, 241, 247, 1), rgb(225, 220, 165, 1) 10%);
}

.ftgrad{
    background-image: linear-gradient(rgb(225, 220, 165, 1),rgb(227, 241, 247, 1) 10%, white 99%);
}

.abbtn{
    width: 100%;
    height: calc((100vh - 112px)/3);
    font-size: 10vw;
   /*border: 2px solid black;*/
    display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Akaya Telivigala', cursive;
 }
 