@import url("https://use.typekit.net/qwo2lgu.css");
@import url("https://use.typekit.net/wgn1ybx.css");


/*Macula Solid*/
/*font-family: "macula-solid", sans-serif;*/
/*font-weight: 500;*/
/*font-style: normal;*/
/*Macula Shaded*/
/*font-family: "macula-shaded", sans-serif;*/
/*font-weight: 600;*/
/*font-style: normal;*/
/*Macula Shading*/
/*font-family: "macula-shading", sans-serif;*/
/*font-weight: 800;*/
/*font-style: normal;*/
/*Macula Line*/
/*font-family: "macula-line", sans-serif;*/
/*font-weight: 400;*/
/*font-style: normal;*/

/* Color Theme Swatches in RGBA */
/*light green-rgba { color: rgba(216, 246, 189, 1); }*/
/*dark green-rgba { color: rgba(126, 150, 107, 1); }*/
/*darkest-pink { color: rgba(65, 48, 54, 1); }*/
/*dusty orchid-rgba { color: rgba(153, 111, 127, 1); }*/
/*lighter-rgba { color: rgba(232, 187, 196, 1); }*/
/*purple accent-rgba { color: rgba(208, 179, 206, 1); }*/
/*darkest-green { color: rgba(36, 41, 32, 1); }*/
/*dark-gray{ color: rgba(59, 59, 59, 1); }*/


/* reset css */
* {
    margin: 0;
    padding: 0;

}


body {
    background-color: rgba(232, 187, 196, 0.7);
    background-size: 100%;

}

/* styling the nav bar */
nav {
    font-family: "macula-shaded", sans-serif;
    text-decoration: none;
    background-color: rgba(232, 187, 196, 0.7);
    /*margin-bottom: 1px;*/
    text-align: center;
}

nav li {
    display: inline-block;
    margin: 7px;
    font-size: 1.6em;
}

nav li a {
    /*text-align: center;*/
    color: white;
    text-decoration: none;
}

.active {
    color: #22221F;
}


p {
  font-family: "printf", sans-serif;
}


/*styling background video */
#myVideo {
  /*position: fixed;*/
  filter:opacity(90%);
  /*margin: 10px;*/
  right: 0;
  top: 0;
  /*top: 35px;*/
  height: 100%; 
  /*min-height: 100%;*/
}



.content {
  font-family: "printf", sans-serif;
  position: fixed;
  /*bottom: 0;*/
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  float: left;
  width: 100%;
  padding: 20px;
}

/*.navbar {*/
/*  font-family: "printf", sans-serif;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 100%;*/
  /*padding: 20px;*/
/*}*/


.navlanding {
  font-family: "macula-shaded", sans-serif;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  color: #f1f1f1;
  padding: 20px;
}

.navlanding li {
    text-decoration: none;
    display: inline-block;
    margin: 7px;
    font-size: 1.6em;
    bottom: 10;
    right: 0;
    list-style: none;
}

.navlanding li a {
    text-decoration: none;
    color: rgba(216, 246, 189, 1);
    font-size: 2em;
    padding: 10px;
    
    white-space: nowrap;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    text-shadow: 1px 1px 0 #3B3B3B, 1px 2px 0 #3B3B3B, 1px 3px 0 #3B3B3B, 1px 4px 0 #3B3B3B,
    1px 5px 0 #3B3B3B, 1px 6px 0 #3B3B3B, 1px 7px 0 #3B3B3B, 5px 13px 15px black;
}

.navlanding li a:hover {
    color: #242920;
    text-shadow: 1px 1px 0 #7E966B, 1px 2px 0 #7E966B, 1px 3px 0 #7E966B, 1px 4px 0 #7E966B,
    1px 5px 0 #7E966B, 1px 6px 0 #7E966B, 1px 7px 0 #7E966B, 5px 13px 15px black;
    transition: 0.3s;
    transform: scale(1.5)translate(-50%, -50%);
}




/*styling the gallery wall*/

.container { 
    display: flex;
    flex-wrap: wrap;
    flex-flow: column wrap;
    max-height: 1200px;
    align-content: flex-start;
    width: 100%;
}

.container figure {
    padding: 8px; /* Some gutter */
}

.container figure img {
    /*width: 30%;*/
    /*max-height: 500px;*/
    max-width: 430px;
    height: auto;
    flex-shrink: 3;
    z-index: -1;
}

figure figcaption{
    color: white;
    font-family: "clicker", sans-serif;
    font-size: 1.4em;
    text-shadow: 1px 1px 0 #3B3B3B, 2px 2px 0 #3B3B3B;
    margin-top: -2em;
    z-index: 1;
    text-align: center;
/*    position: fixed;*/
/*    bottom: 0;*/
    /*color: #f1f1f1;*/
/*    float: left;*/
/*    width: 100%;*/
/*    padding: 20px;*/
}




 /*setting up the 'polaroid' border & captions for figures */
.photowall figure {
    display: flex;
    flex-wrap: wrap;
    /*flex-flow: column wrap;*/
    width: 35%;
    max-height: 1200px;
    align-content: flex-start;
    text-align: center;
    margin: 30px;
    padding: 10px;
    background-color: #FEFDF0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img {
    width: 100%;
}
